Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/mattn/go-sqlite3
sqlite3 driver for go using database/sql
https://github.com/mattn/go-sqlite3
c14096f1235d45649a8deb6d5ef29fb932c351cd authored over 4 years ago by Yasuhiro Matsumoto <[email protected]>
fd606f826a5de95a72b88a1157eb33562a1a288d authored over 4 years ago by Yasuhiro Matsumoto <[email protected]>
and remove .travis.yml
09fcd35eaa29f665605ce429fee5e4bedeeef47c authored over 4 years ago by raa0121 <[email protected]>* Update amalgamation code
* Drop go1.9 and go1.10
2329c6ea75848eeef874a9823d87f406047b64fe authored over 4 years ago by mattn <[email protected]>
Set go_import_path to tell Travis-CI where to checkout the code, so the
Travis build can also w...
Changes in Go versions for the Travis-CI builds:
- reverse order of Go versions so the latest o...
aa77c03e2fcb7ed283920d09a0fb6b873488b5be authored over 4 years ago by Yasuhiro Matsumoto <[email protected]>
baaf8a978416040e7f2d00ac36e345098d0588d8 authored over 4 years ago by mattn <[email protected]>
My app can use PostgreSQL and – optionally – SQLite. I would like to be
able to compile the app...
f600c4bddb99e63424f2a2344fefa06edb5de9f6 authored over 4 years ago by turtlemaster19 <[email protected]>
* Document requirements for cross compiling from OSX
Inspiration: https://github.com/mattn/g...
e77f7dd61e08f390669d4c83cb2d7f6e8b2bcb1e authored over 4 years ago by Vishnu Mohandas <[email protected]>* Allow unused named parameters
Try to bind all named parameters and ignore those not used.
...
* don't need smartystreets/goconvey any longer
* synchronise coveralls
44b2a6394ad1f4625f43a4806b6cecf48150c133 authored over 4 years ago by Diego Becciolini <[email protected]>Once the regex encountered the first instance of a non-match, it would return without processing...
61ad8da9d6d4575a65db9815871c561e70db1c01 authored over 4 years ago by ShanePerron <[email protected]>* report actual error message if sqlite3_load_extension fails
* more fixes and test cases
...
98a44bcf5949f178c8116fa30e62c9ac2ef65927 authored over 4 years ago by rittneje <[email protected]>58b2310c978516e574148f9e9379c6edbbc3b660 authored over 4 years ago by Paul Bergeron <[email protected]>
77fdcc27bb358d2aabfc7e8ee00468e576779ac7 authored over 4 years ago by Yasuhiro Matsumoto <[email protected]>
* feat: add go modules
* feat: upgrade goquery dependency
a23162b94bdb0a83f67dd906733e1321afb2643a authored over 4 years ago by Karthik K <[email protected]>67986a7832dcbda29de5c1341b3dec6c6d97511a authored almost 5 years ago by Manfred Touron <[email protected]>
9bdaffc12bf8be15afceb51bb60851edd4afdff5 authored almost 5 years ago by mattn <[email protected]>
ed406dd4e2a041e9394ce1f6dd647ad15f092e25 authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
d51eaf3b34716568abaa4572ba9b0d5dd8e29d97 authored almost 5 years ago by Sergey Bronnikov <[email protected]>
53cff3fcebd1e177d04129dc131523635bc45d3d authored about 5 years ago by rittneje <[email protected]>
* adding SystemErrno to Error, and fixing error logic when open fails
* fix for old versions ...
b4f5cc77d1cca1470922e916c9f775ef17d2d78f authored about 5 years ago by rittneje <[email protected]>Fix context cancellation racy handling
590d44c02bca83987d23f6eab75e6d0ddf95f644 authored about 5 years ago by mattn <[email protected]>upgrade amalgamation code
0cf797e1cd23ac7b6e4bad4639565b111e970d76 authored about 5 years ago by mattn <[email protected]>a1e7f13af06ed68fa2505661d0ddbc93208bad89 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
Add build constraints for non cgo
4d8693d6ee0f25c2cfa598aeda2d9c2a5d11f8eb authored about 5 years ago by mattn <[email protected]>fc06e553050f9a45829cdcde48931526ec7e79f8 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
Improve readability of Backup()
67c1376b46fb54cb953532f136c9b8accefca46b authored about 5 years ago by mattn <[email protected]>17bc44792cbc3f448a51d2708b7d405e886c1119 authored about 5 years ago by codesoap <[email protected]>
Activating Open Collective
c64f703b0db291698cdbf4d658477428421205ac authored about 5 years ago by mattn <[email protected]>c74e5505955206208b0730074f45cac2e33f32f5 authored about 5 years ago by Jess <[email protected]>
3f45aefa8dc8bbdd97619dd2765f864972f3310e authored about 5 years ago by mattn <[email protected]>
Add Go 1.12.x/1.13.x to CI
a26641dc74a72ee8e568ba911bce1f3c42533d67 authored about 5 years ago by mattn <[email protected]>34018519d096e500a9f8a331f9bf2df2f384f1ab authored about 5 years ago by Trevor Pounds <[email protected]>
Fix Open() journal mode regression
4396a38886da660e403409e35ef4a37906bf0975 authored about 5 years ago by mattn <[email protected]>27d3ed467ce851ce42445bf05c495629a766914f authored about 5 years ago by Andrii Zavorotnii <[email protected]>
[why]
see https://github.com/mattn/go-sqlite3/issues/607
SQLite default journal mode is DELETE,...
c4a8658099ed0e92fabcdcd47331dc6a1cebb1f5 authored about 5 years ago by Andrii Zavorotnii <[email protected]>
[why]
Context cancellation goroutine is not in sync with Next() method lifetime.
It leads to sql...
Fixes: #733
d3c690956bde8789300d0dd7e868189cb88cf6ad authored over 5 years ago by Gert-Jan Timmer <[email protected]>Fixes: #724
b22da71572f0074d6f21d3bbbbfc015d2e0134c8 authored over 5 years ago by G.J.R. Timmer <[email protected]>e3726ad6eb33d39f7f48323ae6147d186992eb83 authored over 5 years ago by G.J.R. Timmer <[email protected]>
2ea5857c0eb3179b078ce5fb881ace11eb28f285 authored over 5 years ago by G.J.R. Timmer <[email protected]>
darwin/libsqlite3: Also use the homebrew include path
e24345b069d4892cade3b897a2e806287f76d03f authored over 5 years ago by mattn <[email protected]>Issue #651: Fix of typo
f4ce3be229889df39cb9d159d5ccaec83857a9bb authored over 5 years ago by mattn <[email protected]>https://github.com/mattn/go-sqlite3/issues/651
85bf186e05f447c618cac5ebada6213ed4a66de0 authored over 5 years ago by = <=>
When building on darwin with the `libsqlite3` tag, go-sqlite3 adds the
homebrew library path. I...
upgrade amalgamation code
d6f416f91c463fbc47b2b04b04730718f0ba9a2d authored over 5 years ago by mattn <[email protected]>b612a2feea6aa87c6d052d9086572551df06497e authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
docs: fix typo
fba062bdb60d06bdd3b8cc9fcd824fb179941e9d authored over 5 years ago by mattn <[email protected]>9889b115444f394d66e9c34c829053b025a96ef6 authored over 5 years ago by Jason Cooke <[email protected]>
Updated Ping and doTestOpen. Added TestOpenContext and TestFileCopyTruncate
5dd71670cca4bc0ee90371eabd0f1bdba1ac6f35 authored over 5 years ago by mattn <[email protected]>Added TestOpenContext
Added TestFileCopyTruncate
Added ping to doTestOpen
Fix typo in readme
c25061c4b77446beec92c8e1d886ba56eb14435b authored over 5 years ago by mattn <[email protected]>2e7be7d08910d7ac6451c9659fecddae6d562e80 authored over 5 years ago by auxten <[email protected]>
improve FAQ re: in-memory databases
070b17a2fdf5109d2dd54acb6bbfb507872115cf authored over 5 years ago by mattn <[email protected]>afa0250ddf60dda4e8b2382b90ae1f72e0300380 authored over 5 years ago by mattn <[email protected]>
Fix type of variadic
2a192bf7823799e082cfa3380aab9f02e4d312c0 authored over 5 years ago by mattn <[email protected]>81b9db81264a832370667d9d1eff384530b2dfe6 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
upgrade amalgamation code
5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3 authored over 5 years ago by mattn <[email protected]>4bbd87b29d3fa52883767c4208e7f479981a5c57 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
upgrade amalgamation code
31f5bb843b7852e28d5a66d1d539c042c3bb623a authored almost 6 years ago by mattn <[email protected]>93716266ad68954447c0db1947bd719e565abb24 authored almost 6 years ago by Yasuhiro Matsumoto <[email protected]>
Fix typo
ad30583d8387ce8118f8605eaeb3b4f7b4ae0ee1 authored almost 6 years ago by mattn <[email protected]>[ci skip]
eac3a7fd2172686487c3373343ffb946230d0fa8 authored almost 6 years ago by Yasuhiro Matsumoto <[email protected]>Unify travis runs
4cb37250b60d3254997cc8b53d9951278bdf3059 authored almost 6 years ago by mattn <[email protected]>Fix 688
58039ab376ca63abd958125bf89855c6bff09cc1 authored almost 6 years ago by mattn <[email protected]>54fcf30aefb271d6bcba94c69b15f8977ef74fd1 authored almost 6 years ago by Egon Elbre <[email protected]>
01e5d0e24c69a3050a83c776aaa84e332d999bfc authored almost 6 years ago by Egon Elbre <[email protected]>
4731d0e6ab56c15f06c00505ccc0f22182a1d531 authored almost 6 years ago by Yasuhiro Matsumoto <[email protected]>
5e7aedf6859708d1be6fe961dac3811e986fa4c3 authored almost 6 years ago by Yasuhiro Matsumoto <[email protected]>
ae5cbb218c63c58afbe7237343b8b3ef28723a4b authored almost 6 years ago by Dimitri Roche <[email protected]>
As opposed to []byte arrays. This brings sqlite closer
in line with other dbs like postgres, all...
062811fcbdca58aa7caadb3fa31c312ac0d5132b authored almost 6 years ago by Jesse Rittner <[email protected]>
2ee07a473ff94a41b0e3163ab543d0897e30f67d authored almost 6 years ago by Jesse Rittner <[email protected]>
Fix typo in README
3fa1c550ffa69b74dc4bfd5109b4e218f32c87cf authored almost 6 years ago by mattn <[email protected]>s/an/a/
1688b64fb76ace5fe7344c38bb0de66e2c220349 authored almost 6 years ago by Masataka Pocke Kuwabara <[email protected]>upgrade amalgamation code
87ac1cb49789a0ef6b0d7be6b7aa458a9b90d7ae authored about 6 years ago by mattn <[email protected]>aa13f26d02e9226b1b184030e4527526d03f2621 authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
Revert 671
03cb0c0623bd3dd467afdec9f3e1d4deeca7890c authored about 6 years ago by mattn <[email protected]>2fe51daa5643c6554a78a9e4241c933a12e2faa2 authored about 6 years ago by Jesse Rittner <[email protected]>
5846e1aa228f58bf6abec89d5a665b9375af2d47 authored about 6 years ago by Jesse Rittner <[email protected]>
This reverts commit 03b96a53baf1987fe52b653ce0d1817e549259b8.
291594080b0d573ce70cd115da9fc19c91bdfd09 authored about 6 years ago by Jesse Rittner <[email protected]>SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is…
248a1e667cba7c4367bda547b286b31691efc1eb authored about 6 years ago by mattn <[email protected]>
Fixes #667
Fixes #669
Close db even if sqlite3_open_v2 return non-zero.
e924752105e9f37c50914c7a213e558745f7d7b4 authored about 6 years ago by mattn <[email protected]>8f4ea282cfb35bddbdae2e2431b0e8d2c809189c authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
Fix data race in AutoCommit()
6a9185d7b1f12363e2c904449d374b63b6093b16 authored about 6 years ago by mattn <[email protected]>Distinguish between NULL and zero-length blobs on query
873ec5700501bf28c8e6afd40344776235403c03 authored about 6 years ago by mattn <[email protected]>Clean up blob to byte slice conversion
c8804396871a55aecc8af90cab0ef473a3b8c8d7 authored about 6 years ago by mattn <[email protected]>Fix gometalinter issues
0a64ab220b84d82bfcaef4f89c542b033a1ff997 authored about 6 years ago by mattn <[email protected]>d2d0bf1bf1b780cd7cf73de96519d45f50bc47f9 authored about 6 years ago by Mario Trangoni <[email protected]>
c46327f585d68f71e75d2c5e707845afd5fd7df1 authored about 6 years ago by Mario Trangoni <[email protected]>
See,
$ gometalinter --vendor --disable-all --enable=misspell ./...
sqlite3.go:1379:45:warning: "...
updating Windows TDM-GCC link to properly render
1ef6010539226ec13e5c35b5b6fcfcd1101f62e8 authored about 6 years ago by mattn <[email protected]>fixing "[here](ttps://sourceforge.net/projects/tdm-gcc/)" to "[here](https://sourceforge.net/pro...
76c6ec051693eefb99b6aa664a9196a4bdc44913 authored about 6 years ago by bk521234 <[email protected]>eed79b86572f203cc92e92048ba06b56a8ca06e8 authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
travis.yml: build Go tip
1fc3fd346d3cc4c610f432d8bc938bb952733873 authored about 6 years ago by mattn <[email protected]>
Apparently the cgo typechecks get better on tip, so use C.int instead
of Go integers.
Build tip...
6a26e21416755035b3c77e9c299b9a040f414b4c authored about 6 years ago by Kevin Burke <[email protected]>