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 build failure of incorrect expression for unsafe.Sizeof
c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75 authored about 6 years ago by mattn <[email protected]>576a2cb9f58007a10803dca9b0bacc03ebcff467 authored about 6 years ago by Mura Li <[email protected]>
Fix build failure on Windows/386
276457a170dc752d264ffe0fae47e4f298c364eb authored about 6 years ago by mattn <[email protected]>
The array size exceeds the address space of 32-bit platform.
See https://github.com/mattn/go-sql...
Add support for sqlite3_unlock_notify
f3aa5ce89995fab8c7777f7821f689d9ac81c80f authored about 6 years ago by mattn <[email protected]>68e53de11e397371ecbe3fd3ff56808a7a618795 authored about 6 years ago by Mura Li <[email protected]>
eb08795f52358ce90e601fe964c564ad27cf73e0 authored about 6 years ago by Mura Li <[email protected]>
Update README: URL-encode connection options
c67b489f7e8e10b993944d4ecef084df2db3ec8e authored about 6 years ago by mattn <[email protected]>Remove extra backtick and fix Markdown formatting
3e1d67a26405b1d6f46694b44ee3aef8c7824a2f authored about 6 years ago by mattn <[email protected]>Add Go 1.11 to Travis build matrix
a98b6a4af53cdcfc542d261c5a0f636c709e7997 authored about 6 years ago by mattn <[email protected]>2bf2b22523f59c92f1cf3de89bfd22e8d8c409ed authored about 6 years ago by Vladimir Rutsky <[email protected]>
Fix typo in README.md
5cd1ba58664ccf49ec87604458165e96a5d31647 authored about 6 years ago by mattn <[email protected]>0ad25499b6e00d8a9b71e54220d4eaba4cd18d60 authored about 6 years ago by Daniel Thorn <[email protected]>
3b73f9366b7648e8ced1f1d12a06bc1b1408a8be authored about 6 years ago by Emir Beganović <[email protected]>
upgrade amalgamation code
0a88db3545c4089ce0f555f496bfc78c491699e5 authored about 6 years ago by mattn <[email protected]>9cb060a1317dbbaf35dd18b0e23bcbc4f356bcd7 authored about 6 years ago by Yasuhiro Matsumoto <[email protected]>
Actually check the value of RunTests
e85a2792f3166972d6619b7051f01a2df254192a authored about 6 years ago by mattn <[email protected]>3955886e389312bbf6e6a96572440f3eb58e2f23 authored over 6 years ago by Frederick Akalin <[email protected]>
2364b288cca5e899f1a852d08745a55a9bcf5294 authored over 6 years ago by Frederick Akalin <[email protected]>
568d682daaf9c9eb2cd153afe7c28e92156f6b7a authored over 6 years ago by Frederick Akalin <[email protected]>
ab4f1745f3ee0773f85605b6dfe45ced25d0274d authored over 6 years ago by Frederick Akalin <[email protected]>
d61fdcd55b4fe42665f3b5c1cf8cd8a784da3716 authored over 6 years ago by Frederick Akalin <[email protected]>
25a6a28602f7ccd25544debe9ebafe5db8f543ce authored over 6 years ago by Frederick Akalin <[email protected]>
Fix build
6de94b0b99071c779a0a8d4072b65d95c42c12d6 authored over 6 years ago by mattn <[email protected]>eadad87753c250a4e6c53511ad3e613ddc2e85f7 authored over 6 years ago by Yasuhiro Matsumoto <[email protected]>
Upgrade to SQLite 3.25.0
89b0dfee1a781821ad60d729b072a9a90e61ff37 authored over 6 years ago by mattn <[email protected]>Fixes #634, #635
554bc0fb2e0ee7ec0105f4296b7fa5e01f85aa32 authored over 6 years ago by Yasuhiro Matsumoto <[email protected]>Mention correct algorithm in function docs.
593fde6929df5acf164ede346d6b0a98597ed9d2 authored over 6 years ago by mattn <[email protected]>CryptEncoder SHA384 and SHA512 variants (with and without salt) were incorrectly documented as u...
3598735daeae7201b060d48f0559b12d1618dba4 authored over 6 years ago by Israel G. Lugo <[email protected]>Fix build
1a378fb5bb5c0b41b45a0bd61a984072fe0fd0fb authored over 6 years ago by mattn <[email protected]>c71eddf0694131b7d39afbb292a8692440897518 authored over 6 years ago by Yasuhiro Matsumoto <[email protected]>
Related on #623
c37ebbc6b25314dce6a05f999d99576457716487 authored over 6 years ago by Yasuhiro Matsumoto <[email protected]>implementation of set_authorizer interface
0eec847b70cde89021ef4884356f1189d3e8401c authored over 6 years ago by mattn <[email protected]>Detected via https://circleci.com/gh/rqlite/rqlite/2223.
abfacf568407f0fa384f75cac134b4ebd9cf33ec authored over 6 years ago by Philip O'Toole <[email protected]>with comments what const are used for what
df0c034d7ca47ba165e5a81eeb2802589005e9b8 authored over 6 years ago by Grzegorz Marszałek <[email protected]>e30f9ffa3a5542b36b683f75e443b0598b33813b authored over 6 years ago by Grzegorz Marszałek <[email protected]>
Update go doc comments to refer to correct interfaces.
3198c7714d5f8be941dd06c30208e623aa5abf90 authored over 6 years ago by mattn <[email protected]>
sql.Driver, sql.Conn, sql.Tx sql.Stmt, and sql.Rows are not interfaces.
Updated the comments to ...
This change could save users from having to dig into source code to see how connection options a...
0109106b8773b3e6bd9902fc52449870c58aa17f authored over 6 years ago by Kurt Jung <[email protected]>
Because the closed property of the SQLiteRows's *SqliteStmt
was not guarded, it was causing an i...
3aefd9f0a162514f66d0e4ceda3edc44e66b502e authored over 6 years ago by Ingve Vormestrand <[email protected]>
Add: -lpthread for ppc / ppc64
Issue: #306
[ci ckip]
a3114e1a2cd3cae81f827ddff387b3cb344b9036 authored over 6 years ago by Gert-Jan Timmer <[email protected]>
* ppc
* ppc64
* ppc64le
dfef8b7b8deec6cb99c1f3381e1184edb805f09f authored over 6 years ago by Gert-Jan Timmer <[email protected]>
Fixes #321
25ecb14adfc7543176f7d85291ec7dba82c6f7e4 authored over 6 years ago by Gert-Jan Timmer <[email protected]>fix/test/coverage
1013924b6663dc068e1b9d3313299dcf829811ca authored over 6 years ago by mattn <[email protected]>Update Travis-CI
3be672de519863836c70456fb38379a74bd3c388 authored over 6 years ago by mattn <[email protected]>Moved `sqlite_vacuum_incr` and `sqlite_vtable` to module job.
* `sqlite_vacuum_incr` will only ...
7926b8ed9630921b24c76b973ffa5b270c07a1c8 authored over 6 years ago by Gert-Jan Timmer <[email protected]>Closes #511
[skip ci]
20c4bd2e638803662bdfa39769da46101a342434 authored over 6 years ago by Gert-Jan Timmer <[email protected]>Closes #209
[skip ci]
578beef5311bc9a3a75a30180adb36ce1a1e6267 authored over 6 years ago by Gert-Jan Timmer <[email protected]>
* Removed Goconvey
* Fix coveralls.io
* Increase coverage
668824341d16f4528c85084b421c3f0702d82344 authored over 6 years ago by Gert-Jan Timmer <[email protected]>d31a44a0bd3b04338b506515c1cab0fe0e6e73bf authored over 6 years ago by Yoann Cerda <[email protected]>
2439c84c29cdd200fd7e90d0bfe87bc8eb5573d8 authored over 6 years ago by Yoann Cerda <[email protected]>
a06d1c9512f90652d55f8cd4a717a4dd1808ed64 authored over 6 years ago by Yoann Cerda <[email protected]>
fix/118
ecf0c3a82825782e97d35257fb266b238cfebc2e authored over 6 years ago by mattn <[email protected]>Follow official Release Policy
53f6d424abab6842853dd3ef0bb9254617ccb6e0 authored over 6 years ago by mattn <[email protected]>
* Added TestMultiBlobs
* Removed dead code
Fixes #118
62b7bd5f549873e6cbb1ee7bd653821136716d49 authored over 6 years ago by Gert-Jan Timmer <[email protected]>f268891078ea39463d1263e9f8036cf1adef08c4 authored over 6 years ago by Zachary Gramana <[email protected]>
Feature/userauth
4218441e44e93e64bc8ed054741a2c33988500b5 authored over 6 years ago by mattn <[email protected]>4ba9507ff0d0cf5639b0e85b68089154f8213565 authored over 6 years ago by Gert-Jan Timmer <[email protected]>
Allow user to choose how to encode passwords with connection string overrides of embedded `sqlit...
7337e65c27313aec52f96e6da520acd2fe48c00f authored over 6 years ago by Gert-Jan Timmer <[email protected]>9b30110b833d7ccf265e47c0c1e9ed2ce516a449 authored over 6 years ago by Gert-Jan Timmer <[email protected]>
References: #581
f46bde7099328de86e04cc87832ec5abf025c4a2 authored over 6 years ago by Gert-Jan Timmer <[email protected]>55a3551baaff29bf1b7745517114732e0aab034a authored over 6 years ago by Gert-Jan Timmer <[email protected]>
References: #581
086629727d194cc949b7abb80fc5e62538c0a5f0 authored over 6 years ago by Gert-Jan Timmer <[email protected]>
* Update goconvey profile
* Divided tests in categories
Reference #580
5d4828a820ab4c8f280e1ee20688cf12609b7e4a authored over 6 years ago by Gert-Jan Timmer <[email protected]>Reference #580
11627e448371b6f065fbba2d297cc7f622f5eeac authored over 6 years ago by Gert-Jan Timmer <[email protected]>Reference: #580
90f966bed94ee1af23c70618a097dcf581053167 authored over 6 years ago by Gert-Jan Timmer <[email protected]>
* Update bindings
* Add user authentication sql functions
Reference #579
0e289439a27f126dcc2fa96b2dd2d4cc9ecbbf7c authored over 6 years ago by Gert-Jan Timmer <[email protected]>[ci skip]
4a33fcc1d2d467144ec063576131d346efb1f345 authored over 6 years ago by Gert-Jan Timmer <[email protected]>Add nil check in bind and a test
6d0b39d7bc5136196a370d1b5b899af93baa5799 authored over 6 years ago by mattn <[email protected]>
* Renamed test
* Implemented 'exists' test
* WIP #580
Implemented table check; only activate User Authentication on a database which has no UA enabled...
183e7d61d12d767363bf91073584300a2d470507 authored over 6 years ago by Gert-Jan Timmer <[email protected]>140b80506dd0ecc8029baa816ac008eea6309e02 authored over 6 years ago by Lucas Manuel Rodriguez <[email protected]>
2d9b52a48268af5ae75da998c2cf4a4bfd195e83 authored over 6 years ago by Gert-Jan Timmer <[email protected]>
8d6d326be62813261950d3fe807f38a8977596b2 authored over 6 years ago by Lucas Manuel Rodriguez <[email protected]>
* User Authentication Implementation
* Rename file to conform to fileformat `sqlite3_*_omit.go`
...
* Reformat code
* Add download for sqlite-src-*
* Add extract for sqlite source
* Add auto merge...
Add: Reference to Spatialite
5a7d2e245eb2cb559f91ed918219fc2e587214a6 authored over 6 years ago by mattn <[email protected]>Closes #512
[ci ckip]
2c4bacc57f7f2b97769828cdc40ddf9dd1a1d32b authored over 6 years ago by Gert-Jan Timmer <[email protected]>52b8080d4d0eb6d16f3a5f9336c29192dac68185 authored over 6 years ago by Yasuhiro Matsumoto <[email protected]>
Added PRAGMA's
6f53a20d71c88d51cc46771bfdad5bee059ed872 authored over 6 years ago by mattn <[email protected]>[ci skip]
9965ee19968581a5c05a54aa73d5cad221414d7f authored over 6 years ago by Gert-Jan Timmer <[email protected]>Updated package for follow official Golang Release Policy.
0eb0d18f674c808f523f67860aa0e04e750aee6e authored over 6 years ago by Gert-Jan Timmer <[email protected]>42560ec6004740cdbaffe2afe0dfabda33f8a9ab authored over 6 years ago by Gert-Jan Timmer <[email protected]>
d6b854186dafe2b2dbdc94fe7783fdd5e1544ede authored over 6 years ago by Gert-Jan Timmer <[email protected]>
* Conform keys to match PRAGMA
* UPD: README
* Fix error of _auto_vacuum
* Fix error of _case_se...
24cbd402e45f54cc20dc47d81c9002a965679f2b authored over 6 years ago by Gert-Jan Timmer <[email protected]>
cb041405c6e3989fea4ead50b90a4bc7e75d5ab5 authored over 6 years ago by Gert-Jan Timmer <[email protected]>
619236f55ecc3829901a8f8c7d16d5a1a105e3ec authored over 6 years ago by Gert-Jan Timmer <[email protected]>
ADD: Connection PRAGMA
ADD: Build tag for secure_delete mode: FAST
764e391156b04640da0150bc4b1f11003b93d2a4 authored over 6 years ago by Gert-Jan Timmer <[email protected]>
9e79299c09fe7a6786b163be2b0abdab03a39d8b authored over 6 years ago by Gert-Jan Timmer <[email protected]>
f14a7566f95301542aab53506f6b304e89865f5d authored over 6 years ago by Gert-Jan Timmer <[email protected]>
e02bbc03819ea6dfc61212b7dbd772bc0809ae7a authored over 6 years ago by Gert-Jan Timmer <[email protected]>
a159b5d1ab8e8406bd113e1bdbd1fd115daeb1c6 authored over 6 years ago by Gert-Jan Timmer <[email protected]>
ADD: Comments for SQLite Access Mode
ADD: Comments for SQLite Shared-Cache Mode
UPD: README
* ...
a5150a8e0147d534d5e785e81bda595137a3e7dd authored over 6 years ago by Gert-Jan Timmer <[email protected]>
cac1feb8c7c32492dae6f55b3f543004e817366c authored over 6 years ago by Gert-Jan Timmer <[email protected]>