Skip to content

Tags: jodosha/go-sqlite3

Tags

v1.14.15

Toggle v1.14.15's commit message
Update amalgamation code

v1.14.14

Toggle v1.14.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support returning any from callbacks (mattn#1046)

Support returning any from callbacks

v1.14.13

Toggle v1.14.13's commit message
Update amalgamation code

v1.14.12

Toggle v1.14.12's commit message
Update amalgamation

v1.14.11

Toggle v1.14.11's commit message
Add sqlite3_file_control() support

This commit adds the SQLiteConn.FileControlInt() method which calls the
underlying sqlite3_file_control() function with an int argument. This can
be used for low-level operations on SQLite databases such as persisting
the WAL file after database close.

v1.14.10

Toggle v1.14.10's commit message
Temporary disable test for dropping vtable

v1.14.9

Toggle v1.14.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump codecov/codecov-action@v2 (mattn#957)

v1.14.8

Toggle v1.14.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update amalgamation code (mattn#955)

* Update amalgamation code

* Apply realPy's patch

v1.14.7

Toggle v1.14.7's commit message

Verified

This commit was signed with the committer’s verified signature.
mattn mattn
Update amalgamation code

v1.14.6

Toggle v1.14.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update amalgamation code (mattn#896)