Back to IssuesView on GitHub
#2
Moderate
Bug (branch: feat-tursodb-go): Turso driver fails to execute CREATE TRIGGER statements on fresh database setup
Summary
The Turso database driver is encountering an 'unexpected end of file' error when trying to create triggers on a fresh database. The fix likely involves investigating the turso-go driver's handling of multi-statement SQL or trigger syntax within the context of its initialization process.
Skills Required
GoSQLDatabase driver debugging