summary refs log tree commit diff stats
path: root/tests/compile/tnoargopenarray.nim
blob: 872ec86d2ecf5a3c3a9223a07812d2159fb4eaea (plain) (blame)
1
2
3
4
5
6
7
import db_sqlite

var db: TDbConn
Exec(db, sql"create table blabla()")