Skip to content

Commit c37ebbc

Browse files
committed
Fix build
Related on #623
1 parent 0eec847 commit c37ebbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const (
243243
SQLITE_FUNCTION = C.SQLITE_FUNCTION
244244
SQLITE_SAVEPOINT = C.SQLITE_SAVEPOINT
245245
SQLITE_COPY = C.SQLITE_COPY
246-
SQLITE_RECURSIVE = C.SQLITE_RECURSIVE
246+
/*SQLITE_RECURSIVE = C.SQLITE_RECURSIVE*/
247247
)
248248

249249
// SQLiteDriver implements driver.Driver.

0 commit comments

Comments
 (0)