You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support REPLACE
* Add REPLACE to default Postgres dialect
* Make sure REPLACE doesn't get prepended with SELECT *
* Make sure REPLACE doesn't use table.column syntax
* REPLACE throws on unsupported dialects
* Move replace to dialect prototypes
* Copy MySQL insert syntax for repalce
* Run insert tests against replace
* Fix misplaced semicolon
* Treat subquery parenthesis the same on INSERT and REPLACE
0 commit comments