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
github.com/mattn/go-sqlite3 - a6c208564eccf3c6743f608ef88398a4ca84c5eb authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 5253daf8561a6ca5015fd5ce79e4367912146be9 authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 308067797b0fcce4ca06362580dc6db77c1bfeda authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
Fix gccgo support
github.com/mattn/go-sqlite3 - 1b67b9f03b8d279fce1125609c00c12b6cd05460 authored almost 10 years ago by mattn <[email protected]>This is required by gccgo because of the pthread_mutex_trylock symbol.
Signed-off-by: Stéphane ...
github.com/mattn/go-sqlite3 - e688f0a8eb3db91c7cd1bf0925bac5bdf951a553 authored almost 10 years ago by Stéphane Graber <[email protected]>
This fixes the problem where when building with gccgo, sqlite3.c is
overwritten, leading to a bu...
Correct HasPrefix method name
github.com/mattn/go-sqlite3 - aa317ad229dc78838481d326abf23113e55f381f authored almost 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 16f5b6415ddc55fb50b2fb5f60ab83219bc4f799 authored almost 10 years ago by Antoni Rościszewski <[email protected]>
github.com/mattn/go-sqlite3 - 519a1d07c47c910b0e9bc0473497e2efbd90b13c authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - d86face730503bc57e71e361aa1eff54d914cc34 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - f40baee643e0e2b8e7d08d8d6fd62127a02ab132 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - d463e8f1f9a1cd0f320006c22643dbc583d079ce authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - e48e0597ab41ba5aac618e241d9551a314838cda authored almost 10 years ago by mix3 <[email protected]>
github.com/mattn/go-sqlite3 - 71712f0ba9e5a262fcd808cfabedd0c759fa214b authored almost 10 years ago by mix3 <[email protected]>
github.com/mattn/go-sqlite3 - 02f54e026317040a528e0b37207026dd2f885aa9 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - 1b2a5560c2127947f8f4d49087320e0629031714 authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - e273a1552e39b67e23de088b5ee663e6c16baccd authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 18aa166fa96a695c5e520d9411d1208e655812d0 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - 4c5c4e526100f23b17fda84d39a8109cfec00118 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
github.com/mattn/go-sqlite3 - da2bf8a0f356364fb8189a5a276b5acf77839d30 authored almost 10 years ago by Yasuhiro Matsumoto <[email protected]>
load extensions using the C API instead of SQL
github.com/mattn/go-sqlite3 - 25d045f12a64283630fdedec899655cc5710b683 authored almost 10 years ago by mattn <[email protected]>
This fixes the problem of loading ICU, which needs to replace existing
functions. Replacing exis...
github.com/mattn/go-sqlite3 - a141177ca6dad6563ee78bb15495cea8679730fd authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 6717138923265f43d673bf92ece46f707370a94b authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 5e6658a5c802ef478bcaaccad2103ab2a0cda562 authored almost 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - a528a3085290a55613949f2cd363e6fd57bf67ee authored almost 10 years ago by mattn <[email protected]>
Return error code of sqlite3_step, not sqlite3_reset
github.com/mattn/go-sqlite3 - 9c64e666d6c21fec2d5b9619b156f8e8673beeca authored almost 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - a14f442f3e092344f46fe82dbb4c6c3247d61462 authored almost 10 years ago by Mahadevan <[email protected]>
Handle 13 digit datetime values
github.com/mattn/go-sqlite3 - d8029554b4cbb9a1c12311d307f4154b515566b4 authored about 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 0b05acc293a940d3bfedf2df5fba12c49ac9ec35 authored about 10 years ago by Ian Bishop <[email protected]>
See https://github.com/golang/go/issues/9356
github.com/mattn/go-sqlite3 - e068bcd7684d6746d750842775265d301892ce13 authored about 10 years ago by mattn <[email protected]>See https://github.com/golang/go/issues/9356
github.com/mattn/go-sqlite3 - 4c5aec8622e1523fa8f82a2ecb1a20cb039a33ec authored about 10 years ago by mattn <[email protected]>set CFLAGS: -std=gnu99 (fixes SmartOS)
github.com/mattn/go-sqlite3 - 6dcf015b8225b27201295523ea7035d35a948a6a authored about 10 years ago by mattn <[email protected]>Fixes the following error message on SmartOS:
$ go get github.com/mattn/go-sqlite3
In file incl...
Update SQLite amalgamation to 3.8.7.4.
github.com/mattn/go-sqlite3 - c9a0db5d8951646743317f0756da0339fe144dd5 authored about 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - d369cbb7d42232f785f51b3ef4c8b994dae83486 authored about 10 years ago by Neil Conway <[email protected]>
Catch missing arguments for Query()
github.com/mattn/go-sqlite3 - beeda4c31194f4cdb15eb89d2f2b4be4474371c4 authored about 10 years ago by mattn <[email protected]>Also improved error message on Exec() for consistency.
github.com/mattn/go-sqlite3 - 3dc340b45f32ab9ef7cfd1febad7aafb7f323898 authored about 10 years ago by Josiah Kiehl (formerly @bluepojo) <[email protected]>github.com/mattn/go-sqlite3 - d10e2c8f62100097910367dee90a9bd89d426a44 authored about 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - d9881e4de30a293555c53569ac64408a380908f1 authored about 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 764faa850f9c27b8f2a0fc148cde6c06236fa61b authored about 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 817f281a0d5126bb8cb4a8bbae064967b31164d0 authored about 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - acf1dd667b055f87335cd1fb1f019ffe0c1294aa authored about 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - e63d2546a03e8591c61871c4e494587cc28bdd79 authored about 10 years ago by mattn <[email protected]>
go cover has moved
github.com/mattn/go-sqlite3 - 1d8f24c39ff3f46f053701c42c02854596e874e4 authored about 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 239461c8b79f63b5f4f4f3c5bade1f5b038b0747 authored about 10 years ago by Michael K <[email protected]>
github.com/mattn/go-sqlite3 - 12a1c0f435a7bd74bcd48d46007d08570797c224 authored about 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - e5819757da0824da7e9140b1a862cafecf88159c authored about 10 years ago by mattn <[email protected]>
fixed timezone problem for datetime types
github.com/mattn/go-sqlite3 - c1aa7ac7060c032c5b65aaa5269680fc348ebf1c authored about 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 6710e996b5a7a19f6d085ce7a95ba6787565d3ab authored about 10 years ago by Mehmet Gurevin <[email protected]>
github.com/mattn/go-sqlite3 - 00716954b7fac405c5e5084a0ef6d7d6bc3a2b48 authored about 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 1fbcb3cdc2433e50534afbd3f00447dba3eecfaf authored about 10 years ago by mattn <[email protected]>
add Version func for retrieving SQLite library version info
github.com/mattn/go-sqlite3 - ea3ab4d8f5eba6a26173197b7c612fb1c0d0a081 authored about 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 86932b40b0cebe3d5fc316bdb983a2ea8672cc4f authored about 10 years ago by romo <[email protected]>
github.com/mattn/go-sqlite3 - a80c27ba3354e27b4c8dfbbd1165bc253ca7c522 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 3d78a08b9f3307ac3874f5c120f7d4166c62efb9 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 3ab1d6f3481128cefecd12ab6cc9cfa61b11f2ce authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 0a0c543dc0e5cbfb66d5874c385ae87874da03fb authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 764e046d89b47e49b58465b7fa57056f56ae5e17 authored over 10 years ago by Peter Waller <[email protected]>
Fix for sqlite3_test import.
github.com/mattn/go-sqlite3 - abd3d9caef4548682a279b60c859c197a1b32a47 authored over 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - abf79dbdd53a86fc1f0d81ffa8c9970c31159d81 authored over 10 years ago by Paweł Błaszczyk <[email protected]>
github.com/mattn/go-sqlite3 - 72cb8db627c0c5539ab4fda2b866518cd10f1fbf authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - b718c29aea8dcb97e5338a220d9eec80af770626 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - d069822191ca6ec71a5a678552a937e27173b393 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 060db06a281a4f182a11585951c19be70a185a97 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 6535341da906b68a836904b742145b409e961a56 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 5b2191bd7a45448c99ae748255dbca0cc88d774b authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 5e5d088a3662a12104630827ac6926f7626d23cf authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 592f5d512e03c0a0ed3d4c20e1d26b7b67594b1b authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - d3334c1381db6a159cac1d2818ab2b543a166ad1 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - ff0960b999eb967d04346ca98a0c3be37c0f51a4 authored over 10 years ago by Peter Waller <[email protected]>
Update simple.go (very small change)
github.com/mattn/go-sqlite3 - 1704ea522da54566fb41576db328ea3c44f702d8 authored over 10 years ago by mattn <[email protected]>Renaming the string "sql" into "sqlStmt" in order to prevent mixing with package types & functio...
github.com/mattn/go-sqlite3 - 0cdea24bc72fac013abf416f27acd433e5906528 authored over 10 years ago by tonio3l <[email protected]>github.com/mattn/go-sqlite3 - 9ac94b6fbfda6f25be5e3c17073aeed6de10428a authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 07b39a049e5d1fbb445c163dc7d7955a203688e3 authored over 10 years ago by mattn <[email protected]>
implicitly close Stmt in Queryer, Close #131
github.com/mattn/go-sqlite3 - 3db806ab9569e94ea2d275a9711253f2724a59fe authored over 10 years ago by mattn <[email protected]>
the cls field tracks if the Stmt should be implicitly closed, in the
Exec() call the generated s...
Added an IsDone method for backup
github.com/mattn/go-sqlite3 - f87f73cc9a9604ce0557a40fc153d7eb7a7584a7 authored over 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 6d40aa115ad60d3ef1de44bac70474770159b0d2 authored over 10 years ago by Shuhao Wu <[email protected]>
github.com/mattn/go-sqlite3 - 9d2ae379b40ce239f2a1b7cd75c8c292303bb48a authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - f4a65d949702da27df3f49e90d67bd388fd2d429 authored over 10 years ago by Shuhao Wu <[email protected]>
Add missing time format, fixes #43
github.com/mattn/go-sqlite3 - fd3cd65a892e392ba002d6faf8187ef360dd2493 authored over 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - d444acb5dabe4c27285e6376160cbc93290b0e79 authored over 10 years ago by Sean Duffy <[email protected]>
github.com/mattn/go-sqlite3 - 191ca24657cf0916c2be12dfbe8a0647ace8d67a authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - ff8505c4ac38f01feeeff5cb222888d1bae59a3e authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 9eb751e8f1ef335da79c73c48d4e2e53f540a780 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 5fb02bd99d5afadebf47931775cf6b4bf8468330 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - d9e7576acf68be8413097aa1ffd7d53989262080 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - d56eb93ecbbcd58480c376e393e4bf44996af126 authored over 10 years ago by mattn <[email protected]>
Enable extended error codes.
github.com/mattn/go-sqlite3 - a59fbb40eb2307e1d35b3d3785b040ede3f7990d authored over 10 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - f7d2df0102f70b0327b4cc345f518d297a3589dd authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 71e406bc794a7c7f38f8b124ed335fcfcc3b9676 authored over 10 years ago by mattn <[email protected]>
github.com/mattn/go-sqlite3 - 6ec1687716ce97bbcde07fa86113670c362801d2 authored almost 11 years ago by Christoph Martin <[email protected]>
github.com/mattn/go-sqlite3 - f395aa170e53f8ba00c7fb4cd4af2a3e34257fc1 authored almost 11 years ago by Christoph Martin <[email protected]>
github.com/mattn/go-sqlite3 - ded4a4bb1b39c46bb7b250afcd2e3902b9845565 authored almost 11 years ago by mattn <[email protected]>
Enable Sqlite R*Tree Module
github.com/mattn/go-sqlite3 - 58c62dc30cda06e4a74e18f6489bb6c112fc6e5d authored almost 11 years ago by mattn <[email protected]>Update sqlite to 3.8.4.1.
github.com/mattn/go-sqlite3 - 980ea65c410cd4fe242073c0762f93e7bf2a9b2b authored almost 11 years ago by mattn <[email protected]>
Updating to 3.8.4.1 fixes some minor performance problems and also gains support
for CTEs (commo...
tiny typo fix
github.com/mattn/go-sqlite3 - fb0ae124843f77b46af49646f8316c71106ab758 authored almost 11 years ago by mattn <[email protected]>github.com/mattn/go-sqlite3 - 487e651e19e08fd9a925a52740ac954904aa1985 authored almost 11 years ago by tpltnt <[email protected]>