Han Li

Results 70 comments of Han Li
trafficstars

> You have not addressed my comment on why the locking already provided through synchronized blocks and synchronized methods is not enough For this, it's not a synchronization problem, but...

fyi, since this issue hasn't been resolved for a while. I've spent some time developing a CLI tool that operates in the same manner as asdf, providing capabilities through plugins...

I have a question that why we don't add a real **primary key**(auto-increment) to solve the problem that primary key constraint violation when insert data to database simultaneously? And we...

> One way to fix this would be to add an optional PK column (columns?) to the configuration. +1

@mp911de Hi, I have tried to fix this issue. Please review #2563, let me if any improvement need do.

Thanks to @vincentlauvlwj for such a great framework, and I've done this work, which is already on the plugin market. Happy enjoy ;) Market: https://plugins.jetbrains.com/plugin/22855-ktormgenerator Source: https://github.com/aooohan/ktorm-generator

I don't think this is an issue with the spring framework.You can debug it at org.springframework.http.server.reactive.AbstractServerHttpRequest#initCookies

> > I don't think this is an issue with the spring framework.You can debug it at org.springframework.http.server.reactive.AbstractServerHttpRequest#initCookies > > This method only get the first cookie value when multi...

> > @jsonwan Can I propose a pr to solve this issue? > > Yes, I tried to solve this problem by using HttpServerRequest.allCookies() instead of cookies() and completing the...