it0/packages/shared
hailin 89955f6db8 fix: remove SQL comment lines before splitting to prevent filtering CREATE TABLE statements
The previous approach split by semicolons then filtered statements starting
with '--', which incorrectly removed entire CREATE TABLE blocks that had
comment headers (e.g., '-- Agent Sessions\nCREATE TABLE...').

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 03:26:37 -08:00
..
common Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
database fix: remove SQL comment lines before splitting to prevent filtering CREATE TABLE statements 2026-02-22 03:26:37 -08:00
events Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
proto Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
testing fix: add missing @it0/common dependency to @it0/testing 2026-02-19 04:48:49 -08:00