Commit Graph

5 Commits

Author SHA1 Message Date
Asdine El Hrychy 613ca304f4 remove rowid 2025-09-07 23:29:43 +08:00
Asdine El Hrychy ed33d80bd6 chore: move sqltests to its own module 2024-02-18 11:11:37 +04:00
Asdine El Hrychy 3c9e4fca3f chore: move packages to internal 2023-12-01 20:56:24 +04:00
Asdine El Hrychy e9439c2895 Add stream.Discard operator 2022-06-27 16:15:18 +08:00
Asdine El Hrychy 2d4df658e4 Treat all NULL values differently in UNIQUE indexes
SQL standard can be interpreted differently:
either NULL values are all unique (SQLite, PostgreSQL, ... and now Genji)
or they are considered equal (SQL Server, ...).
2021-12-13 09:32:22 +05:30