0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-05-29 20:00:43 +00:00

Commit Graph

  • d05555a677 workaround on windows. currently, int64 does not work correctly. mattn 2012-09-12 11:43:37 +09:00
  • 8d4548d72c Merge pull request #22 from cdsks/master mattn 2012-09-11 17:13:11 -07:00
  • 2a36f8cd42 Replace t.Error(); return statement pairs with single t.Fatal() cds 2012-09-11 10:13:11 -05:00
  • 40b65367c5 Added missing db.Close() and rows.Close() calls; fixes tests on vmhgfs filesystems. cds 2012-09-11 09:23:21 -05:00
  • 54826d9585 Fix erroneous error message for sql.Open() cds 2012-09-11 08:41:45 -05:00
  • 3456489fa1 gofmt + fix erroneous t.Errorf("foo:", err) statements to t.Error("foo:", err) . cds 2012-09-11 08:17:09 -05:00
  • 3ae2f4307c Merge pull request #19 from leskets/master mattn 2012-08-21 09:23:37 -07:00
  • a4e5e7a617 bug fix: Byte slices belong to the caller and so must be copies. Thomas Leske 2012-08-20 17:20:58 +02:00
  • 8f1b649756 Merge pull request #18 from coolaj86/patch-1 mattn 2012-08-06 17:00:48 -07:00
  • 080d45fdc2 MacPorts -> Homebrew AJ ONeal 2012-08-06 17:24:53 -06:00
  • f7f964e7ea Merge pull request #17 from amattn/master mattn 2012-07-09 01:10:01 -07:00
  • 28bd73b5c3 Readme update amattn 2012-07-08 16:45:22 -07:00
  • a407c70cfd Merge pull request #15 from jander/master mattn 2012-05-27 18:14:31 -07:00
  • d869678d3c Update sqlite3_test.go jander 2012-05-27 00:13:36 +08:00
  • 2f4a8f3f2c Update sqlite3_test.go jander 2012-05-27 00:10:29 +08:00
  • ed17eae07a fix TestBoolean jander 2012-05-27 00:09:12 +08:00
  • 1bfaa5b7d2 add bool type test: TestBoolean jander 2012-05-25 23:16:03 +08:00
  • 6865865265 Handle bool values with "BOOLEAN" columns. jander 2012-05-25 17:01:03 +08:00
  • d9c069459a remove Makefile. mattn 2012-05-15 20:49:45 +09:00
  • 78a8e6baac remove Makefile. mattn 2012-05-15 20:49:11 +09:00
  • ea2c1e7a8c Merge pull request #12 from jgallagher/master mattn 2012-05-15 04:43:57 -07:00
  • db2c00ccd8 Increase busy timeout to 5 seconds. John Gallagher 2012-04-07 00:24:39 -04:00
  • 3abc337b8e Handle time.Time values with "timestamp" columns. John Gallagher 2012-04-07 00:17:54 -04:00
  • e85c34cf5c Fix typo (Tailed -> Failed). John Gallagher 2012-04-06 22:46:11 -04:00
  • 5691b2a3f4 add travis recepi. mattn 2012-03-30 00:38:29 +09:00
  • 08b7452f81 update. mattn 2012-03-29 12:48:11 +09:00
  • bba2094288 updated doc. mattn 2012-03-29 12:46:32 +09:00
  • 224815d665 merged #11 close #11 mattn 2012-03-12 14:20:55 +09:00
  • 81a88cec73 database/sql expects io.EOF after all rows have been Next'ed Sven Engelhardt 2012-03-01 17:52:03 +01:00
  • fdc20cdbcb add example of Prepare()/QueryRow(). add db.Close(). close #7 mattn 2012-02-23 14:30:50 +09:00
  • 8cbe65c9c3 merged bradfitz's patch. thanks. mattn 2012-02-20 16:14:49 +09:00
  • 93ab2db408 Merge pull request #6 from lye/master mattn 2012-02-06 20:19:51 -08:00
  • 3524ead0a5 For boolean values, marshal true to SQLite 1, not -1 lye 2012-02-06 22:59:24 +00:00
  • 275bdb282a Added additional testcase for boolean roundtrips lye 2012-02-06 22:56:36 +00:00
  • 7c18f62cf1 fixed package name. mattn 2012-01-25 09:23:44 +09:00
  • 78af0c22f5 Merge pull request #4 from bytbox/master mattn 2012-01-20 19:58:11 -08:00
  • 593643ef11 Updating README Scott Lawrence 2012-01-20 11:45:29 -05:00
  • c7906ff723 Updating example Scott Lawrence 2012-01-20 11:44:56 -05:00
  • f082596746 Fixing build at tip Scott Lawrence 2012-01-20 11:44:24 -05:00
  • 5d9fdcab93 Fixed double free when closing SQLiteStmt Alien Science 2012-01-19 20:26:09 +01:00
  • 9c4d0ce29a Merge pull request #2 from lye/master mattn 2012-01-09 21:22:53 -08:00
  • 6a23a746e1 Use pkg-config instead of a hardcoded LDFLAGS lye 2012-01-10 00:16:34 +00:00
  • f4359f417e gofix. mattn 2011-12-07 20:40:21 +09:00
  • 7d29362424 Merge pull request #1 from fiber/master mattn 2011-12-03 04:59:22 -08:00
  • 48b031fa48 add README.mkd mattn 2011-12-03 21:57:40 +09:00
  • 01566134d1 allow to insert zero-length strings into database Sven Engelhardt 2011-12-02 23:32:38 +01:00
  • fdbb364aba fix LastInsertId()/RowsAffected(). mattn 2011-11-15 11:03:31 +09:00
  • e36e29f33e fix test. mattn 2011-11-15 10:41:43 +09:00
  • 7211b7212b last inserted row ID, affected rows. mattn 2011-11-14 22:10:13 +09:00
  • 650166a9cf clean mattn 2011-11-14 10:09:46 +09:00
  • 8c1b840c44 simple test. mattn 2011-11-13 03:52:02 +09:00
  • 41c5c95a6c transaction. mattn 2011-11-13 03:20:52 +09:00
  • 0b35f58e9d gofmt. mattn 2011-11-11 21:38:53 +09:00
  • 79234d62ef gofmt. mattn 2011-11-11 21:38:32 +09:00
  • 6c2d2c4b6b first import. mattn 2011-11-11 21:36:22 +09:00