mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-18 00:06:54 -05:00
This commit declares and type-checks the following clauses: * limit().offset() chains on SelectStatement * onConflict().doUpdate() chains on InsertStatement We need to flesh out the other possibilities for onConflict() in particular before all these changes get submitted as an upstream PR.