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

Fix go.yaml

c14096f1235d45649a8deb6d5ef29fb932c351cd authored over 4 years ago by Yasuhiro Matsumoto <[email protected]>
Update README.md

fd606f826a5de95a72b88a1157eb33562a1a288d authored over 4 years ago by Yasuhiro Matsumoto <[email protected]>
Add Github Actions yaml and set LDFLAGS on windows (#843)

and remove .travis.yml

09fcd35eaa29f665605ce429fee5e4bedeeef47c authored over 4 years ago by raa0121 <[email protected]>
Update amalgamation code (#842)

* Update amalgamation code

* Drop go1.9 and go1.10

2329c6ea75848eeef874a9823d87f406047b64fe authored over 4 years ago by mattn <[email protected]>
Travis-CI: set go_import_path (#829)

Set go_import_path to tell Travis-CI where to checkout the code, so the
Travis build can also w...

4c2df3cc4614a8001c1afdebcbda0fcf6e045719 authored over 4 years ago by Olivier Mengué <[email protected]>
Travis-CI: add Go 1.14.x, change order of Go versions (#830)

Changes in Go versions for the Travis-CI builds:
- reverse order of Go versions so the latest o...

979ea59e5acfbb2fe450df65138e34e68f92c541 authored over 4 years ago by Olivier Mengué <[email protected]>
Update README.md

aa77c03e2fcb7ed283920d09a0fb6b873488b5be authored over 4 years ago by Yasuhiro Matsumoto <[email protected]>
upgrade amalgamation code (#821)

baaf8a978416040e7f2d00ac36e345098d0588d8 authored over 4 years ago by mattn <[email protected]>
Add mock versions of SQLiteDriver and SQLiteConn for +build !cgo (#819)

My app can use PostgreSQL and – optionally – SQLite. I would like to be
able to compile the app...

0cec2d7524fa62dd91f1ca7e9918b2b43ec73281 authored over 4 years ago by Martin Tournoij <[email protected]>
Edited note in README (#817)

f600c4bddb99e63424f2a2344fefa06edb5de9f6 authored over 4 years ago by turtlemaster19 <[email protected]>
Document requirements for cross compiling from OSX (#804)

* Document requirements for cross compiling from OSX

Inspiration: https://github.com/mattn/g...

e77f7dd61e08f390669d4c83cb2d7f6e8b2bcb1e authored over 4 years ago by Vishnu Mohandas <[email protected]>
Enable all prefixes for named parameters and allow for unused named parameters (#811)

* Allow unused named parameters

Try to bind all named parameters and ignore those not used.
...

db4c9426f851c76327db11e1b5301e520e0e048b authored over 4 years ago by gber <[email protected]>
Fix #808: remove goconvey (#809)

* don't need smartystreets/goconvey any longer

* synchronise coveralls

44b2a6394ad1f4625f43a4806b6cecf48150c133 authored over 4 years ago by Diego Becciolini <[email protected]>
Fix for early termination of returned rows (#805)

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 (#800)

* report actual error message if sqlite3_load_extension fails

* more fixes and test cases

...

98a44bcf5949f178c8116fa30e62c9ac2ef65927 authored over 4 years ago by rittneje <[email protected]>
Add extension-functions.c info to README (#779)

58b2310c978516e574148f9e9379c6edbbc3b660 authored over 4 years ago by Paul Bergeron <[email protected]>
Update dependencies

77fdcc27bb358d2aabfc7e8ee00468e576779ac7 authored over 4 years ago by Yasuhiro Matsumoto <[email protected]>
feat: add go modules (#781)

* feat: add go modules

* feat: upgrade goquery dependency

a23162b94bdb0a83f67dd906733e1321afb2643a authored over 4 years ago by Karthik K <[email protected]>
chore: remove debug code (#788)

67986a7832dcbda29de5c1341b3dec6c6d97511a authored almost 5 years ago by Manfred Touron <[email protected]>
upgrade amalgamation code (#777)

9bdaffc12bf8be15afceb51bb60851edd4afdff5 authored almost 5 years ago by mattn <[email protected]>
Update README.md

ed406dd4e2a041e9394ce1f6dd647ad15f092e25 authored almost 5 years ago by Yasuhiro Matsumoto <[email protected]>
Fix typo (#763)

d51eaf3b34716568abaa4572ba9b0d5dd8e29d97 authored almost 5 years ago by Sergey Bronnikov <[email protected]>
fix typo in doc comment (#770)

53cff3fcebd1e177d04129dc131523635bc45d3d authored about 5 years ago by rittneje <[email protected]>
add SystemErrno to Error (#740)

* 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]>
Merge pull request #744 from azavorotnii/ctx_cancel

Fix context cancellation racy handling

590d44c02bca83987d23f6eab75e6d0ddf95f644 authored about 5 years ago by mattn <[email protected]>
Merge pull request #760 from mattn/sqlite-amalgamation-3300100

upgrade amalgamation code

0cf797e1cd23ac7b6e4bad4639565b111e970d76 authored about 5 years ago by mattn <[email protected]>
upgrade amalgamation code

a1e7f13af06ed68fa2505661d0ddbc93208bad89 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #758 from mattn/noncgo

Add build constraints for non cgo

4d8693d6ee0f25c2cfa598aeda2d9c2a5d11f8eb authored about 5 years ago by mattn <[email protected]>
Add build constraints for non cgo

fc06e553050f9a45829cdcde48931526ec7e79f8 authored about 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #754 from codesoap/master

Improve readability of Backup()

67c1376b46fb54cb953532f136c9b8accefca46b authored about 5 years ago by mattn <[email protected]>
Improve readability of Backup()

17bc44792cbc3f448a51d2708b7d405e886c1119 authored about 5 years ago by codesoap <[email protected]>
Merge pull request #753 from opencollective/opencollective

Activating Open Collective

c64f703b0db291698cdbf4d658477428421205ac authored about 5 years ago by mattn <[email protected]>
Added financial contributors to the README

c74e5505955206208b0730074f45cac2e33f32f5 authored about 5 years ago by Jess <[email protected]>
Update FUNDING.yml

3f45aefa8dc8bbdd97619dd2765f864972f3310e authored about 5 years ago by mattn <[email protected]>
Merge pull request #750 from tpounds/add-new-go-vers

Add Go 1.12.x/1.13.x to CI

a26641dc74a72ee8e568ba911bce1f3c42533d67 authored about 5 years ago by mattn <[email protected]>
Add Go 1.12.x/1.13.x to CI.

34018519d096e500a9f8a331f9bf2df2f384f1ab authored about 5 years ago by Trevor Pounds <[email protected]>
Merge pull request #747 from azavorotnii/open_journal_mode

Fix Open() journal mode regression

4396a38886da660e403409e35ef4a37906bf0975 authored about 5 years ago by mattn <[email protected]>
Fix typo in "_locking_mode" DSN handling

27d3ed467ce851ce42445bf05c495629a766914f authored about 5 years ago by Andrii Zavorotnii <[email protected]>
Fix Open() journal mode regression

[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]>
Fix context cancellation racy handling

[why]
Context cancellation goroutine is not in sync with Next() method lifetime.
It leads to sql...

7e1a61dbcdb71e3220e5cc54cd2ef7d32b0b9b67 authored over 5 years ago by Andrii Zavorotnii <[email protected]>
Fix memory leak in ExpandedSQL (#738)

Fixes: #733

d3c690956bde8789300d0dd7e868189cb88cf6ad authored over 5 years ago by Gert-Jan Timmer <[email protected]>
Fix _auth_* parameter check

Fixes: #724

b22da71572f0074d6f21d3bbbbfc015d2e0134c8 authored over 5 years ago by G.J.R. Timmer <[email protected]>
Fixed operator

e3726ad6eb33d39f7f48323ae6147d186992eb83 authored over 5 years ago by G.J.R. Timmer <[email protected]>
Closes #597

2ea5857c0eb3179b078ce5fb881ace11eb28f285 authored over 5 years ago by G.J.R. Timmer <[email protected]>
Merge pull request #734 from gwd/out/fix-libsqlite3-darwin-build

darwin/libsqlite3: Also use the homebrew include path

e24345b069d4892cade3b897a2e806287f76d03f authored over 5 years ago by mattn <[email protected]>
Merge pull request #735 from mahler/master

Issue #651: Fix of typo

f4ce3be229889df39cb9d159d5ccaec83857a9bb authored over 5 years ago by mattn <[email protected]>
Issue #651: Fix of typo

https://github.com/mattn/go-sqlite3/issues/651

85bf186e05f447c618cac5ebada6213ed4a66de0 authored over 5 years ago by = <=>
darwin/libsqlite3: Also use the homebrew include path

When building on darwin with the `libsqlite3` tag, go-sqlite3 adds the
homebrew library path. I...

f9aab7dda8793eeeeada4eaf45374adcf62eada7 authored over 5 years ago by George Dunlap <[email protected]>
Merge pull request #732 from mattn/sqlite-amalgamation-3290000

upgrade amalgamation code

d6f416f91c463fbc47b2b04b04730718f0ba9a2d authored over 5 years ago by mattn <[email protected]>
upgrade amalgamation code

b612a2feea6aa87c6d052d9086572551df06497e authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #731 from Jason-Cooke/patch-1

docs: fix typo

fba062bdb60d06bdd3b8cc9fcd824fb179941e9d authored over 5 years ago by mattn <[email protected]>
docs: fix typo

9889b115444f394d66e9c34c829053b025a96ef6 authored over 5 years ago by Jason Cooke <[email protected]>
Merge pull request #727 from MichaelS11/master

Updated Ping and doTestOpen. Added TestOpenContext and TestFileCopyTruncate

5dd71670cca4bc0ee90371eabd0f1bdba1ac6f35 authored over 5 years ago by mattn <[email protected]>
Updated Ping to return ErrBadConn

Added TestOpenContext
Added TestFileCopyTruncate
Added ping to doTestOpen

57484d0899f89fc920d4437059f0caeb9579c9a1 authored over 5 years ago by MichaelS11 <[email protected]>
Merge pull request #725 from auxten/patch-1

Fix typo in readme

c25061c4b77446beec92c8e1d886ba56eb14435b authored over 5 years ago by mattn <[email protected]>
Fix typo in readme

2e7be7d08910d7ac6451c9659fecddae6d562e80 authored over 5 years ago by auxten <[email protected]>
Merge pull request #680 from rittneje/improve-faq-in-memory-shared-cache

improve FAQ re: in-memory databases

070b17a2fdf5109d2dd54acb6bbfb507872115cf authored over 5 years ago by mattn <[email protected]>
Create FUNDING.yml

afa0250ddf60dda4e8b2382b90ae1f72e0300380 authored over 5 years ago by mattn <[email protected]>
Merge pull request #716 from mattn/fix-variadic

Fix type of variadic

2a192bf7823799e082cfa3380aab9f02e4d312c0 authored over 5 years ago by mattn <[email protected]>
Fix type of variadic

81b9db81264a832370667d9d1eff384530b2dfe6 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #712 from mattn/sqlite-amalgamation-3280000

upgrade amalgamation code

5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3 authored over 5 years ago by mattn <[email protected]>
upgrade amalgamation code

4bbd87b29d3fa52883767c4208e7f479981a5c57 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #702 from mattn/sqlite-amalgamation-3270200

upgrade amalgamation code

31f5bb843b7852e28d5a66d1d539c042c3bb623a authored almost 6 years ago by mattn <[email protected]>
upgrade amalgamation code

93716266ad68954447c0db1947bd719e565abb24 authored almost 6 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #695 from mattn/fix-typo

Fix typo

ad30583d8387ce8118f8605eaeb3b4f7b4ae0ee1 authored almost 6 years ago by mattn <[email protected]>
Fix typo

[ci skip]

eac3a7fd2172686487c3373343ffb946230d0fa8 authored almost 6 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #693 from egonelbre/unify-travis-runs

Unify travis runs

4cb37250b60d3254997cc8b53d9951278bdf3059 authored almost 6 years ago by mattn <[email protected]>
Merge pull request #692 from mattn/fix-688

Fix 688

58039ab376ca63abd958125bf89855c6bff09cc1 authored almost 6 years ago by mattn <[email protected]>
Remove separate go build

54fcf30aefb271d6bcba94c69b15f8977ef74fd1 authored almost 6 years ago by Egon Elbre <[email protected]>
Faster travis running

01e5d0e24c69a3050a83c776aaa84e332d999bfc authored almost 6 years ago by Egon Elbre <[email protected]>
Print type of result

4731d0e6ab56c15f06c00505ccc0f22182a1d531 authored almost 6 years ago by Yasuhiro Matsumoto <[email protected]>
Add test

5e7aedf6859708d1be6fe961dac3811e986fa4c3 authored almost 6 years ago by Yasuhiro Matsumoto <[email protected]>
column_type SQLITE_TEXT returned as string by default

ae5cbb218c63c58afbe7237343b8b3ef28723a4b authored almost 6 years ago by Dimitri Roche <[email protected]>
column types text, varchar, *char return as strings:

As opposed to []byte arrays. This brings sqlite closer
in line with other dbs like postgres, all...

abc8991d4d4bb67031d3ee9e387f3e2a4006b567 authored almost 6 years ago by Dimitri Roche <[email protected]>
more code formatting

062811fcbdca58aa7caadb3fa31c312ac0d5132b authored almost 6 years ago by Jesse Rittner <[email protected]>
adding additional info to FAQ about in-memory databases

2ee07a473ff94a41b0e3163ab543d0897e30f67d authored almost 6 years ago by Jesse Rittner <[email protected]>
Merge pull request #679 from pocke/an-a

Fix typo in README

3fa1c550ffa69b74dc4bfd5109b4e218f32c87cf authored almost 6 years ago by mattn <[email protected]>
Fix typo in README

s/an/a/

1688b64fb76ace5fe7344c38bb0de66e2c220349 authored almost 6 years ago by Masataka Pocke Kuwabara <[email protected]>
Merge pull request #675 from mattn/sqlite-amalgamation-3260000

upgrade amalgamation code

87ac1cb49789a0ef6b0d7be6b7aa458a9b90d7ae authored about 6 years ago by mattn <[email protected]>
upgrade amalgamation code

aa13f26d02e9226b1b184030e4527526d03f2621 authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #673 from rittneje/revert-671

Revert 671

03cb0c0623bd3dd467afdec9f3e1d4deeca7890c authored about 6 years ago by mattn <[email protected]>
fixed typo

2fe51daa5643c6554a78a9e4241c933a12e2faa2 authored about 6 years ago by Jesse Rittner <[email protected]>
adding unit test

5846e1aa228f58bf6abec89d5a665b9375af2d47 authored about 6 years ago by Jesse Rittner <[email protected]>
Revert "SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is not rw"

This reverts commit 03b96a53baf1987fe52b653ce0d1817e549259b8.

291594080b0d573ce70cd115da9fc19c91bdfd09 authored about 6 years ago by Jesse Rittner <[email protected]>
Merge pull request #671 from mattn/fix667

SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is…

248a1e667cba7c4367bda547b286b31691efc1eb authored about 6 years ago by mattn <[email protected]>
SQLITE_OPEN_CREATE should be specified for sqlite3_open_v2 if mode is not rw

Fixes #667
Fixes #669

03b96a53baf1987fe52b653ce0d1817e549259b8 authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #670 from mattn/close-db

Close db even if sqlite3_open_v2 return non-zero.

e924752105e9f37c50914c7a213e558745f7d7b4 authored about 6 years ago by mattn <[email protected]>
Close db even if sqlite3_open_v2 return non-zero.

8f4ea282cfb35bddbdae2e2431b0e8d2c809189c authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #626 from otoolep/fix_data_race

Fix data race in AutoCommit()

6a9185d7b1f12363e2c904449d374b63b6093b16 authored about 6 years ago by mattn <[email protected]>
Merge pull request #643 from akalin/zero-length-blob

Distinguish between NULL and zero-length blobs on query

873ec5700501bf28c8e6afd40344776235403c03 authored about 6 years ago by mattn <[email protected]>
Merge pull request #644 from akalin/fix-pointer-conversion

Clean up blob to byte slice conversion

c8804396871a55aecc8af90cab0ef473a3b8c8d7 authored about 6 years ago by mattn <[email protected]>
Merge pull request #665 from mjtrangoni/fix-gometalinter-issues

Fix gometalinter issues

0a64ab220b84d82bfcaef4f89c542b033a1ff997 authored about 6 years ago by mattn <[email protected]>
upgrade/package.go: Fix golint issue

d2d0bf1bf1b780cd7cf73de96519d45f50bc47f9 authored about 6 years ago by Mario Trangoni <[email protected]>
sqlite3_test.go: Simplify return err

c46327f585d68f71e75d2c5e707845afd5fd7df1 authored about 6 years ago by Mario Trangoni <[email protected]>
Fix misspell issues.

See,
$ gometalinter --vendor --disable-all --enable=misspell ./...
sqlite3.go:1379:45:warning: "...

b76b90f75407f7656fcf45c646145992c9195f81 authored about 6 years ago by Mario Trangoni <[email protected]>
Merge pull request #664 from bk521234/patch-1

updating Windows TDM-GCC link to properly render

1ef6010539226ec13e5c35b5b6fcfcd1101f62e8 authored about 6 years ago by mattn <[email protected]>
updating link to properly render

fixing "[here](ttps://sourceforge.net/projects/tdm-gcc/)" to "[here](https://sourceforge.net/pro...

76c6ec051693eefb99b6aa664a9196a4bdc44913 authored about 6 years ago by bk521234 <[email protected]>
update README.md

eed79b86572f203cc92e92048ba06b56a8ca06e8 authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #657 from kevinburke/compile-tip

travis.yml: build Go tip

1fc3fd346d3cc4c610f432d8bc938bb952733873 authored about 6 years ago by mattn <[email protected]>
all: fix cgo compile failures on tip

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]>