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 ( const (
metaCommandSuccess metaCommandResults = iota metaCommandSuccess metaCommandResults = iota
metaCommandUnrecognised metaCommandUnrecognised
)
const (
prepareSuccess prepareResults = iota prepareSuccess prepareResults = iota
prepareUnrecognised prepareUnrecognised
prepareSyntaxError prepareSyntaxError
)
const (
statementSelect statementType = iota statementSelect statementType = iota
statementInsert statementInsert
) )