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)
70711 of 118962 branches covered (59.44%)
106335 of 121293 relevant lines covered (87.67%)
1377889.74 hits per line