We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eec847 + c71eddf commit 1a378fbCopy full SHA for 1a378fb
.travis.yml
@@ -23,7 +23,6 @@ before_install:
23
- |
24
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
25
brew update
26
- brew upgrade icu4c
27
fi
28
29
go get github.com/smartystreets/goconvey
sqlite3.go
@@ -243,7 +243,7 @@ const (
243
SQLITE_FUNCTION = C.SQLITE_FUNCTION
244
SQLITE_SAVEPOINT = C.SQLITE_SAVEPOINT
245
SQLITE_COPY = C.SQLITE_COPY
246
- SQLITE_RECURSIVE = C.SQLITE_RECURSIVE
+ /*SQLITE_RECURSIVE = C.SQLITE_RECURSIVE*/
247
)
248
249
// SQLiteDriver implements driver.Driver.
0 commit comments