Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
go-sqlite3
sqlite3 driver for go using database/sql
Collective -
Host: opensource -
https://opencollective.com/mattn-go-sqlite3
- Website: https://mattn.kaoriya.net/
- Code: https://github.com/mattn/go-sqlite3
github.com/mattn/go-sqlite3 - c8316feaa323fa1db4ce79fea9944ca12b36a1f5 authored over 8 years ago by Zbigniew Mandziejewicz <[email protected]>
github.com/mattn/go-sqlite3 - 3ebb821e65f8282d323b702d7abfbdfd5169b37f authored over 8 years ago by Zbigniew Mandziejewicz <[email protected]>
github.com/mattn/go-sqlite3 - 9f06636f8cbb5cdd7aebcc8b4897644f56856d9b authored over 8 years ago by Zbigniew Mandziejewicz <[email protected]>
Build and docs for libsqlite3 on OS X
github.com/mattn/go-sqlite3 - 467f50b0c026317ad28fc2c0a08aab6f755cfc7a authored over 8 years ago by mattn <[email protected]>
The semantics of sql.Tx.Commit impose that the transaction is
finished and cleaned up by the tim...
github.com/mattn/go-sqlite3 - bce6ca75013bc60a05dc6d7ad718b7a3f23439fe authored over 8 years ago by Zbigniew Mandziejewicz <[email protected]>
github.com/mattn/go-sqlite3 - e8363dc69101744f6683b6131c48220c5da2d6e1 authored over 8 years ago by Zbigniew Mandziejewicz <[email protected]>
github.com/mattn/go-sqlite3 - 4bc448f79b526c2ef42cd3feebc43f1b42adf9c9 authored over 8 years ago by Zbigniew Mandziejewicz <[email protected]>
Expose LoadExtension with entry point
github.com/mattn/go-sqlite3 - 22d73514b2d2f188816d0dd431630fa6148ebb90 authored over 8 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - da9decb965f9e3c0cf528b5c6bc0896d27896d44 authored over 8 years ago by Zbigniew Mandziejewicz <[email protected]>
github.com/mattn/go-sqlite3 - 0d708316a6f2070c6e235a6fd1770f63e37f6360 authored over 8 years ago by Yasuhiro Matsumoto <[email protected]>
Move sqlite3 amalgation files a directory up.
github.com/mattn/go-sqlite3 - f8a41b9e6eed875f858f9adb33b2f6cfdfbb7008 authored over 8 years ago by mattn <[email protected]>add missing error checks in simple example
github.com/mattn/go-sqlite3 - aeb3180df56de252b6cfcd64985272010c920ab7 authored over 8 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - ed211752885a3e9a33d39e12e8d0fa46c12d85fa authored over 8 years ago by Stani <[email protected]>
The purpose is to ease the use of vendoring files like godep.
The C sqlite3 files have been adde...
Fix sqlite "regexp" function name in documentation
github.com/mattn/go-sqlite3 - 37aa7c6f5bc95b7264de70cd1f0ca1d39228ebd6 authored almost 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 7b2244eaa4dd69583f99510c2657670afdf721ae authored almost 9 years ago by Tim Retout <[email protected]>
github.com/mattn/go-sqlite3 - 76e335f60bbcee20755df9864f0153af1a80ad2d authored almost 9 years ago by Yasuhiro Matsumoto <[email protected]>
Fix testing message at TestInsert and TestUpdate
github.com/mattn/go-sqlite3 - 1f1995912cdbac7c04279923e7c243f3dd1abc50 authored almost 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - caab59fb664ce62b14ce12203cf8da715e3fc46e authored almost 9 years ago by yoza <[email protected]>
Add SQLiteRows.DeclTypes() method
github.com/mattn/go-sqlite3 - 10876d7dac65f02064c03d7372a2f1dfb90043fe authored almost 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 4f5821ada67fa024a5d417664e0d6c47a71c5c6c authored almost 9 years ago by Zac Medico <[email protected]>
github.com/mattn/go-sqlite3 - 0ebdb8beadec92bf6b9935f7a8db461c68fd2c02 authored almost 9 years ago by Bruce Marriner <[email protected]>
github.com/mattn/go-sqlite3 - f544db98ccf4918ec2ec090a4d74450ef45b4b1c authored almost 9 years ago by Zac Medico <[email protected]>
Conditional build for the JSON1 Extension
github.com/mattn/go-sqlite3 - 45f056ca8f5ef4ee3f68796167a0a0e6a6214813 authored almost 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 960d6a342ac848cabaee090656a2ae54d6cb1f13 authored almost 9 years ago by Philip O'Toole <[email protected]>
github.com/mattn/go-sqlite3 - baa815b31d0c13138a18524f23f4a2dab96d8273 authored almost 9 years ago by Philip O'Toole <[email protected]>
github.com/mattn/go-sqlite3 - 6dab4fc2ee4395ca2a5310f11905d33e26a19fdf authored almost 9 years ago by Radosław Kintzi <[email protected]>
Fix minor typos in comments
github.com/mattn/go-sqlite3 - 09d5c451710ef887470709463f4f04ff83e1e039 authored almost 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 1e280555b7a56165ad13eac5ba30f72d1243e8d6 authored almost 9 years ago by Philip O Toole <[email protected]>
Bring master up-to-date
github.com/mattn/go-sqlite3 - 3e97a4ca68500045276a2ba7051740bd53e40d06 authored almost 9 years ago by Philip O'Toole <[email protected]>bind: pass &v[0] in direct call to C
github.com/mattn/go-sqlite3 - c5aee9649735e8dadac55eb968ccebd9fa29a881 authored almost 9 years ago by mattn <[email protected]>callback: use handles rather than passing Go pointers
github.com/mattn/go-sqlite3 - 57d9aeb35a710673a9bead5357fafac7a2cc5206 authored almost 9 years ago by mattn <[email protected]>
The cgo pointer passing rules forbid passing a Go pointer to C if that
pointer points to memory ...
In Go 1.6, the cgo checking rules are more precise when they see an
address operation as an argu...
Update README.md
github.com/mattn/go-sqlite3 - 0cc1174c16b41f18bd77050fb5ffc84d88a739cc authored almost 9 years ago by mattn <[email protected]>Changed PNG Badges to SVG and Added GoDoc Badge
github.com/mattn/go-sqlite3 - 298ea4316b59ad093c73a672983f0a67280f0e30 authored almost 9 years ago by Timothy Cyrus <[email protected]>github.com/mattn/go-sqlite3 - f33c9767fbdd0d10fab2b7bf056e80bdf30c8ed1 authored almost 9 years ago by Vladimir Timofeev <[email protected]>
github.com/mattn/go-sqlite3 - 5f58255164ffdc0d97a1cd15e4eb1e562264f3ba authored almost 9 years ago by Vladimir Timofeev <[email protected]>
Fix compile for old mingw32
github.com/mattn/go-sqlite3 - 5510da399572b4962c020184bb291120c0a412e2 authored about 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - e969434e25f30ad4d75486b5300808bd4ec29dbd authored about 9 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - 61be1322444f6fa13d47dc56cca63c8b49208fdf authored about 9 years ago by Taru Karttunen <[email protected]>
Fix README project address
github.com/mattn/go-sqlite3 - 5651a9d9d49ec25811d08220ee972080378d52ea authored about 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 0ad9f0ce2f3a9c146bf347de81414ccc15b9e797 authored about 9 years ago by Marcelo Lima <[email protected]>
Clean up tempfiles in tests
github.com/mattn/go-sqlite3 - 2513631704612107a1c8b1803fb8e6b3dda2230e authored about 9 years ago by mattn <[email protected]>"go test" leaves no more clutter in /tmp.
github.com/mattn/go-sqlite3 - 21637a6531000298cf4a2d622e7d049a289df9ef authored about 9 years ago by Lars Buitinck <[email protected]>github.com/mattn/go-sqlite3 - a755cdc361c8ed75d4d3aa5526f6cbf8d63dc33c authored about 9 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - 59f20de728c91fc2a6593419074299398d8358b4 authored about 9 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - 167173a31f6bde3b86bbbcbe8fdac4843f34c0ef authored about 9 years ago by Yasuhiro Matsumoto <[email protected]>
Store/retrieve timezones for time.Time values.
github.com/mattn/go-sqlite3 - 80ee1ba77c87f74a95da4d8911ba65e359cbde44 authored about 9 years ago by mattn <[email protected]>Update README. Install go-sqlite3 to avoid builds with gcc
github.com/mattn/go-sqlite3 - 008acb738c4a7f27f4e7712551dec4b697379876 authored about 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 90af0d57228cc27ef47752c7e0a7dd403e843841 authored about 9 years ago by David Gamba <[email protected]>
Previously, the timezone information for a provided value was discarded
and the value always sto...
github.com/mattn/go-sqlite3 - b808f01f660667b1510acf216aa2b9fe7f555ddb authored over 9 years ago by looi <[email protected]>
github.com/mattn/go-sqlite3 - 0d2359b64f319d534ed25ecea800d0e17f5d53d4 authored over 9 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - fdc70a0fab9d988e1f6136d3a3695bd36a2a662c authored over 9 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - 09259a5557fed04432cc35a10dd3b300ebc119e9 authored over 9 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - 64bb93539113de32d6ae3daef1e09ca8239c743d authored over 9 years ago by Yasuhiro Matsumoto <[email protected]>
Implement support for calling Go functions from SQLite
github.com/mattn/go-sqlite3 - 0bb7f1c676ea24866c76b0c9fd644faa6c98d251 authored over 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 26917df7a6010a157123c4bf60e3d57eff2948e4 authored over 9 years ago by David Anderson <[email protected]>
remove dlopen if static_build flag
github.com/mattn/go-sqlite3 - 3b3f1d01b2696af5501697c35629048c227586ab authored over 9 years ago by mattn <[email protected]>
sqlite_omit_load_extension is a go build tag which behaves much like its
C counterpart SQLITE_OM...
Fix example to check the correct error value
github.com/mattn/go-sqlite3 - 897b8800a7d1a93518b87c00e5d1c5d7476f3701 authored over 9 years ago by mattn <[email protected]>
When one goroutine close db that opended as :memory:, session
will be lost. So another goroutine...
github.com/mattn/go-sqlite3 - 5532d1d5acb0c96143ae19e5c426cd153ce92092 authored over 9 years ago by Marc Campbell <[email protected]>
This enabled support for functions like Foo(a interface{}) and
Bar(a ...interface{}).
Currently, the variadic part must all be the same type, because there's
no "generic" arg converter.
A call now doesn't have to do any reflection, it just blindly invokes
a bunch of argument and re...
Fixes #226.
github.com/mattn/go-sqlite3 - cf8fa0af80e0d227c79ef2b4635e8d0d77432275 authored over 9 years ago by David Anderson <[email protected]>added icu extension support
github.com/mattn/go-sqlite3 - 8897bf145272af4dd0305518cfb725a5b6d0541c authored over 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 715f5e5de0722db907a36a44ddbc8d91dcee76f7 authored over 9 years ago by Pavel Zalunin <[email protected]>
remove duplicated Close
github.com/mattn/go-sqlite3 - 3dc190a01779c7f35c9748dd14aba234fcf48a33 authored over 9 years ago by mattn <[email protected]>since there's one already at line 51
github.com/mattn/go-sqlite3 - 94efba929260d3db921cf106a34c63301bb2995b authored over 9 years ago by gmarik <[email protected]>Fix for go-sqlite3 truncating 64-bit lastInsertIDs on 32-bit systems
github.com/mattn/go-sqlite3 - 0fa27b5cb05c4239ff23cbec3af1d56af75c1854 authored over 9 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 6b4ee3cb4fabfc0cb5c26e21e126fc739d52ce02 authored over 9 years ago by kiwih <[email protected]>
github.com/mattn/go-sqlite3 - b4142c444a8941d0d92b0b7103a24df9cd815e42 authored over 9 years ago by Yasuhiro Matsumoto <[email protected]>
$ go build -tags "libsqlite3 windows"
github.com/mattn/go-sqlite3 - ee9da4840dd680d1fe2927692ea4ab5f8cd7c91c authored over 9 years ago by Yasuhiro Matsumoto <[email protected]>github.com/mattn/go-sqlite3 - 1ae6ca764d50a6a0f3d30009a287623337b534c7 authored over 9 years ago by Lars Buitinck <[email protected]>
github.com/mattn/go-sqlite3 - 90505effc710691c8b0bda88365ee38de52f05c9 authored over 9 years ago by Lars Buitinck <[email protected]>
Also makes them easier to spot (the tests tend to litter /tmp).
github.com/mattn/go-sqlite3 - cebbf42ff60a87f038ef03b3c5734817d41ef0d6 authored over 9 years ago by Lars Buitinck <[email protected]>github.com/mattn/go-sqlite3 - 5674e19d0587e09d0649f650671cb23627d20ba8 authored over 9 years ago by Lars Buitinck <[email protected]>
github.com/mattn/go-sqlite3 - a3efcea001ff5a2fb956efc4272fea14e422086b authored over 9 years ago by Lars Buitinck <[email protected]>
github.com/mattn/go-sqlite3 - 542ae647f8601bafd96233961b150cae198e0295 authored over 9 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - f136f0c8dcab5adb705d1d356685c33983b5210b authored over 9 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - dee1a37fe11067e97971fac64fa5bff4ef0934f4 authored over 9 years ago by Yasuhiro Matsumoto <[email protected]>
Add a txlock option when opening databases
github.com/mattn/go-sqlite3 - 5f64400729dce4425be38a0007e19949af4ee4f8 authored over 9 years ago by mattn <[email protected]>When specified, changes the default locking at a tx.Begin.
Changelog (v2):
Add a testcase to e...
Fix NULs in text.
github.com/mattn/go-sqlite3 - 13671e4dd3a82253232deba28caf53061be5be85 authored over 9 years ago by mattn <[email protected]>NUL character is a valid symbols in UTF8.
Fixes #195
github.com/mattn/go-sqlite3 - ac0129617fd4293e7c341a48bba2adfc85f5afe1 authored over 9 years ago by Egon Elbre <[email protected]>Optimize queries
github.com/mattn/go-sqlite3 - e28cd440fabdd39b9520344bc26829f61db40ece authored almost 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 4dfb2ecaf05d066a7fa15e1db0d62d7aa3a81ec5 authored almost 10 years ago by Lars Buitinck <[email protected]>
Speeds up the query benchmark by about 5% (Go 1.2.1, Linux x64).
github.com/mattn/go-sqlite3 - 92b704c1a6663ce84d970dd4622b77ae8fe50793 authored almost 10 years ago by Lars Buitinck <[email protected]>github.com/mattn/go-sqlite3 - 07f9c9c30fbc180b71842b9282da7b5fa3d40fc9 authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - ff38c8ec02230a8eb61cb8b93cad1dc2f5411e74 authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - e3990c31a060216890f098c5a7d025dd674e7541 authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 1354684d2bb4d8f09365fa5f9b4e3df8c83f9bd1 authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - c1abf95b381746cfae7fcb2796d72356f38dce63 authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - fcd455919e16289155d60d86f2db6c569357816c authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - d754d2db456cb912005948bfa82b7c06f3733274 authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - d7dbb909ec3384421c36ef3ab3f10a87ba1b01bf authored almost 10 years ago by mattn <[email protected]>