Benjamin Toby tben
tben pushed to main at Moduletrace/bun-sqlite 2026-04-18 06:24:10 +00:00
f3f1c42699 Major version update. Refactor sql generator function. Add core select directives like SUM, MIN, MAX, etc
tben pushed to main at Moduletrace/bun-sqlite 2026-04-18 05:02:55 +00:00
0a3320ff83 Updates
tben pushed to main at Moduletrace/bunext 2026-04-17 07:47:42 +00:00
9a427412f3 Refactor start and dev commands. Start in child processes. Handle errors better
tben pushed to main at Moduletrace/bun-sqlite 2026-04-16 16:27:27 +00:00
fbf3622b18 DB Update Bugfix
tben pushed to main at Moduletrace/bun-sqlite 2026-04-16 16:25:50 +00:00
ff5d8082b7 Bugfix
tben pushed to main at Moduletrace/bun-sqlite 2026-04-16 16:18:59 +00:00
b73309e9d5 Bugfix
tben pushed to main at Moduletrace/bun-sqlite 2026-04-16 14:15:41 +00:00
959465a006 Bugfix
tben pushed to main at Moduletrace/bun-sqlite 2026-04-16 14:07:48 +00:00
7b2dc81bbb Bugfix
tben pushed to main at Moduletrace/bun-sqlite 2026-04-16 14:05:45 +00:00
ea8a2eab6b Updates
tben pushed to main at Moduletrace/bun-sqlite 2026-04-16 13:36:39 +00:00
af6b44ffbe Updates
tben pushed to main at Moduletrace/bunext 2026-04-15 15:09:13 +00:00
a5f25d522e Updates
tben pushed to main at Moduletrace/bunext 2026-04-14 19:32:44 +00:00
938411653d Updates
tben pushed to main at Moduletrace/bunext 2026-04-14 19:24:16 +00:00
b597e1420e Updates
tben pushed to main at Moduletrace/bun-sqlite 2026-04-14 19:05:13 +00:00
613962a925 Update sql equalities.
tben pushed to main at Moduletrace/bunext 2026-04-14 14:50:28 +00:00
d6f0a7962e Updates
tben pushed to main at Moduletrace/bunext 2026-04-12 15:20:21 +00:00
f0aae8a8fa Refactor SSR strategy. Redirect before bundling any page component. Additional bugfixes for dev environment
tben pushed to main at Moduletrace/bun-sqlite 2026-04-12 13:16:07 +00:00
a4aa20baa4 Update sql gen. Add support for raw sql in joins select and regular select sections
tben pushed to main at Moduletrace/bun-sqlite 2026-04-12 09:36:43 +00:00
a57a063f67 Refactor select count strategy. Run the count query together with the normal query
tben pushed to main at Moduletrace/bun-sqlite 2026-04-12 07:40:58 +00:00
0827cfed11 Pagination Bugfix #3
tben pushed to main at Moduletrace/bun-sqlite 2026-04-12 07:36:33 +00:00
33f040116d Pagination Bugfix #2