2098 Commits

Author SHA1 Message Date
Asdine El Hrychy
b70cae819e pebble: fix successor 2025-09-21 12:45:01 +05:30
Asdine El Hrychy
bc6bba2442 cli: fix dump command 2025-09-21 11:33:48 +05:30
Asdine El Hrychy
a60e2f33e1 use single quotes for text 2025-09-21 11:28:55 +05:30
Asdine El Hrychy
4ed42be27b fix string literal scanning 2025-09-20 22:26:57 +05:30
Asdine El Hrychy
08bd0e768f rename double to double precision 2025-09-20 21:03:29 +05:30
Asdine El Hrychy
11d3afba02 improve boolean and integer comparison 2025-09-20 20:47:48 +05:30
Asdine El Hrychy
9cf4dc88d6 bool: mirror pg behavior 2025-09-15 20:52:26 +05:30
Asdine El Hrychy
cb306ff0bb remove unused methods 2025-09-14 12:01:27 +05:30
Asdine El Hrychy
b0119498e8 rename blob type to bytea 2025-09-14 11:55:27 +05:30
Asdine El Hrychy
2b5f821375 remove Clone method 2025-09-13 22:50:40 +05:30
Asdine El Hrychy
613ca304f4 remove rowid 2025-09-07 23:29:43 +08:00
Asdine El Hrychy
ab8a0d4cf9 upgrade Pebble to v2.1.0 2025-09-03 21:57:22 +08:00
Asdine El Hrychy
3541f49ad0 remove stream.Clone 2025-08-31 18:46:39 +08:00
Asdine El Hrychy
7f32a3b9c6 fix prepared statements 2025-08-31 17:45:17 +08:00
Asdine El Hrychy
40c1fcbbe1 add nextval 2025-08-31 13:57:04 +08:00
Asdine El Hrychy
083e83de9c add support for pg style bind parameters 2025-08-27 20:00:48 +08:00
Asdine El Hrychy
5f814d2326 add CREATE SEQUENCE tests 2025-08-27 20:10:19 +08:00
Asdine El Hrychy
51b4d74fed bump to v0.18.0 devel 2025-08-27 17:17:44 +08:00
Asdine El Hrychy
30eedc577d cli: use ChaiSQL v0.17.0 cmd/chai/v0.17.0 2025-08-27 17:01:18 +08:00
Asdine El Hrychy
5d143f228e fix comparer v0.17.0 2025-08-16 19:17:20 +08:00
Asdine El Hrychy
b017c4c7b4 Merge branch 'dev' 2025-08-16 17:59:21 +08:00
Asdine El Hrychy
9a8c84e632 update README 2025-08-16 17:49:58 +08:00
Asdine El Hrychy
05b03975ef use latest pebble disk format 2025-08-16 16:20:27 +08:00
Asdine El Hrychy
fa99741a5d fix insert deadlock 2025-08-27 11:16:18 +08:00
Asdine El Hrychy
ed31e5167e cli: display results as rows 2025-08-16 15:52:33 +08:00
Asdine El Hrychy
e363bcd690 use sql driver everywhere 2025-08-25 18:15:15 +08:00
Asdine El Hrychy
9fa00433fe use stream iterators 2025-08-16 12:31:52 +08:00
Christian Edward Jackson-Gruber
4fce4a7f00 Bump pebble (#541)
* Bump pebble to 1.1.5 and fix call sites.

* tidy go.mod in /cmd/chai

* Fix /cmd/chai refernece to NewIter
v0.16.1
2025-08-15 07:22:51 +04:00
Asdine El Hrychy
e9d17f0498 Update README.md 2025-08-15 06:48:48 +04:00
kuafuRace
4b71c12fd0 refactor(internal/types): simplified code (#540) 2025-08-14 17:23:44 +04:00
Asdine El Hrychy
86eb36925b add iterator helpers 2025-08-14 14:36:56 +08:00
Asdine El Hrychy
3ece66c2b6 index iterator 2025-08-14 14:36:56 +08:00
Asdine El Hrychy
8bf8d5179e table iterator 2025-08-14 14:36:56 +08:00
Asdine El Hrychy
c4f9270305 add tree iterator 2025-08-14 14:36:55 +08:00
Asdine El Hrychy
19e9a412f6 Change carbon to new package path (#539)
Co-authored-by: Kenneth Shaw <kenshaw@gmail.com>
2025-08-14 07:51:58 +04:00
Asdine El Hrychy
f1f933e49b update dependencies 2025-08-12 20:58:05 +08:00
Asdine El Hrychy
74bb0899fc update workflow 2025-08-14 11:15:56 +08:00
Kyle Brandt
1a8dd9c856 fix: Go mod and work versions (#531) 2025-08-14 07:14:01 +04:00
Sam Jewell
0409f2bfa0 Fix the quickstart example so it actually works (#532)
All these changes were needed for this quickstart example to run through
without crashing
2024-11-09 12:14:16 +04:00
Asdine El Hrychy
c97dbd42fc update deps 2024-10-03 14:07:32 +02:00
Asdine El Hrychy
3650d97fd3 fix: tui panic 2024-10-03 09:20:28 +02:00
Asdine El Hrychy
23e406360f expr: Bind Columns to tables 2024-02-18 14:38:34 +04:00
Asdine El Hrychy
6f8c2d2b47 stream: add Columns method 2024-02-20 09:39:14 +04:00
Asdine El Hrychy
6bc4992d70 db: add Connection 2024-02-20 09:38:56 +04:00
Asdine El Hrychy
5095097a0a cleanup: delete assert package 2024-02-18 11:31:26 +04:00
Asdine El Hrychy
e7eb7c3613 chore: simplify github actions 2024-02-18 11:20:33 +04:00
Asdine El Hrychy
07c36f5bc2 chore: change project stage to development 2024-02-18 11:16:41 +04:00
Asdine El Hrychy
ed33d80bd6 chore: move sqltests to its own module 2024-02-18 11:11:37 +04:00
Asdine El Hrychy
bbff134772 chore: update README 2024-02-17 18:32:52 +04:00
Asdine El Hrychy
6b99d1fc83 ci: upgrade go action 2024-02-17 18:22:57 +04:00