Koen Punt
Koen Punt
Not sure if this is the way to go, and if this is the only place the password is checked, but the `AUTH` command with an empty password causes the...
To allow ordering results on more than just plain column names I implemented support for `SimpleFunction`s and `SimpleExpression`s (created using `Expressions.just(..)`). Before if you would try to use a `SimpleFunction`...
Before with JPA a repo method with `@Lock` would get the `FOR UPDATE` sql part added to the query. But now with Spring R2DBC that's no longer the case. ```kt...
I'm trying to build a criteria where the resulting SQL should look something like; OR (start_time = end_time AND start_time >= $1 AND start_time < $2) The code I'm currently...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information $ npx next info Operating System: Platform: darwin...
When there's already a version of node installed (in my case v0.10.33), it doesn't update the package. If however I manually run `apt-get upgrade` on the server, it presents nodejs...
Since the latest update of macOS sierra screenshots of the TouchBar can be taken by pressing `command + shift + 6` (or `command + control + shift + 6` to...
Dragging beyond the scroll limit with bounce-back as commented here: http://stackoverflow.com/a/12186843/189431 When I find the time I'll try to implement it myself
A very quick implementation, but it seems to work as it should. This is useful when you have a lot of different versions that need to be created, but still...