Michał Gibowski

Results 3 issues of Michał Gibowski

Fixes #1907 ### Problem MySQL dialect generates wrong SQL for embedded properties in `onConflictUpdate`. Correct SQL fragment would be: `field = VALUES(field)` and currently it is `field = field`. ###...

I'm curious to hear from folks about the impact and whether it's worth adding such a feature at all. If you want to try it on your codebase, follow these...

### Summary When Zed is used as the default git editor, it sometimes fails to load the current `.git/COMMIT_EDITMSG` and loads its outdated contents. Previous issue https://github.com/zed-industries/zed/issues/18701 is still present...