carolosf
carolosf
This is for a single insert on update rather than a batch - tested on MySQL. ```kotlin fun T.insertOrUpdate(vararg onDuplicateUpdateKeys: Column, body: T.(InsertStatement) -> Unit) = InsertOrUpdate(onDuplicateUpdateKeys,this).apply { body(this) execute(TransactionManager.current())...
@marcphilipp If it becomes the default behaviour it might break IDEs and plug-ins - which is why I suggested a totally separate flag. I didn't spend much time on it...
> @carolosf Would you be interested to work on a PR for this? Would love to but I don't have any capacity to work on this in the near future...
> Hey @marcphilipp & @carolosf - if ok for you, I'd like to provide a PR for this. Any veto? I'm not working on this. @marcphilipp Anything to add?
ALT + 1 should show and hide the project tree ALT + Insert in the project tree should add a new file I was having trouble with ALT + Insert...
Trying to reproduce this in a toy repo. Unfortunately in the toy repo when I do a query the bazel-bin directory is not created but in the real repo it...
I have a similar issue: Beignet: self-test failed: (3, 7, 5) + (5, 7, 3) returned (6, 1064921688, 5) Ran the unit tests: summary: ---------- total: 1046 run: 1005 pass:...