Commit Graph

5 Commits

Author SHA1 Message Date
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
Asdine El Hrychy
d00cccd5f2 Ensure query doesn't commit if stream fails 2021-05-28 12:38:29 +04:00
Asdine El Hrychy
fddc7a2478 Add Result type 2021-05-23 22:42:27 +04:00
Asdine El Hrychy
37ebf47ea8 Move packages under internal package
These packages are not part of the public API and can break at any time.
2021-05-23 11:05:41 +04:00