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

Merge pull request #484 from mattn/fix-header

fix header file

f7bfd1d272ca8adbc4fa6ed182cfc8509bd4f8b0 authored about 7 years ago by mattn <[email protected]>
fix header file

3ac25271e5b05ec423963d254ddf03d86a5b9c9b authored about 7 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #479 from kenshaw/move-registeraggregator

Move RegisterAggregator implementation

ed69081a91fd053f17672236b0dd52ba7485e1a3 authored about 7 years ago by mattn <[email protected]>
Merge pull request #440 from t2y/add-sqlite3-limit

Support sqlite3_limit to get/set the value of run-time limits

53494369eaf82feb906f08c5a97bf0134fed1fa3 authored about 7 years ago by mattn <[email protected]>
fix to be able to build with GOTAGS=libsqlite3

9dddfd1328d9fc20cb77129d1524fabddb7d8859 authored about 7 years ago by Tetsuya Morimoto <[email protected]>
update to call _sqlite3_limit as a wrapper instead of sqlite3_limit

b07b06e15c31b3e80ca7ba244e946d619a8dc99a authored about 7 years ago by Tetsuya Morimoto <[email protected]>
Move RegisterAggregator implementation

The SQLiteConn.RegisterAggregator implementation was defined in
sqlite3_trace.go file, which is ...

7174000f779db8d51c898c082640cb2f475cd8d3 authored about 7 years ago by Kenneth Shaw <[email protected]>
support sqlite3_limit to get/set run time limit

d785b8f8121cfc3d44df753b0c8c2c1cc26d0af1 authored about 7 years ago by Tetsuya Morimoto <[email protected]>
Merge pull request #471 from msoap/patch-1

Updated travis.yml

615c193e01d8d462eef7ee390171506f531a1c9a authored about 7 years ago by mattn <[email protected]>
Updated travis.yml

Use the latest Go version in each major branch (documentation: https://docs.travis-ci.com/user/l...

9c2e10a3bab32f4a60f58ffc67107c6d0de5b79f authored about 7 years ago by Sergey Mudrik <[email protected]>
fix test

5160b48509cf5c877bc22c11c373f8c7738cdb38 authored about 7 years ago by Yasuhiro Matsumoto <[email protected]>
remove rows.Close() in TestShortTimeout

couldn't reproduce on local environment

103e6ee9eee476eed58337e34dc8cf2b65451315 authored about 7 years ago by Yasuhiro Matsumoto <[email protected]>
fix broken test

c0f3d4135e4bb5e170cd72c0074bba14f6f86d4e authored about 7 years ago by Yasuhiro Matsumoto <[email protected]>
fix error handling

close #464

49f9543f144f83b3f42d7fc7d39bb5d5fe25ee33 authored about 7 years ago by Yasuhiro Matsumoto <[email protected]>
use file instead of memory for TestShortTimeout

68bcba68d90f47673ebcb643bdc1968868fae121 authored about 7 years ago by Yasuhiro Matsumoto <[email protected]>
Updated "context" import since it has become a standard library after go 1.7 https://golang.org/doc/go1.7#context

5df314a2dc5e85ac859f637309aa261ee1e957cf authored over 7 years ago by Roland Pangu <[email protected]>
Merge pull request #423 from danderson/master

Add support for collation sequences implemented in Go.

05548ff55570cdb9ac72ff4a25a3b5e77a6fb7e5 authored over 7 years ago by mattn <[email protected]>
Merge branch 'master' into master

132eeedb4ad10f217a357d731f930cbdd1360733 authored over 7 years ago by mattn <[email protected]>
Merge pull request #461 from mattn/solaris

support Solaris

b8d537f91a262b86fc5dfae4fd5a5c282d2b95fd authored over 7 years ago by mattn <[email protected]>
fix race

8d81c2f1f8f4b00b487c668bb8c9df5daa112900 authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
fix race

58ed4a0810db4a6757547ca36adf4cf2ffc18fdd authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
fix lock

911f1c4fa68b1823e76c909e777571f563bdb184 authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
support Solaris

See #459

ee720241fc5db8cf245ee588870940ad7a92863c authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
fixes #458

d40d4905434d5abfab8d29584adc850797897769 authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
fix README.md

close #456

a97e7bb12f7a08fabc155855e9861f983d6d7dec authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #454 from gholt/master

Fix to better handle NULL values in TEXT and BLOB columns.

144deb6596cd6dbb49158b3d6f6a0e742715f9a5 authored over 7 years ago by mattn <[email protected]>
Improved TestNilAndEmptyBytes

I forgot that bytes.Equals treats nil and []byte{} as equal.

b1c8062c18ee31834bdd0cd70c90af8590ce1f1a authored over 7 years ago by Greg Holt <[email protected]>
Fix to pass TestNilAndEmptyBytes

85e456ef27b5b5a64214bc5a74cbf8ec3114f5e5 authored over 7 years ago by Greg Holt <[email protected]>
Added TestNilAndEmptyBytes

d1772f082687b34ca377224523c6e1b5b545425a authored over 7 years ago by Greg Holt <[email protected]>
fix test

6654e412c3c7eabb310d920cf73a2102dbf8c632 authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
ignore errors in teardown

7133e5d7f58869b174d0e412322c68ac78b77cc8 authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
remove mutex

1828334c4a7937cf4d957e36e995b9d6ba4fc535 authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
fix tests on tip

42a4d148c2b3dd62511663f2a53ff8a416501a0b authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
fix possibly double Close.

fixes #448

569232dc083e6dbcaab291f39bd5f78af2aedf08 authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #436 from zombiezen/recursivetriggers

Add connection option for recursive triggers

47fc4e5e9153645da45af6a86a5bce95e63a0f9e authored over 7 years ago by mattn <[email protected]>
Add connection option for recursive triggers

Similar to foreign keys, the recursive triggers PRAGMA affects the
interpretation of all stateme...

848386d7a20cdd7b4314334b97e958c933a361ba authored over 7 years ago by Ross Light <[email protected]>
Merge pull request #434 from toba/master

Add functions to register update, commit, and rollback hooks (re-opened)

9cbb0970444f7ee9ccc65376394a504150b25de1 authored over 7 years ago by mattn <[email protected]>
Merge pull request #2 from mattn/master

Merge lastest from mattn

0644414997d42f08d60d8b36b42628f6bc7ae243 authored over 7 years ago by Jason Abbott <[email protected]>
SQLITE_THREADSAFE=1

fixes #274

acfa60124032040b9f5a9406f5a772ee16fe845e authored over 7 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #1 from toba/missing-callback-hooks

Incorporate original PR 271 from https://github.com/brokensandals

dbaad204e95ad68c55137bcd7f879c9cb2fa9deb authored over 7 years ago by Jason Abbott <[email protected]>
Incorporate original PR 271 from https://github.com/brokensandals

59bd281a89883d39ef219699e4a46eab87b3cff9 authored over 7 years ago by Jason Abbott <[email protected]>
Merge pull request #431 from deepilla/issue-430

Don't convert Unix times to nanoseconds when querying datetime fields…

8a4c825cfc99b620bd78dbeac30348782a3b3eb9 authored over 7 years ago by mattn <[email protected]>
Don't convert Unix times to nanoseconds when querying datetime fields. Fixes #430.

05123859bed77249c3d9ca8efe6adc3cce1e1bed authored over 7 years ago by deepilla <[email protected]>
Merge pull request #429 from emakeev/cgo_panic_fix

Fix for cgo panic, issue #428: https://github.com/mattn/go-sqlite3/is…

afe454f6220b3972691678af2c5579781563183f authored over 7 years ago by mattn <[email protected]>
Fix for cgo panic, issue #428: https://github.com/mattn/go-sqlite3/issues/428

ef9f773b24d2ec1611476e580c032e98068e481a authored over 7 years ago by Evgeniy Makeev <[email protected]>
Merge pull request #427 from otoolep/conn_stmt_race

Address data race during close database and statement

a819994f72c9c22cbe7d0849038a394d8154d4c9 authored over 7 years ago by mattn <[email protected]>
Sync database-close and statement-close

Potential fix for issue #426.

cd1cbf523a80ebe39ccb1b829d760852e298c128 authored over 7 years ago by Philip O'Toole <[email protected]>
Merge pull request #2 from mattn/master

Merge upstream

b951516ea086ff8c8a97eff7a59f2b95458b0a1c authored over 7 years ago by Philip O'Toole <[email protected]>
Merge pull request #425 from xxr3376/empty-bytes

Treat []byte{} as empty BLOB instead of NULL.

83c59d8440943c680f94ebbe51118df4244414d6 authored over 7 years ago by mattn <[email protected]>
Use global variable for better performance.

3fa7ed217682f0f66953e3c37d7a648bbc5d3e5c authored over 7 years ago by Xu Xinran <[email protected]>
Treat []byte{} as empty bytes instead of NULL.

308f5f1b2fae699cb38474136205cbab8f081019 authored over 7 years ago by Xu Xinran <[email protected]>
Add support for collation sequences implemented in Go.

This allows Go programs to register custom comparison functions with
sqlite, and ORDER BY that c...

0430b37250c76ab632ed1b3e61d967666b31312a authored over 7 years ago by David Anderson <[email protected]>
Merge pull request #421 from flimzy/readme

Use "sqlite3" instead of "sqlite" in usage example.

83772a7051f5e30d8e59746a9e43dfa706b72f3b authored over 7 years ago by mattn <[email protected]>
Use "sqlite3" instead of "sqlite" in usage example.

And a minor grammar improvement.

47e1f81069502c824ed27f584160113c8f9edb1f authored over 7 years ago by Jonathan Hall <[email protected]>
Merge pull request #409 from kenshaw/add-vtable-insert-update-delete-unit-test

Adding unit test for VTable Insert/Update/Delete

cf7286f069c3ef596efcc87781a4653a2e7607bd authored over 7 years ago by mattn <[email protected]>
Adding unit test for VTable Insert/Update/Delete

18135fa650d3bd5f54e89ce3668e005468162266 authored over 7 years ago by Kenneth Shaw <[email protected]>
Merge pull request #399 from kenshaw/add-vtable-updater-hook

Adding hook to vtable to allow VTab's to be updated

f68bb9500085065e873f0a3b58b58ee97ad394f4 authored over 7 years ago by mattn <[email protected]>
Merge pull request #407 from zombiezen/foreignkeys

Add _foreign_keys connection parameter

46e826d22aebbfda29523e86e3114c2beb4dab43 authored over 7 years ago by mattn <[email protected]>
Merge pull request #406 from zombiezen/fixleak

Avoid leaking db if setting busy timeout fails

c935ccca28b8b17e0a0d885c1b20a07dd829371e authored over 7 years ago by mattn <[email protected]>
Add _foreign_keys connection parameter

Fixes #377
Updates #255

c6d43c40e663785489630d0f9086bbae5f490394 authored over 7 years ago by Ross Light <[email protected]>
Avoid leaking db if setting busy timeout fails

4c2dc8806aac565a85f1588a7822ae4244cb1c70 authored over 7 years ago by Ross Light <[email protected]>
Adding hook to vhook to allow vtables to be modified

This commit changes the vtable 'xUpdate' goModule field to a new
'cXUpdate' callback function wh...

b8936b7ad391c3964c9e9c27ef37e6631cab80ed authored almost 8 years ago by Kenneth Shaw <[email protected]>
Merge pull request #398 from mkungla/qfe1

Removed ambitious conn.Close()

b2e464529e88db676302aa63a4ce36711633950e authored almost 8 years ago by mattn <[email protected]>
Removed ambitious conn.Close()

a1253acb6bf0c2e9f9ac47e61ee200b8b7f4c7f2 authored almost 8 years ago by Marko Kungla <[email protected]>
close connection when got errors in Open

fc03fa998970a0110f9727c0441985b35ab50055 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
fix breaking compatibility.

revert cf4bd560f1588d96c502b4c3407fe1a10cef4a28

close #394

866c3293d9a76aa491e56cc978d0d7fb0e63e121 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
fix test

bd7fdb60336d54a68de20c03df2a036848e89eca authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
disable extension when loading failed

1d0b0f0e72ef499134007487ec04768b6ba2bd6b authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
fix test

796dcab06ddc1eda59e0c1b73c8f0b902f734660 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
fix build

0acd8f7aece241ec47b8817481a15ed5d5d86ed7 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
fix build

997cab809454bae9b2af4cfaebc2ee6a7062a5c9 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
fix build

cf4bd560f1588d96c502b4c3407fe1a10cef4a28 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
return nil when last error is SQLITE_OK

53900fb4f0eb34195dad7e0c70315a9cf81dacb8 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
fix test

eac1dfa2a61ebccaa117538a5bb12044f6700cd0 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
golint

ecc5105e21a211082827d69227de0899d3462e16 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
rename

0dba8bb9aa5d6b7078008b0689dfde9684c75a5d authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
add test env

9a7131f1a90de9e8cb75b62e96d9aeb5c7a4a891 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
vtable is not default

835dea39a656a4695b266692ef1468b2ceffddea authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
refactoring

32ab0d8730130a4e69e06861571a84bcba3c9955 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
rename

d5ce94296e20b0762879ce7b374c28f4e301decf authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
remove dependency of assert

f694bb773ce1b1c94039c5dfdf47cf1d6ab9d954 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
add gorepocard badge

0147a481cf98cfbd7ee835b89c6c373d4d5dced1 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
golint

0ff13e6771c98b6e895df17abef8a33fac05adae authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
remove type ZeroBlobLength

f2380672661f925f4edfa24a7ee5583f8404692c authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
golint

f9e79c0a39fae626821dd44da2372ded64b4f8d4 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
use pointer receiver

a9d61d54c6d919d7f627743daa26e54687244566 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
fix import path

fca908b49699a576553d06c5e058d9dda6309980 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #347 from DataDog/dd/vtable

Add Go API for virtual tables

55cd56d7edb233f4a251a8821232e4cc6084e3d2 authored almost 8 years ago by mattn <[email protected]>
[vtable] Rename Context to SQLiteContext

To not conflict with core "context" package naming.

9efa963d05cac8b780d1cb3abbd8493a94f1db82 authored almost 8 years ago by Conor Branagan <[email protected]>
Add Go API for virtual tables

See https://www.sqlite.org/vtab.html for more details.

This work was started from
https://githu...

bba480975b7136da2f4016b2ba6133e68aa2a878 authored almost 8 years ago by Conor Branagan <[email protected]>
[vtable] Add pure Go example of GitHub repo vtable.

618e784627e2d0c0883f92c1708de3107296a0f9 authored almost 8 years ago by Conor Branagan <[email protected]>
fix test

3439fd20966c1bc672cea1173ed756bf145f05b2 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
not use underscore

5b1175ef066f9fe80eee84c0ba5d0dbea72d09a6 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
rename function

253bbf431d35066a9a1adad2ba5f852dfc439329 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
add godoc for fixes golint

cc256c7b142955bed7bbe8d8709e3776b3b1b9a3 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
fix typos

231af577dc12fe1594ce282d56394642aa3aa13f authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
use named field

2fc807f6681dee78cba228da4fb712817f4d60df authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #387 from msoap/patch-1

Added available extensions to README

acf4ae44299454c98d3a39ea15d444b5a6708710 authored almost 8 years ago by mattn <[email protected]>
Added available extensions to README

4fb55b1ad958988931e88f7cb22518dd3d4fe9c4 authored almost 8 years ago by Sergey Mudrik <[email protected]>
remove 1.6

d82897d60e9700f52d3633fd0d41eb1f9b6f8a64 authored almost 8 years ago by Yasuhiro Matsumoto <[email protected]>