We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d1081 commit f5266eeCopy full SHA for f5266ee
1 file changed
dialect/sqlite/main.go
@@ -11,8 +11,6 @@ import (
11
"github.com/hymkor/sqlbless/internal/misc"
12
)
13
14
-const dateTimeTzLayout = "2006-01-02 15:04:05.999999999 -07:00"
15
-
16
var Entry = &dialect.Entry{
17
Usage: "sqlbless sqlite3 :memory: OR <FILEPATH>",
18
SQLForTables: `
0 commit comments