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

No return error when invalid datetime.

github.com/mattn/go-sqlite3 - acf6044aaf97c5e83c3dd244a0a81ca13069ca98 authored about 12 years ago by mattn <[email protected]>
use fmt.Println()

github.com/mattn/go-sqlite3 - 7ea7c83912ce504cb9649c6ce1b227670dfde8db authored about 12 years ago by mattn <[email protected]>
fixed last_id/changes. it seems long alignment values.

github.com/mattn/go-sqlite3 - b758711b08d5886ec2f1201f8d51284f3b8a23bf authored about 12 years ago by mattn <[email protected]>
Add support for extracting `2006-01-02 15:04:05.000` formatted datetime.

github.com/mattn/go-sqlite3 - 430103cc9e7fbacbb9fce303268b967388ee5d42 authored about 12 years ago by Dobrosław Żybort <[email protected]>
Merge pull request #28 from lye/master

Add support for extracting 2006-01-02 formatted timestamps.

github.com/mattn/go-sqlite3 - 68952ca0661526d253d3a9e7551d0612b357bd2b authored about 12 years ago by mattn <[email protected]>
Add support for extracting 2006-01-02 formatted timestamps.

SQLite3 stores timestamps very naively -- they're completely untyped,
and can contain any value....

github.com/mattn/go-sqlite3 - dcd44f511811bacb58241dd4de752177e7286967 authored about 12 years ago by lye <lye@>
Merge pull request #26 from cookieo9/noexample

Travis-CI simplification

github.com/mattn/go-sqlite3 - 76996feb523f3f71842d8992b489f9265df55e67 authored about 12 years ago by mattn <[email protected]>
Switched example back to mattn's repo.

github.com/mattn/go-sqlite3 - e50d79429afc7bfc427addd0ca90e67d34a0e23d authored about 12 years ago by Carlos Castillo <[email protected]>
Updated to newer go support in travis-ci. It is both simpler and should test faster.

github.com/mattn/go-sqlite3 - eed762d437eb4e2ecc9f06bef618e3725093c382 authored about 12 years ago by Carlos Castillo <[email protected]>
Merge branch 'master' of https://github.com/mattn/go-sqlite3

github.com/mattn/go-sqlite3 - e3d45986c864ef6f7c6599221ba456d17f5a6b7f authored about 12 years ago by Carlos Castillo <[email protected]>
Merge pull request #25 from cookieo9/noexample

Modified for Windows support.

github.com/mattn/go-sqlite3 - 6134963aff51499e247b9c1041425e7489128aa1 authored about 12 years ago by mattn <[email protected]>
Modified example to use local version of package instead of mattn's.

github.com/mattn/go-sqlite3 - df5b1dfca66df42f537ffe93ba77bbf889708f4e authored about 12 years ago by Carlos Castillo <[email protected]>
Modified for windows support.

github.com/mattn/go-sqlite3 - 58cfe6309d1a333b66d4a934cb38218855951d6a authored about 12 years ago by Carlos Castillo <[email protected]>
Merge pull request #24 from jgallagher/master

Fix invalid memory read in Close()

github.com/mattn/go-sqlite3 - 629fe17ada2b1061f297644f7f10f9372efea8ff authored about 12 years ago by mattn <[email protected]>
Fix read of invalid (already freed) memory.

github.com/mattn/go-sqlite3 - a76fd8f3365ce979f6f93893e2fb83af41c1a37e authored about 12 years ago by John Gallagher <[email protected]>
'is' does not work in some older sqlite3.

github.com/mattn/go-sqlite3 - b9ff6f3fd34bf6b537159bd01b8a93decc3eedda authored over 12 years ago by mattn <[email protected]>
workaround on windows. currently, int64 does not work correctly.

github.com/mattn/go-sqlite3 - d05555a6774f41e92526dc04c3514abcd9397383 authored over 12 years ago by mattn <[email protected]>
Merge pull request #22 from cdsks/master

Fix sql.DB leaks in unit tests so that tests pass on vmware hgfs

github.com/mattn/go-sqlite3 - 8d4548d72cdb03ef6556fde5ecef0b58db9e64bc authored over 12 years ago by mattn <[email protected]>
Replace t.Error(); return statement pairs with single t.Fatal()

github.com/mattn/go-sqlite3 - 2a36f8cd420b159de9b282a8373053b6c6273618 authored over 12 years ago by cds <cds@sci3>
Added missing db.Close() and rows.Close() calls; fixes tests on vmhgfs filesystems.

Individual tests were never successfully removing 'foo.db' (the error was ignored), which caused...

github.com/mattn/go-sqlite3 - 40b65367c59385f3458b6876082478e276b4b76b authored over 12 years ago by cds <cds@sci3>
Fix erroneous error message for sql.Open()

github.com/mattn/go-sqlite3 - 54826d95859d2b92effc75b1e13acb5aacd0e6dd authored over 12 years ago by cds <cds@sci3>
gofmt + fix erroneous t.Errorf("foo:", err) statements to t.Error("foo:", err) .

Original:
--- FAIL: TestInsert (0.00 seconds)
sqlite3_test.go:42: Failed to create table:%!(EXT...

github.com/mattn/go-sqlite3 - 3456489fa1fb94197fcec4fc4c0de7000bf1f1be authored over 12 years ago by cds <cds@sci3>
Merge pull request #19 from leskets/master

bug fix: Byte slice results belong to the caller and so must be copies.

github.com/mattn/go-sqlite3 - 3ae2f4307ca4571a2b085db16859860d143c546f authored over 12 years ago by mattn <[email protected]>
bug fix: Byte slices belong to the caller and so must be copies.

With the exeption of slices in the result type sql.RawBytes,
new calls to Sqlite must not corrup...

github.com/mattn/go-sqlite3 - a4e5e7a617347421764703979ebf8b78320ad3e4 authored over 12 years ago by Thomas Leske <[email protected]>
Merge pull request #18 from coolaj86/patch-1

MacPorts -> Homebrew

github.com/mattn/go-sqlite3 - 8f1b649756fdad7da06a35aae55967eb118409ad authored over 12 years ago by mattn <[email protected]>
MacPorts -> Homebrew

Nobody should be using MacPorts anymore.

github.com/mattn/go-sqlite3 - 080d45fdc23ba56a7483084071f1649855ee69f5 authored over 12 years ago by AJ ONeal <[email protected]>
Merge pull request #17 from amattn/master

update to README file

github.com/mattn/go-sqlite3 - f7f964e7ea533ce304dfb8b432927bcba5ff1a76 authored over 12 years ago by mattn <[email protected]>
Readme update

github.com/mattn/go-sqlite3 - 28bd73b5c3d3a5725a1914f9ef1992a9bf5d47cd authored over 12 years ago by amattn <[email protected]>
Merge pull request #15 from jander/master

Handle bool values with "BOOLEAN" columns.

github.com/mattn/go-sqlite3 - a407c70cfd983289954c1dae430d35a550567983 authored over 12 years ago by mattn <[email protected]>
Update sqlite3_test.go

github.com/mattn/go-sqlite3 - d869678d3cece282e9f5dcf2466eef00ba2978c0 authored over 12 years ago by jander <[email protected]>
Update sqlite3_test.go

github.com/mattn/go-sqlite3 - 2f4a8f3f2c1ea6b1dc24a4d6ea55ef720ba9f1d4 authored over 12 years ago by jander <[email protected]>
fix TestBoolean

github.com/mattn/go-sqlite3 - ed17eae07aa835fffe64c6fbab3fc42ce2caa644 authored over 12 years ago by jander <[email protected]>
add bool type test: TestBoolean

github.com/mattn/go-sqlite3 - 1bfaa5b7d2baac623d83ac7ae4247fcd8055f6c9 authored over 12 years ago by jander <[email protected]>
Handle bool values with "BOOLEAN" columns.

github.com/mattn/go-sqlite3 - 6865865265dab5ba96d6f64c2126d555e28bc386 authored over 12 years ago by jander <[email protected]>
remove Makefile.

github.com/mattn/go-sqlite3 - d9c069459a46ea7bb816514ecb795902fd2c398b authored over 12 years ago by mattn <[email protected]>
remove Makefile.

github.com/mattn/go-sqlite3 - 78a8e6baac7c17db6152f8bbbd4ef7808c05d5ed authored over 12 years ago by mattn <[email protected]>
Merge pull request #12 from jgallagher/master

Minor tweaks, plus add support for "timestamp" columns.

github.com/mattn/go-sqlite3 - ea2c1e7a8c6e96a1f9a9ba0ecc130a3d6f9d7e47 authored over 12 years ago by mattn <[email protected]>
Increase busy timeout to 5 seconds.

500ms is short enough that go-sql-test sometimes fails with "database
locked", and it's the valu...

github.com/mattn/go-sqlite3 - db2c00ccd82fdbe1424e55b19aa43f3cf13aa5cb authored over 12 years ago by John Gallagher <[email protected]>
Handle time.Time values with "timestamp" columns.

github.com/mattn/go-sqlite3 - 3abc337b8e5b94bb6c70aacf053fa3d6c1cc1caf authored over 12 years ago by John Gallagher <[email protected]>
Fix typo (Tailed -> Failed).

github.com/mattn/go-sqlite3 - e85c34cf5c1492ab90e601561ae5b46a77df61d0 authored over 12 years ago by John Gallagher <[email protected]>
add travis recepi.

github.com/mattn/go-sqlite3 - 5691b2a3f4d826cd090034f0af4d5981a8ce6ba0 authored almost 13 years ago by mattn <[email protected]>
updated doc.

github.com/mattn/go-sqlite3 - bba20942881c4c0c98e5f0b691408237affc36bb authored almost 13 years ago by mattn <[email protected]>
merged #11

close #11

github.com/mattn/go-sqlite3 - 224815d665ab9f872c6bc0d9dad1101cc5ec6b1a authored almost 13 years ago by mattn <[email protected]>
database/sql expects io.EOF after all rows have been Next'ed

Return io.EOF, so rows.Next() will automatically call rows.Close()
after all results have been r...

github.com/mattn/go-sqlite3 - 81a88cec734d2ebe34310f92150b944eb38b0634 authored almost 13 years ago by Sven Engelhardt <[email protected]>
add example of Prepare()/QueryRow(). add db.Close(). close #7

github.com/mattn/go-sqlite3 - fdc20cdbcb721d8bb26046f69684ea4ec9087f08 authored almost 13 years ago by mattn <[email protected]>
merged bradfitz's patch. thanks.

github.com/mattn/go-sqlite3 - 8cbe65c9c3cb4fa13945f7730d172327754beef1 authored almost 13 years ago by mattn <[email protected]>
Merge pull request #6 from lye/master

Fix marshaling error in Go->SQLite boolean values

github.com/mattn/go-sqlite3 - 93ab2db4080df2323777eae75c542cdc53b6178e authored almost 13 years ago by mattn <[email protected]>
For boolean values, marshal true to SQLite 1, not -1

SQLite stores boolean values as an integer, serializing true as 1 and
false as 0 [1], but it doe...

github.com/mattn/go-sqlite3 - 3524ead0a51cad63768e5f2277b28455d1a4a968 authored almost 13 years ago by lye <lye@>
Added additional testcase for boolean roundtrips

This test creates a simple table, inserts some dummy boolean values,
then pulls them back out to...

github.com/mattn/go-sqlite3 - 275bdb282a390e7dcf8b698e04ce0c6f3aa1970a authored almost 13 years ago by lye <lye@>
fixed package name.

github.com/mattn/go-sqlite3 - 7c18f62cf18d9eb50862877e35338f7b6e93addd authored almost 13 years ago by mattn <[email protected]>
Merge pull request #4 from bytbox/master

Update to build at tip (exp/sql -> database/sql)

github.com/mattn/go-sqlite3 - 78af0c22f5bd7ee8ba32f49eab43394ba66253a9 authored almost 13 years ago by mattn <[email protected]>
Updating README

github.com/mattn/go-sqlite3 - 593643ef111fdb475f0e851b6adb8a9834eed268 authored almost 13 years ago by Scott Lawrence <[email protected]>
Updating example

github.com/mattn/go-sqlite3 - c7906ff723157e36b1a3bb8b778a5ae87adc6baa authored almost 13 years ago by Scott Lawrence <[email protected]>
Fixing build at tip

github.com/mattn/go-sqlite3 - f0825967469ebc1a342acc4b756b098d81ab511a authored almost 13 years ago by Scott Lawrence <[email protected]>
Fixed double free when closing SQLiteStmt

Rows should not close the statement because Stmt has its own close
function. This caused a doubl...

github.com/mattn/go-sqlite3 - 5d9fdcab9300de16c24a5fe2c4286b074096fb94 authored almost 13 years ago by Alien Science <[email protected]>
Merge pull request #2 from lye/master

Use pkg-config instead of a hardcoded LDFLAGS

github.com/mattn/go-sqlite3 - 9c4d0ce29af7bff31c8483971fa8a0519c14c841 authored almost 13 years ago by mattn <[email protected]>
Use pkg-config instead of a hardcoded LDFLAGS

github.com/mattn/go-sqlite3 - 6a23a746e13aac7dfedb85b5c12db17533b420e0 authored almost 13 years ago by lye <lye@>
Merge pull request #1 from fiber/master

inserting zero-length strings failed.

github.com/mattn/go-sqlite3 - 7d293624246e5f0b537d978ae0f42261b1538284 authored about 13 years ago by mattn <[email protected]>
add README.mkd

github.com/mattn/go-sqlite3 - 48b031fa48a89ddd9dc7985e3dab0905f3eef0d2 authored about 13 years ago by mattn <[email protected]>
allow to insert zero-length strings into database

&b[0] fails with an index out-of-bounds error for a slice with len()==0

github.com/mattn/go-sqlite3 - 01566134d1cdfeb92b64df529aeccadd695cefcd authored about 13 years ago by Sven Engelhardt <[email protected]>
fix LastInsertId()/RowsAffected().

github.com/mattn/go-sqlite3 - fdbb364aba2700b1bdae3888efbd9db259906755 authored about 13 years ago by mattn <[email protected]>
last inserted row ID, affected rows.

github.com/mattn/go-sqlite3 - 7211b7212b6379501cf9beecac814c21223beda3 authored about 13 years ago by mattn <[email protected]>
simple test.

github.com/mattn/go-sqlite3 - 8c1b840c44daf71964da5b190e2e8ef76297bcd6 authored about 13 years ago by mattn <[email protected]>
transaction.

github.com/mattn/go-sqlite3 - 41c5c95a6c8cbe2b82b0afdbe96d982435b36cfd authored about 13 years ago by mattn <[email protected]>
first import.

github.com/mattn/go-sqlite3 - 6c2d2c4b6b7ae45782a575d21b44892158cf447b authored about 13 years ago by mattn <[email protected]>