Merging into main #1

Merged
TakshakRamteke merged 21 commits from dev into main 2026-07-25 07:59:53 +00:00
Showing only changes of commit c3016be8e9 - Show all commits
-6
View File
@@ -15,15 +15,9 @@ type statementType int
const (
metaCommandSuccess metaCommandResults = iota
metaCommandUnrecognised
)
const (
prepareSuccess prepareResults = iota
prepareUnrecognised
prepareSyntaxError
)
const (
statementSelect statementType = iota
statementInsert
)