push
github
sql: remove ON CONFLICT clause for NULL This patch removes the ON CONFLICT clause for the NULL property in the CREATE TABLE command. This feature is currently non-working, and there's no point in adding this clause to a property that effectively eliminates conflicts when inserting NULL values. Closes #12701 NO_DOC=this feature seems to be undocumented (cherry picked from commit cf27a6fe5)
70204 of 118083 branches covered (59.45%)
105536 of 120485 relevant lines covered (87.59%)
1409464.2 hits per line