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

Use goveralls -repotoken

github.com/mattn/go-sqlite3 - ab9bed5c807eef0b08296c42fb60e9f4ae96f04d authored almost 11 years ago by mattn <[email protected]>
Add backup. Close #104

github.com/mattn/go-sqlite3 - e52d4b08c11d178166bdb6fb1b2d7742e57f2a6b authored almost 11 years ago by mattn <[email protected]>
Add test for error == nil

github.com/mattn/go-sqlite3 - dfec358c75eb32070885d4eb4cfbbb99948fc558 authored almost 11 years ago by mattn <[email protected]>
Add example that query github repositories

github.com/mattn/go-sqlite3 - 79fb9332c14467840650fe1b241b0fe202abd3c9 authored almost 11 years ago by mattn <[email protected]>
Enable Sqlite R*Tree Module

github.com/mattn/go-sqlite3 - f85c1dc044e6c975a4d037825ac3ff47c60da43f authored about 11 years ago by Fabian Wickborn <[email protected]>
Merge pull request #97 from mpl/master

Next(): populate Row with []byte instead of string, as per driver doc

github.com/mattn/go-sqlite3 - afb81456924a13f8a8653ac8a8b8d017e8ba37f0 authored about 11 years ago by mattn <[email protected]>
Next(): populate Row with []byte instead of string, as per driver doc

Fix on behalf of bradfitz, see
http://golang.org/pkg/database/sql/driver/#Rows

github.com/mattn/go-sqlite3 - 4a7ad328b73ee507116963d0fea8ecac4cb17990 authored about 11 years ago by mpl <[email protected]>
Merge pull request #96 from ericfrederich/eric_dev

Remove compiler error

github.com/mattn/go-sqlite3 - c066df8cd4ab54ad4552aa11b84abdeb77ce99ff authored about 11 years ago by mattn <[email protected]>
Remove compiler error

I got an error "function ends without a return statement" on go1.0.2

github.com/mattn/go-sqlite3 - fdaaa1381b771f86798b5f856ef7a7b0c049e6c6 authored about 11 years ago by Eric L. Frederich <[email protected]>
Merge pull request #91 from robertknight/rob-extended_err_info

Provide more specific error messages

github.com/mattn/go-sqlite3 - 8d3a4e0ee8c7b758f35efc5e7aa3d7c1baec60c3 authored about 11 years ago by mattn <[email protected]>
Add unit test for enhanced error reporting

Add a test to check for a useful response for a SQL
query that cannot be executed due to a const...

github.com/mattn/go-sqlite3 - 72bb737cf97755013eafb2a2ab56d09cdeee3e8b authored about 11 years ago by Robert Knight <[email protected]>
Update test expectations follow change of concrete error type

github.com/mattn/go-sqlite3 - e0729751ac189f746a0322b36e0f33911e624846 authored about 11 years ago by Robert Knight <[email protected]>
Provide more detailed error messages

Use the sqlite3_errmsg() API to retrieve more specific error
messages.

eg. Attempting to exec '...

github.com/mattn/go-sqlite3 - 19cb26da92fe05f1eb1c0dd7268067cbc9b5421d authored about 11 years ago by Robert Knight <[email protected]>
Merge pull request #88 from hattya/close_v2

Use sqlite3_close_v2()

github.com/mattn/go-sqlite3 - 056b49918a67c068eaa4fafdf55b6692f673c393 authored about 11 years ago by mattn <[email protected]>
Merge pull request #89 from hattya/blob

sqlite3_column_blob() returns NULL for zero-length BLOB

github.com/mattn/go-sqlite3 - 8727f7003821207e653612abcc36c573bbdac0d1 authored about 11 years ago by mattn <[email protected]>
sqlite3_column_blob() returns NULL for zero-length BLOB

github.com/mattn/go-sqlite3 - ef9b514cad40dfe50cf087cc309295cf28ca2557 authored about 11 years ago by Akinori Hattori <[email protected]>
Use sqlite3_close_v2()

github.com/mattn/go-sqlite3 - 4970c4bff678415063fa08df03557653eb045a8f authored about 11 years ago by Akinori Hattori <[email protected]>
Include errno.h when build on cygwin. Closes #87

github.com/mattn/go-sqlite3 - 2a2faeaf3856ed76df31a43cd872e263625b1cf0 authored over 11 years ago by mattn <[email protected]>
Merge pull request #86 from porjo/patch-1

Update README.mkd

github.com/mattn/go-sqlite3 - 87dbce4730bc16be621f3409449f8f2ca8a032a2 authored over 11 years ago by mattn <[email protected]>
Update README.mkd

Include documentation section

github.com/mattn/go-sqlite3 - e8799fe79a7b8edfd53a9bd58e83fea6402d5408 authored over 11 years ago by Porjo <[email protected]>
Merge pull request #85 from timob/master

Add benchmark tests. As used by other database/sql drivers.

github.com/mattn/go-sqlite3 - 91c1a17d61e60b8d3a3c9bf35d11ca5bc7478404 authored over 11 years ago by mattn <[email protected]>
Add benchmark tests. As used by other database/sql drivers.

github.com/mattn/go-sqlite3 - a2f69308b3b5660be4f7c404fabaf1f024c63b46 authored over 11 years ago by Tim O'Brien <[email protected]>
Merge pull request #83 from dajohi/master

add new test for WAL journal_mode

github.com/mattn/go-sqlite3 - d0ce1a17849d6e1182b1637115ec46f60a83562b authored over 11 years ago by mattn <[email protected]>
add new test for WAL journal_mode

github.com/mattn/go-sqlite3 - 5b74e9ce72fb9592241c42cf046f8f4c20446813 authored over 11 years ago by David Hill <[email protected]>
Disable Execer/Queryer until database/sql/driver implement QueryRow: #82

github.com/mattn/go-sqlite3 - 1ca536cf83c71f5960c79697d5aee49d09f0bcd5 authored over 11 years ago by mattn <[email protected]>
Execer/Queryer should use transaction

github.com/mattn/go-sqlite3 - 7dadd98d75d57061b14288a4b934ce5f8af804fb authored over 11 years ago by mattn <[email protected]>
Fixes Queryer

github.com/mattn/go-sqlite3 - f595dd99558ac8e2fddbfa35fe84a1557b47191e authored over 11 years ago by mattn <[email protected]>
Fixes Execer/Queryer

github.com/mattn/go-sqlite3 - 77ebf39cf9610451887667b4cc6415e3aae6f98c authored over 11 years ago by mattn <[email protected]>
Close rows if not nil

github.com/mattn/go-sqlite3 - 9150577da1c9f720200aac4e1474d8e628da6239 authored over 11 years ago by mattn <[email protected]>
Must not close statement

github.com/mattn/go-sqlite3 - 21c1469999d33992fcaf2ea1d17bdcbeb8e38aac authored over 11 years ago by mattn <[email protected]>
Implements Queryer

github.com/mattn/go-sqlite3 - 3f20cb1697bc033aa1eca5d9f0225814e8696006 authored over 11 years ago by mattn <[email protected]>
Remove debug message

github.com/mattn/go-sqlite3 - 132e6e989835b96b4d6809b403fab62b2fd31aa0 authored over 11 years ago by mattn <[email protected]>
Implements Execer

github.com/mattn/go-sqlite3 - d4673cd31cac7742ce1735defa74d63090ac3401 authored over 11 years ago by mattn <[email protected]>
Remove old information

github.com/mattn/go-sqlite3 - 73ea0ad09f1ffc09c0a4f9a41923d676c60f1624 authored over 11 years ago by mattn <[email protected]>
Start work on introducing machine-readable error codes.

This commit introduces a new type 'ErrNo', implementing the error
interface. Constants for all ...

github.com/mattn/go-sqlite3 - 2d6a60e2f524a03af5d15420c70ea448b7380815 authored over 11 years ago by Jochen Voss <[email protected]>
Add Makefile

github.com/mattn/go-sqlite3 - 75ef7d6c6725e92c335f7821327d6ffab87ade31 authored over 11 years ago by mattn <[email protected]>
Merge pull request #75 from dajohi/master

unbreak build on non-linux

github.com/mattn/go-sqlite3 - c1e6c9a1bce39f9579e8130afecb29092d8af8f5 authored over 11 years ago by mattn <[email protected]>
unbreak build on non-linux

github.com/mattn/go-sqlite3 - 8897c6d5efe8472a29e4271fbf70a585393d369f authored over 11 years ago by David Hill <[email protected]>
coverage badge

github.com/mattn/go-sqlite3 - 1450ef9d4d10daefa5dd2f6d0c89d24b2174707f authored over 11 years ago by mattn <[email protected]>
Use tip on travis

github.com/mattn/go-sqlite3 - c4dc66cdcd638aafca07125b0eb3150b9ccf2bc2 authored over 11 years ago by mattn <[email protected]>
Use sqlite3.c in all platforms

github.com/mattn/go-sqlite3 - 691a8a9de39861ab7f63b5a92d0c5cbf610f3049 authored over 11 years ago by mattn <[email protected]>
Merge pull request #73 from cookieo9/extlist

Change extension loading mechanism to use a string list of extensions

github.com/mattn/go-sqlite3 - a3e3a8e981f1a3f6d3bdb9e9586ff675c91667e5 authored over 11 years ago by mattn <[email protected]>
Changed extension support to load from a string list of extensions

By loading extensions this way, it's not possible to later load
extensions using db.Exec, which ...

github.com/mattn/go-sqlite3 - 0dd71564e26e5fbe2177d420e2bf82a889568d64 authored over 11 years ago by Carlos Castillo <[email protected]>
Added error return to ConnectHook and fixed extension example

The ConnectHook field of an SQLiteDriver should return an error in
case something bad happened d...

github.com/mattn/go-sqlite3 - 976f43861ffde82e2f0939793124b172d2ebd2ec authored over 11 years ago by Carlos Castillo <[email protected]>
Rename because travis bringup error

github.com/mattn/go-sqlite3 - 248e51c050e3289fc3f3098650905b798d593179 authored over 11 years ago by mattn <[email protected]>
Add AutoCommit

github.com/mattn/go-sqlite3 - 3abc26b4efa9c4dcc7e4abd2f1bc2f1194ea4344 authored over 11 years ago by mattn <[email protected]>
Possible to register custom driver

github.com/mattn/go-sqlite3 - e6850435ffb1700c672f08d73ea6ccb7f7b78287 authored over 11 years ago by mattn <[email protected]>
Add example for sqlite3 extension

github.com/mattn/go-sqlite3 - e6690f40af081594fe34a680e8bfb028952c2174 authored over 11 years ago by mattn <[email protected]>
Add example for sqlite3_with_extensions

github.com/mattn/go-sqlite3 - 3420c2b8726ecb53e3a64e3728e15895e64d1fc8 authored over 11 years ago by mattn <[email protected]>
Add new driver name 'sqlite3_with_extensions'

github.com/mattn/go-sqlite3 - f6dadd82d81a644eb5b7c212a6f1770c0c87ba41 authored over 11 years ago by mattn <[email protected]>
Rervert ff8e6729ce0628c3da97bd8e85c636f3645c2516

github.com/mattn/go-sqlite3 - 34a33cffaae089c4d9a1bbceaa425a1fa63d59d7 authored over 11 years ago by mattn <[email protected]>
Rename, build c file only for windows

github.com/mattn/go-sqlite3 - 11ed382de3628a562eef61a8f82f243ebc8a17a2 authored over 11 years ago by mattn <[email protected]>
Fixes package name

github.com/mattn/go-sqlite3 - c7bece2a7095b3d1bdec1cd51684bb11f3a8017b authored over 11 years ago by mattn <[email protected]>
Start work on introducing machine-readable error codes.

This commit introduces a new type 'ErrNo', implementing the error
interface. Constants for all ...

github.com/mattn/go-sqlite3 - ff8e6729ce0628c3da97bd8e85c636f3645c2516 authored over 11 years ago by Jochen Voss <[email protected]>
Upgrade amalgramation code

github.com/mattn/go-sqlite3 - ad95f5fd3dbed55354caccf41a0d7ffce34fb46e authored over 11 years ago by mattn <[email protected]>
Merge pull request #67 from dajohi/master

call sqlite3_column_blob() before sqlite3_column_bytes()

github.com/mattn/go-sqlite3 - c1b0b47cb992d75a91129548cdb97d2a2ce990ca authored over 11 years ago by mattn <[email protected]>
call sqlite3_column_blob() before sqlite3_column_bytes()

sqlite3 documentation states sqlite3_column_blob could modify the
the content and recommends the...

github.com/mattn/go-sqlite3 - ecc4ab4956c9fe3e80a50de54e5ac89fd3663936 authored over 11 years ago by David Hill <[email protected]>
Merge pull request #64 from wei2912/patch-2

Fix a few grammatical errors.

github.com/mattn/go-sqlite3 - dc751dd5f66a30da1ea340597f96bb87fa1d733e authored over 11 years ago by mattn <[email protected]>
Fix a few grammatical errors.

github.com/mattn/go-sqlite3 - 82c791ba4fed5d85f8e3dd6dbeec4f8de9b8e742 authored over 11 years ago by wei2912 <[email protected]>
Merge pull request #63 from wei2912/patch-1

Fix multiple commands

github.com/mattn/go-sqlite3 - f7461000f1863f3ed9c26c1f3074d86df138cfd5 authored over 11 years ago by mattn <[email protected]>
Fix multiple commands

No need to use multiple commands when a single one should work.

github.com/mattn/go-sqlite3 - 2922c3445a80f1e6de804054dcabc68640358f1d authored over 11 years ago by wei2912 <[email protected]>
Add goveralls for travis

github.com/mattn/go-sqlite3 - 2a1d73ac466c775889b2cfc31cbb1632dd0688eb authored over 11 years ago by mattn <[email protected]>
Add travis badge

github.com/mattn/go-sqlite3 - 16484897e97cb2d70684e89bd8809977d16a3c00 authored over 11 years ago by mattn <[email protected]>
Merge pull request #57 from gconnell/tempfile

Use file in os.TempDir() for tests.

github.com/mattn/go-sqlite3 - 6899118eff9e36a314f8415bb6e95d5f7ea31496 authored over 11 years ago by mattn <[email protected]>
the SQLiteResult refers to the connection after it should no longer be referring to the connection. The fix is to fetch the answers before Exec returns, just in case someone wants them.

github.com/mattn/go-sqlite3 - d93259577c756481bb6f913d93c9e5a831f13c84 authored over 11 years ago by Russ Cox <[email protected]>
Use file in os.TempDir() for tests.

Sometimes it's best to not create files in the directories where code lives...
for example, that...

github.com/mattn/go-sqlite3 - 9c24784fe14567df778b2282ee25578d263c9afc authored over 11 years ago by Graeme Connell <[email protected]>
Treat int as 64bit

github.com/mattn/go-sqlite3 - 0f6f374d272cad9a5e9c5e345427dd1c626c3abe authored over 11 years ago by mattn <[email protected]>
Add int32 type, close #55

github.com/mattn/go-sqlite3 - d9f6dadfbf7a748501f2eb8cb7a2fa4de845fedc authored over 11 years ago by mattn <[email protected]>
Add FAQ about PKG_CONFIG_PATH

github.com/mattn/go-sqlite3 - 9e8f850ab4d19ecd98feeccfeaaf0309877b16dd authored almost 12 years ago by mattn <[email protected]>
Update README.mkd

github.com/mattn/go-sqlite3 - 919cf4144a09abfd877330bbe735f3a243a84537 authored almost 12 years ago by mattn <[email protected]>
Updated doc. Added link to #27 #39

github.com/mattn/go-sqlite3 - 716b2f5636bcee68a33ad383d8fafc63cbaecf59 authored almost 12 years ago by mattn <[email protected]>
Some older version of sqlite3 does not have SQLITE_OPEN_URI.

github.com/mattn/go-sqlite3 - 9b745ee433e087abc43a6bcefa2ba60b8925711b authored almost 12 years ago by mattn <[email protected]>
Add comments.

github.com/mattn/go-sqlite3 - 6e13c4512d7305780a405ce3512da1bdcf8e96f6 authored almost 12 years ago by mattn <[email protected]>
add flag SQLITE_OPEN_URI to open. closes #38

github.com/mattn/go-sqlite3 - ae4b60773ac62f0b280cd7c054bbfe81f43873a4 authored almost 12 years ago by mattn <[email protected]>
Merge pull request #36 from mstetson/timestamp-fixes

A few more timestamp fixes

github.com/mattn/go-sqlite3 - b8adf7d8c1047bac314612b4fd8f12695ef01d61 authored about 12 years ago by mattn <[email protected]>
Merge branch 'master' into timestamp-fixes

github.com/mattn/go-sqlite3 - b1a352785e909cc565912809bcfe1f44c8551fce authored about 12 years ago by Micah Stetson <[email protected]>
Merge pull request #35 from mstetson/master

Fix #33 and #34

github.com/mattn/go-sqlite3 - 8706f7baf06c3193ac09c594f107028f7795967d authored about 12 years ago by mattn <[email protected]>
Support more of the timestamp formats undestood by SQLite

github.com/mattn/go-sqlite3 - 44496728c24982a76893272b23d0c7e949b5818c authored about 12 years ago by Micah Stetson <[email protected]>
Support time values with nanosecond precision

github.com/mattn/go-sqlite3 - ce139f706b870082071a9d9fd18284c7b7fc9d65 authored about 12 years ago by Micah Stetson <[email protected]>
Refactor timestamp tests

github.com/mattn/go-sqlite3 - f65db67ea3ece8b3ce3023a59b59519865d7473a authored about 12 years ago by Micah Stetson <[email protected]>
Convert times to UTC before storage

github.com/mattn/go-sqlite3 - f6d10a2a5851307e384c8bb3b9b359bdfccfc613 authored about 12 years ago by Micah Stetson <[email protected]>
Fix #33 and #34

github.com/mattn/go-sqlite3 - 58c4612c1ec20f372aee92f466ab762e63356425 authored about 12 years ago by Micah Stetson <[email protected]>
check destination type whether it's *time.Time or not.

github.com/mattn/go-sqlite3 - f86c8f208da38aa635edd02286b35f5d71543045 authored about 12 years ago by mattn <[email protected]>
add example code using bulk insert.

github.com/mattn/go-sqlite3 - 65fd6016352050b2c21ee1497e240ea65667e2a8 authored about 12 years ago by mattn <[email protected]>