吴伟杰

Results 152 comments of 吴伟杰

Brew install failed ``` ➜ sysbench git:(ebf1c90) ✗ brew install --build-from-source sysbench ==> Downloading https://ghcr.io/v2/homebrew/core/mysql-client/manifests/8.0.25 ######################################################################## 100.0% ==> Downloading https://ghcr.io/v2/homebrew/core/mysql-client/blobs/sha256:0a0869ca642cde40c30e34546709866dffca6f8572357be1b0eaf6addae98a5b ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:0a0869ca642cde40c30e34546709866dffca6f8572357be1b0eaf6addae98a5b?se=2021-06-07T15%3A30%3A00Z&si ######################################################################## 100.0% ==> Downloading https://github.com/akopytov/sysbench/archive/1.0.20.tar.gz Already...

> Actually,Sysbench have supported sysbench in Apple silicon,got the info from https://formulae.brew.sh/formula/sysbench @jansu-dev Thanks!

“select * from (select row_number() over (order by id desc) rn, * from table) where rn between 1 and 10” it works 李刚大佬好🌚

Thanks for your feedback. I've reproduced this issue.

Hi @PerseveranceForever The role guest has been removed.

Hi @PerseveranceForever I could not reproduce this issue. I tried input wrong user or password and got 403. ![image](https://user-images.githubusercontent.com/20503072/185029083-b6062a04-3b20-4f5b-8e31-988aa00e7ba0.png)

This issues may be related to #82 Before the problem fixed, try restarting the Spring Boot Application.

The direct cause of this exception: We switch DataSource from H2 to PostgreSQL, but DBDictionary didn't switched. So the framework use H2Dictionary to parse query result from PostgreSQL. org.apache.openjpa.jdbc.sql.H2Dictionary org.apache.openjpa.jdbc.sql.PostgresDictionary

I have checked out the branch of this PR and had a try. I found some problems: * HTTP error 500 always occurred if I don't have a casdoor or...