mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-16 20:43:13 +00:00
capitalize AS so as to be consistent with capitalizing SELECT, etc.
This commit is contained in:
parent
18df425b09
commit
bf6724b30a
@ -137,7 +137,7 @@ suite "SQLiteDatastore":
|
||||
|
||||
let
|
||||
prequeryRes = NoParamsStmt.prepare(
|
||||
ds.env, "SELECT timestamp as foo, id as baz, data as bar FROM " &
|
||||
ds.env, "SELECT timestamp AS foo, id AS baz, data AS bar FROM " &
|
||||
tableName & ";")
|
||||
|
||||
assert prequeryRes.isOk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user