Implement executing queries using API

This commit is contained in:
Pijus Kamandulis
2024-02-12 01:54:12 +02:00
parent bdf9970ce6
commit 88526dcdcc
6 changed files with 134 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ func Test_Parse(t *testing.T) {
)
})
t.Run("Shoul parse SELECT with single WHERE condition", func(t *testing.T) {
t.Run("Should parse SELECT with single WHERE condition", func(t *testing.T) {
testQueryParse(
t,
`select c.id