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

Support $NNN-style named parameter. Close #187

a6c208564eccf3c6743f608ef88398a4ca84c5eb authored almost 10 years ago by mattn <[email protected]>
Next() should wait while BUSY or LOCKED because return value is bool

5253daf8561a6ca5015fd5ce79e4367912146be9 authored almost 10 years ago by mattn <[email protected]>
Apply -lpthread withou windows.

308067797b0fcce4ca06362580dc6db77c1bfeda authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #183 from stgraber/master

Fix gccgo support

1b67b9f03b8d279fce1125609c00c12b6cd05460 authored almost 10 years ago by mattn <[email protected]>
Link against pthread

This is required by gccgo because of the pthread_mutex_trylock symbol.

Signed-off-by: Stéphane ...

e688f0a8eb3db91c7cd1bf0925bac5bdf951a553 authored almost 10 years ago by Stéphane Graber <[email protected]>
Rename sqlite3.{c,h} to sqlite3-binding.{c,h}

This fixes the problem where when building with gccgo, sqlite3.c is
overwritten, leading to a bu...

3d6c6f934500002267363041852b31a7a4e32159 authored almost 10 years ago by Stéphane Graber <[email protected]>
Merge pull request #178 from antoni/master

Correct HasPrefix method name

aa317ad229dc78838481d326abf23113e55f381f authored almost 10 years ago by mattn <[email protected]>
Correct HasPrefix method name

16f5b6415ddc55fb50b2fb5f60ab83219bc4f799 authored almost 10 years ago by Antoni Rościszewski <[email protected]>
Don't modify dsn when has prefix file:

519a1d07c47c910b0e9bc0473497e2efbd90b13c authored almost 10 years ago by mattn <[email protected]>
Fix filename with loc parameter

d86face730503bc57e71e361aa1eff54d914cc34 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
Fix test

f40baee643e0e2b8e7d08d8d6fd62127a02ab132 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
Remove test dup

d463e8f1f9a1cd0f320006c22643dbc583d079ce authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
Fix loc parsing

e48e0597ab41ba5aac618e241d9551a314838cda authored almost 10 years ago by mix3 <[email protected]>
Add test

71712f0ba9e5a262fcd808cfabedd0c759fa214b authored almost 10 years ago by mix3 <[email protected]>
Add test

02f54e026317040a528e0b37207026dd2f885aa9 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
Update README.md

1b2a5560c2127947f8f4d49087320e0629031714 authored almost 10 years ago by mattn <[email protected]>
Fixed bug for loc parameter

e273a1552e39b67e23de088b5ee663e6c16baccd authored almost 10 years ago by mattn <[email protected]>
cleanup code

18aa166fa96a695c5e520d9411d1208e655812d0 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
Add loc=XXX parameters to handle timezone

4c5c4e526100f23b17fda84d39a8109cfec00118 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
Add FTS3 feature. Close #176

da2bf8a0f356364fb8189a5a276b5acf77839d30 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #170 from tajtiattila/master

load extensions using the C API instead of SQL

25d045f12a64283630fdedec899655cc5710b683 authored almost 10 years ago by mattn <[email protected]>
load extensions using the C API instead of SQL

This fixes the problem of loading ICU, which needs to replace existing
functions. Replacing exis...

0486deea0daf3e1ba737b158c6f7ee7f2a74b7cb authored almost 10 years ago by Attila Tajti <[email protected]>
Fix test

a141177ca6dad6563ee78bb15495cea8679730fd authored almost 10 years ago by mattn <[email protected]>
Fix test

6717138923265f43d673bf92ece46f707370a94b authored almost 10 years ago by mattn <[email protected]>
Add test for Version

5e6658a5c802ef478bcaaccad2103ab2a0cda562 authored almost 10 years ago by mattn <[email protected]>
Add test for ErrNo.Extend()

a528a3085290a55613949f2cd363e6fd57bf67ee authored almost 10 years ago by mattn <[email protected]>
Merge pull request #169 from mdevan/master

Return error code of sqlite3_step, not sqlite3_reset

9c64e666d6c21fec2d5b9619b156f8e8673beeca authored almost 10 years ago by mattn <[email protected]>
Return error code of sqlite3_step, not sqlite3_reset

a14f442f3e092344f46fe82dbb4c6c3247d61462 authored almost 10 years ago by Mahadevan <[email protected]>
Merge pull request #165 from porjo/porjo

Handle 13 digit datetime values

d8029554b4cbb9a1c12311d307f4154b515566b4 authored almost 10 years ago by mattn <[email protected]>
Handle 13 digit datetime values

0b05acc293a940d3bfedf2df5fba12c49ac9ec35 authored almost 10 years ago by Ian Bishop <[email protected]>
Revert d369cbb7d42232f785f51b3ef4c8b994dae83486

See https://github.com/golang/go/issues/9356

e068bcd7684d6746d750842775265d301892ce13 authored almost 10 years ago by mattn <[email protected]>
Revert d369cbb7d42232f785f51b3ef4c8b994dae83486

See https://github.com/golang/go/issues/9356

4c5aec8622e1523fa8f82a2ecb1a20cb039a33ec authored about 10 years ago by mattn <[email protected]>
Merge pull request #164 from nshalman/c99

set CFLAGS: -std=gnu99 (fixes SmartOS)

6dcf015b8225b27201295523ea7035d35a948a6a authored about 10 years ago by mattn <[email protected]>
set CFLAGS: -std=gnu99

Fixes the following error message on SmartOS:

$ go get github.com/mattn/go-sqlite3
In file incl...

ae251919bdb598a5224915b192d90fc9c3f7376a authored about 10 years ago by Nahum Shalman <[email protected]>
Merge pull request #161 from neilconway/master

Update SQLite amalgamation to 3.8.7.4.

c9a0db5d8951646743317f0756da0339fe144dd5 authored about 10 years ago by mattn <[email protected]>
Update SQLite amalgamation to 3.8.7.4.

d369cbb7d42232f785f51b3ef4c8b994dae83486 authored about 10 years ago by Neil Conway <[email protected]>
Merge pull request #160 from capoferro/patch-1

Catch missing arguments for Query()

beeda4c31194f4cdb15eb89d2f2b4be4474371c4 authored about 10 years ago by mattn <[email protected]>
Catch missing arguments for Query()

Also improved error message on Exec() for consistency.

3dc340b45f32ab9ef7cfd1febad7aafb7f323898 authored about 10 years ago by Josiah Kiehl (formerly @bluepojo) <[email protected]>
Reset statement. Fixes #150

d10e2c8f62100097910367dee90a9bd89d426a44 authored about 10 years ago by mattn <[email protected]>
Update README.md

d9881e4de30a293555c53569ac64408a380908f1 authored about 10 years ago by mattn <[email protected]>
Update README.md

764faa850f9c27b8f2a0fc148cde6c06236fa61b authored about 10 years ago by mattn <[email protected]>
Backup.Step may handle SQLITE_BUSY / SQLITE_LOCKED specifically. Close #133

817f281a0d5126bb8cb4a8bbae064967b31164d0 authored about 10 years ago by mattn <[email protected]>
add .gitignore

acf1dd667b055f87335cd1fb1f019ffe0c1294aa authored about 10 years ago by mattn <[email protected]>
set/reset finalizer to free SQLite3 handles

e63d2546a03e8591c61871c4e494587cc28bdd79 authored about 10 years ago by mattn <[email protected]>
Merge pull request #159 from michael-k/go-cover

go cover has moved

1d8f24c39ff3f46f053701c42c02854596e874e4 authored about 10 years ago by mattn <[email protected]>
go cover has moved

239461c8b79f63b5f4f4f3c5bade1f5b038b0747 authored about 10 years ago by Michael K <[email protected]>
rows.Close()

12a1c0f435a7bd74bcd48d46007d08570797c224 authored about 10 years ago by mattn <[email protected]>
Should affect on only 386

e5819757da0824da7e9140b1a862cafecf88159c authored about 10 years ago by mattn <[email protected]>
Merge pull request #155 from kartaca/master

fixed timezone problem for datetime types

c1aa7ac7060c032c5b65aaa5269680fc348ebf1c authored about 10 years ago by mattn <[email protected]>
fixed timezone problem for datetime types

6710e996b5a7a19f6d085ce7a95ba6787565d3ab authored about 10 years ago by Mehmet Gurevin <[email protected]>
Specify by -D

00716954b7fac405c5e5084a0ef6d7d6bc3a2b48 authored about 10 years ago by mattn <[email protected]>
Thread safe

1fbcb3cdc2433e50534afbd3f00447dba3eecfaf authored about 10 years ago by mattn <[email protected]>
Merge pull request #152 from rhomel/master

add Version func for retrieving SQLite library version info

ea3ab4d8f5eba6a26173197b7c612fb1c0d0a081 authored about 10 years ago by mattn <[email protected]>
add Version func for retrieving SQLite library version info

86932b40b0cebe3d5fc316bdb983a2ea8672cc4f authored about 10 years ago by romo <[email protected]>
Merge commit '3d78a08b9f3307ac3874f5c120f7d4166c62efb9'

a80c27ba3354e27b4c8dfbbd1165bc253ca7c522 authored over 10 years ago by mattn <[email protected]>
Workaround for #109, #147

3d78a08b9f3307ac3874f5c120f7d4166c62efb9 authored over 10 years ago by mattn <[email protected]>
Merge branch 'master' of https://github.com/mattn/go-sqlite3

3ab1d6f3481128cefecd12ab6cc9cfa61b11f2ce authored over 10 years ago by mattn <[email protected]>
Merge branch 'pr/135'

0a0c543dc0e5cbfb66d5874c385ae87874da03fb authored over 10 years ago by mattn <[email protected]>
Add "date" to decltypes parsed as a unix time

764e046d89b47e49b58465b7fa57056f56ae5e17 authored over 10 years ago by Peter Waller <[email protected]>
Merge pull request #140 from pblaszczyk/patch-1

Fix for sqlite3_test import.

abd3d9caef4548682a279b60c859c197a1b32a47 authored over 10 years ago by mattn <[email protected]>
Fix for sqlite3_test import.

abf79dbdd53a86fc1f0d81ffa8c9970c31159d81 authored over 10 years ago by Paweł Błaszczyk <[email protected]>
Fixed checking parameter count

72cb8db627c0c5539ab4fda2b866518cd10f1fbf authored over 10 years ago by mattn <[email protected]>
Merge branch 'master' of github.com:mattn/go-sqlite3

b718c29aea8dcb97e5338a220d9eec80af770626 authored over 10 years ago by mattn <[email protected]>
Check parameter count

d069822191ca6ec71a5a678552a937e27173b393 authored over 10 years ago by mattn <[email protected]>
Add note about license of amalgamation code

060db06a281a4f182a11585951c19be70a185a97 authored over 10 years ago by mattn <[email protected]>
Add one blank line for godoc

6535341da906b68a836904b742145b409e961a56 authored over 10 years ago by mattn <[email protected]>
Remove license header from doc.go because it appear in godoc

5b2191bd7a45448c99ae748255dbca0cc88d774b authored over 10 years ago by mattn <[email protected]>
Add license header

5e5d088a3662a12104630827ac6926f7626d23cf authored over 10 years ago by mattn <[email protected]>
Add LICENSE file

592f5d512e03c0a0ed3d4c20e1d26b7b67594b1b authored over 10 years ago by mattn <[email protected]>
Use code

d3334c1381db6a159cac1d2818ab2b543a166ad1 authored over 10 years ago by mattn <[email protected]>
Add 'date' to rc.decltypes interpreted as a time

ff0960b999eb967d04346ca98a0c3be37c0f51a4 authored over 10 years ago by Peter Waller <[email protected]>
Merge pull request #134 from antoine-lizee/patch-1

Update simple.go (very small change)

1704ea522da54566fb41576db328ea3c44f702d8 authored over 10 years ago by mattn <[email protected]>
Update simple.go (very small change)

Renaming the string "sql" into "sqlStmt" in order to prevent mixing with package types & functio...

0cdea24bc72fac013abf416f27acd433e5906528 authored over 10 years ago by tonio3l <[email protected]>
Prefer md

9ac94b6fbfda6f25be5e3c17073aeed6de10428a authored over 10 years ago by mattn <[email protected]>
Add TestStress

07b39a049e5d1fbb445c163dc7d7955a203688e3 authored over 10 years ago by mattn <[email protected]>
Merge pull request #132 from fiber/master

implicitly close Stmt in Queryer, Close #131

3db806ab9569e94ea2d275a9711253f2724a59fe authored over 10 years ago by mattn <[email protected]>
implicitly close Stmt in Queryer, Close #131

the cls field tracks if the Stmt should be implicitly closed, in the
Exec() call the generated s...

deaffef7cbe2b9a13cfd8fd85ec194a5ba8a01ed authored over 10 years ago by Sven Engelhardt <[email protected]>
Merge pull request #130 from shuhaowu/sqlite-backup-step-done-check

Added an IsDone method for backup

f87f73cc9a9604ce0557a40fc153d7eb7a7584a7 authored over 10 years ago by mattn <[email protected]>
Changed interface for backup step

6d40aa115ad60d3ef1de44bac70474770159b0d2 authored over 10 years ago by Shuhao Wu <[email protected]>
Upgrade amalgamation code

9d2ae379b40ce239f2a1b7cd75c8c292303bb48a authored over 10 years ago by mattn <[email protected]>
Added an IsDone method for backup

f4a65d949702da27df3f49e90d67bd388fd2d429 authored over 10 years ago by Shuhao Wu <[email protected]>
Merge pull request #127 from sean-duffy/master

Add missing time format, fixes #43

fd3cd65a892e392ba002d6faf8187ef360dd2493 authored over 10 years ago by mattn <[email protected]>
Add missing time format, fixes #43

d444acb5dabe4c27285e6376160cbc93290b0e79 authored over 10 years ago by Sean Duffy <[email protected]>
Rename

191ca24657cf0916c2be12dfbe8a0647ace8d67a authored over 10 years ago by mattn <[email protected]>
Rename

ff8505c4ac38f01feeeff5cb222888d1bae59a3e authored over 10 years ago by mattn <[email protected]>
Add doc

9eb751e8f1ef335da79c73c48d4e2e53f540a780 authored over 10 years ago by mattn <[email protected]>
Enable test for Queryer

5fb02bd99d5afadebf47931775cf6b4bf8468330 authored over 10 years ago by mattn <[email protected]>
Fix error on Execer. Close #124

d9e7576acf68be8413097aa1ffd7d53989262080 authored over 10 years ago by mattn <[email protected]>
Implements Execer/Queryer. Close #60, #82, #113

d56eb93ecbbcd58480c376e393e4bf44996af126 authored over 10 years ago by mattn <[email protected]>
Merge pull request #116 from c14n/master

Enable extended error codes.

a59fbb40eb2307e1d35b3d3785b040ede3f7990d authored over 10 years ago by mattn <[email protected]>
Remove dead code in SQLiteRows.Bind. Close #119

f7d2df0102f70b0327b4cc345f518d297a3589dd authored over 10 years ago by mattn <[email protected]>
Don't return error when succeeded

71e406bc794a7c7f38f8b124ed335fcfcc3b9676 authored over 10 years ago by mattn <[email protected]>
Fix ErrNoticeRecoverWAL variable name.

6ec1687716ce97bbcde07fa86113670c362801d2 authored over 10 years ago by Christoph Martin <[email protected]>
Enable extended error codes.

f395aa170e53f8ba00c7fb4cd4af2a3e34257fc1 authored over 10 years ago by Christoph Martin <[email protected]>
Add msvcr100 for 64bit

ded4a4bb1b39c46bb7b250afcd2e3902b9845565 authored almost 11 years ago by mattn <[email protected]>
Merge pull request #99 from fawick/master

Enable Sqlite R*Tree Module

58c62dc30cda06e4a74e18f6489bb6c112fc6e5d authored almost 11 years ago by mattn <[email protected]>
Merge pull request #114 from jkl1337/master

Update sqlite to 3.8.4.1.

980ea65c410cd4fe242073c0762f93e7bf2a9b2b authored almost 11 years ago by mattn <[email protected]>
Update sqlite to 3.8.4.1.

Updating to 3.8.4.1 fixes some minor performance problems and also gains support
for CTEs (commo...

8c7b228d93bcb1fe0c1ead582ffa72aec187852c authored almost 11 years ago by John K. Luebs <[email protected]>
Merge pull request #110 from tpltnt/master

tiny typo fix

fb0ae124843f77b46af49646f8316c71106ab758 authored almost 11 years ago by mattn <[email protected]>
tiny typo fix

487e651e19e08fd9a925a52740ac954904aa1985 authored almost 11 years ago by tpltnt <[email protected]>