[Sqlalchemy-tickets] Issue #4360: implement SQLite DDL level ON CONFLICT (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: Michael B. <iss...@bi...> - 2018-11-07 22:49:08
|
New issue 4360: implement SQLite DDL level ON CONFLICT https://bitbucket.org/zzzeek/sqlalchemy/issues/4360/implement-sqlite-ddl-level-on-conflict Michael Bayer: moved from #4010 to represent straight ON CONFLICT, that is, https://www.sqlite.org/lang_conflict.html. https://gerrit.sqlalchemy.org/#/c/zzzeek/sqlalchemy/+/700/ |