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
acf6044aaf97c5e83c3dd244a0a81ca13069ca98 authored almost 12 years ago by mattn <[email protected]>
7ea7c83912ce504cb9649c6ce1b227670dfde8db authored about 12 years ago by mattn <[email protected]>
b758711b08d5886ec2f1201f8d51284f3b8a23bf authored about 12 years ago by mattn <[email protected]>
430103cc9e7fbacbb9fce303268b967388ee5d42 authored about 12 years ago by Dobrosław Żybort <[email protected]>
Add support for extracting 2006-01-02 formatted timestamps.
68952ca0661526d253d3a9e7551d0612b357bd2b authored about 12 years ago by mattn <[email protected]>
SQLite3 stores timestamps very naively -- they're completely untyped,
and can contain any value....
Travis-CI simplification
76996feb523f3f71842d8992b489f9265df55e67 authored about 12 years ago by mattn <[email protected]>e50d79429afc7bfc427addd0ca90e67d34a0e23d authored about 12 years ago by Carlos Castillo <[email protected]>
eed762d437eb4e2ecc9f06bef618e3725093c382 authored about 12 years ago by Carlos Castillo <[email protected]>
e3d45986c864ef6f7c6599221ba456d17f5a6b7f authored about 12 years ago by Carlos Castillo <[email protected]>
Modified for Windows support.
6134963aff51499e247b9c1041425e7489128aa1 authored about 12 years ago by mattn <[email protected]>df5b1dfca66df42f537ffe93ba77bbf889708f4e authored about 12 years ago by Carlos Castillo <[email protected]>
58cfe6309d1a333b66d4a934cb38218855951d6a authored about 12 years ago by Carlos Castillo <[email protected]>
Fix invalid memory read in Close()
629fe17ada2b1061f297644f7f10f9372efea8ff authored about 12 years ago by mattn <[email protected]>a76fd8f3365ce979f6f93893e2fb83af41c1a37e authored about 12 years ago by John Gallagher <[email protected]>
b9ff6f3fd34bf6b537159bd01b8a93decc3eedda authored over 12 years ago by mattn <[email protected]>
d05555a6774f41e92526dc04c3514abcd9397383 authored over 12 years ago by mattn <[email protected]>
Fix sql.DB leaks in unit tests so that tests pass on vmware hgfs
8d4548d72cdb03ef6556fde5ecef0b58db9e64bc authored over 12 years ago by mattn <[email protected]>2a36f8cd420b159de9b282a8373053b6c6273618 authored over 12 years ago by cds <cds@sci3>
Individual tests were never successfully removing 'foo.db' (the error was ignored), which caused...
40b65367c59385f3458b6876082478e276b4b76b authored over 12 years ago by cds <cds@sci3>54826d95859d2b92effc75b1e13acb5aacd0e6dd authored over 12 years ago by cds <cds@sci3>
Original:
--- FAIL: TestInsert (0.00 seconds)
sqlite3_test.go:42: Failed to create table:%!(EXT...
bug fix: Byte slice results belong to the caller and so must be copies.
3ae2f4307ca4571a2b085db16859860d143c546f authored over 12 years ago by mattn <[email protected]>
With the exeption of slices in the result type sql.RawBytes,
new calls to Sqlite must not corrup...
MacPorts -> Homebrew
8f1b649756fdad7da06a35aae55967eb118409ad authored over 12 years ago by mattn <[email protected]>Nobody should be using MacPorts anymore.
080d45fdc23ba56a7483084071f1649855ee69f5 authored over 12 years ago by AJ ONeal <[email protected]>update to README file
f7f964e7ea533ce304dfb8b432927bcba5ff1a76 authored over 12 years ago by mattn <[email protected]>28bd73b5c3d3a5725a1914f9ef1992a9bf5d47cd authored over 12 years ago by amattn <[email protected]>
Handle bool values with "BOOLEAN" columns.
a407c70cfd983289954c1dae430d35a550567983 authored over 12 years ago by mattn <[email protected]>d869678d3cece282e9f5dcf2466eef00ba2978c0 authored over 12 years ago by jander <[email protected]>
2f4a8f3f2c1ea6b1dc24a4d6ea55ef720ba9f1d4 authored over 12 years ago by jander <[email protected]>
ed17eae07aa835fffe64c6fbab3fc42ce2caa644 authored over 12 years ago by jander <[email protected]>
1bfaa5b7d2baac623d83ac7ae4247fcd8055f6c9 authored over 12 years ago by jander <[email protected]>
6865865265dab5ba96d6f64c2126d555e28bc386 authored over 12 years ago by jander <[email protected]>
d9c069459a46ea7bb816514ecb795902fd2c398b authored over 12 years ago by mattn <[email protected]>
78a8e6baac7c17db6152f8bbbd4ef7808c05d5ed authored over 12 years ago by mattn <[email protected]>
Minor tweaks, plus add support for "timestamp" columns.
ea2c1e7a8c6e96a1f9a9ba0ecc130a3d6f9d7e47 authored over 12 years ago by mattn <[email protected]>
500ms is short enough that go-sql-test sometimes fails with "database
locked", and it's the valu...
3abc337b8e5b94bb6c70aacf053fa3d6c1cc1caf authored over 12 years ago by John Gallagher <[email protected]>
e85c34cf5c1492ab90e601561ae5b46a77df61d0 authored over 12 years ago by John Gallagher <[email protected]>
5691b2a3f4d826cd090034f0af4d5981a8ce6ba0 authored over 12 years ago by mattn <[email protected]>
08b7452f81ac376f5a5bf52af315f13f6261ebf0 authored over 12 years ago by mattn <[email protected]>
bba20942881c4c0c98e5f0b691408237affc36bb authored over 12 years ago by mattn <[email protected]>
close #11
224815d665ab9f872c6bc0d9dad1101cc5ec6b1a authored almost 13 years ago by mattn <[email protected]>
Return io.EOF, so rows.Next() will automatically call rows.Close()
after all results have been r...
fdc20cdbcb721d8bb26046f69684ea4ec9087f08 authored almost 13 years ago by mattn <[email protected]>
8cbe65c9c3cb4fa13945f7730d172327754beef1 authored almost 13 years ago by mattn <[email protected]>
Fix marshaling error in Go->SQLite boolean values
93ab2db4080df2323777eae75c542cdc53b6178e authored almost 13 years ago by mattn <[email protected]>
SQLite stores boolean values as an integer, serializing true as 1 and
false as 0 [1], but it doe...
This test creates a simple table, inserts some dummy boolean values,
then pulls them back out to...
7c18f62cf18d9eb50862877e35338f7b6e93addd authored almost 13 years ago by mattn <[email protected]>
Update to build at tip (exp/sql -> database/sql)
78af0c22f5bd7ee8ba32f49eab43394ba66253a9 authored almost 13 years ago by mattn <[email protected]>593643ef111fdb475f0e851b6adb8a9834eed268 authored almost 13 years ago by Scott Lawrence <[email protected]>
c7906ff723157e36b1a3bb8b778a5ae87adc6baa authored almost 13 years ago by Scott Lawrence <[email protected]>
f0825967469ebc1a342acc4b756b098d81ab511a authored almost 13 years ago by Scott Lawrence <[email protected]>
Rows should not close the statement because Stmt has its own close
function. This caused a doubl...
Use pkg-config instead of a hardcoded LDFLAGS
9c4d0ce29af7bff31c8483971fa8a0519c14c841 authored almost 13 years ago by mattn <[email protected]>6a23a746e13aac7dfedb85b5c12db17533b420e0 authored almost 13 years ago by lye <lye@>
f4359f417e71c8c87dc39b49e47bbe9005e77aec authored about 13 years ago by mattn <[email protected]>
inserting zero-length strings failed.
7d293624246e5f0b537d978ae0f42261b1538284 authored about 13 years ago by mattn <[email protected]>48b031fa48a89ddd9dc7985e3dab0905f3eef0d2 authored about 13 years ago by mattn <[email protected]>
&b[0] fails with an index out-of-bounds error for a slice with len()==0
01566134d1cdfeb92b64df529aeccadd695cefcd authored about 13 years ago by Sven Engelhardt <[email protected]>fdbb364aba2700b1bdae3888efbd9db259906755 authored about 13 years ago by mattn <[email protected]>
e36e29f33ebc2416e706493755e136018be1df52 authored about 13 years ago by mattn <[email protected]>
7211b7212b6379501cf9beecac814c21223beda3 authored about 13 years ago by mattn <[email protected]>
650166a9cf5fe31d97bb1adeb2592beb1294cf8d authored about 13 years ago by mattn <[email protected]>
8c1b840c44daf71964da5b190e2e8ef76297bcd6 authored about 13 years ago by mattn <[email protected]>
41c5c95a6c8cbe2b82b0afdbe96d982435b36cfd authored about 13 years ago by mattn <[email protected]>
0b35f58e9de783c4c252b68e8cd32eb53e4ba983 authored about 13 years ago by mattn <[email protected]>
79234d62efe299642d6bd595b87062a44f8237f4 authored about 13 years ago by mattn <[email protected]>
6c2d2c4b6b7ae45782a575d21b44892158cf447b authored about 13 years ago by mattn <[email protected]>