Commit Graph

10 Commits

Author SHA1 Message Date
Asdine El Hrychy
aa468f2999 sql: improve and fix ALTER TABLE ADD FIELD logic 2023-11-06 21:56:55 +04:00
Asdine El Hrychy
ce7c2a3c60 tx: lock-free catalog updates 2023-11-04 10:26:04 +04:00
Asdine El Hrychy
e9439c2895 Add stream.Discard operator 2022-06-27 16:15:18 +08:00
Asdine El Hrychy
9617d1c29b Split stream operators in multiple files 2022-06-19 22:18:01 +04:00
Asdine El Hrychy
f81f3f18f0 fix UPDATE behavior with primary keys 2022-04-07 20:51:46 +04:00
Asdine El Hrychy
1da209b2ac Normalize stream operators naming 2021-12-12 23:53:01 +05:30
Asdine El Hrychy
dc83d082db Renamed SeqScan and PkScan to table.Scan 2021-12-10 11:55:46 +05:30
Asdine El Hrychy
a7309a70c5 Add tree package 2021-12-04 10:51:07 +04:00
Asdine El Hrychy
9918cd6f55 Thread safe statements (#406)
Previously, expressions and params were evaluated
during the planning phase. This change builds the query
plan without evaluating params and expressions
which are then evaluated only during the execution phase.
2021-06-04 10:56:23 +04:00
Asdine El Hrychy
7a98a2025f Move statements into their own package 2021-05-30 12:47:17 +04:00