Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a378fb

Browse files
authored
Merge pull request mattn#631 from mattn/fix-build
Fix build
2 parents 0eec847 + c71eddf commit 1a378fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎.travis.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ before_install:
2323
- |
2424
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
2525
brew update
26-
brew upgrade icu4c
2726
fi
2827
- |
2928
go get github.com/smartystreets/goconvey

‎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)

AltStyle によって変換されたページ (->オリジナル) /