Commit Graph

  • 501b1ea772 mv mattn 2013-08-28 14:50:02 +0900
  • 691a8a9de3 Use sqlite3.c in all platforms mattn 2013-08-28 14:46:33 +0900
  • a3e3a8e981 Merge pull request #73 from cookieo9/extlist mattn 2013-08-25 08:53:29 -0700
  • 0dd71564e2 Changed extension support to load from a string list of extensions Carlos Castillo 2013-08-24 20:36:35 -0700
  • 976f43861f Added error return to ConnectHook and fixed extension example Carlos Castillo 2013-08-24 20:04:51 -0700
  • 248e51c050 Rename because travis bringup error mattn 2013-08-23 14:29:04 +0900
  • ac279b69bf Fixes typo mattn 2013-08-23 14:26:33 +0900
  • 3abc26b4ef Add AutoCommit mattn 2013-08-23 14:11:15 +0900
  • e6850435ff Possible to register custom driver mattn 2013-08-23 13:58:54 +0900
  • e6690f40af Add example for sqlite3 extension mattn 2013-08-23 09:59:23 +0900
  • 3420c2b872 Add example for sqlite3_with_extensions mattn 2013-08-23 09:58:27 +0900
  • 6671b69503 mv mattn 2013-08-23 09:58:17 +0900
  • f6dadd82d8 Add new driver name 'sqlite3_with_extensions' mattn 2013-08-23 09:57:22 +0900
  • 34a33cffaa Rervert ff8e6729ce mattn 2013-08-14 12:07:06 +0900
  • 11ed382de3 Rename, build c file only for windows mattn 2013-08-13 22:29:54 +0900
  • c7bece2a70 Fixes package name mattn 2013-08-13 22:10:30 +0900
  • ff8e6729ce Start work on introducing machine-readable error codes. Jochen Voss 2013-06-20 21:52:38 +0100
  • ad95f5fd3d Upgrade amalgramation code mattn 2013-08-13 21:44:05 +0900
  • c1b0b47cb9 Merge pull request #67 from dajohi/master mattn 2013-08-04 16:53:48 -0700
  • ecc4ab4956 call sqlite3_column_blob() before sqlite3_column_bytes() David Hill 2013-08-02 00:41:09 -0400
  • dc751dd5f6 Merge pull request #64 from wei2912/patch-2 mattn 2013-06-18 05:04:07 -0700
  • 82c791ba4f Fix a few grammatical errors. wei2912 2013-06-18 19:40:15 +0800
  • f7461000f1 Merge pull request #63 from wei2912/patch-1 mattn 2013-06-18 03:41:30 -0700
  • 2922c3445a Fix multiple commands wei2912 2013-06-18 17:54:06 +0800
  • 2a1d73ac46 Add goveralls for travis mattn 2013-06-11 20:08:24 +0900
  • 16484897e9 Add travis badge mattn 2013-05-11 22:01:06 +0900
  • 6899118eff Merge pull request #57 from gconnell/tempfile mattn 2013-05-11 05:53:27 -0700
  • f1d58ee64a go fmt mattn 2013-05-11 21:45:48 +0900
  • d93259577c the SQLiteResult refers to the connection after it should no longer be referring to the connection. The fix is to fetch the answers before Exec returns, just in case someone wants them. Russ Cox 2013-05-11 21:43:31 +0900
  • 9c24784fe1 Use file in os.TempDir() for tests. Graeme Connell 2013-05-09 11:37:39 -0600
  • 0f6f374d27 Treat int as 64bit mattn 2013-04-09 15:18:47 +0900
  • d9f6dadfbf Add int32 type, close #55 mattn 2013-04-08 17:38:30 +0900
  • bbd33c0ffc Fix #54 mattn 2013-04-06 23:06:48 +0900
  • 869fc7ec30 Fix typo mattn 2013-03-15 23:01:23 +0900
  • 9e8f850ab4 Add FAQ about PKG_CONFIG_PATH mattn 2013-03-15 22:59:50 +0900
  • 919cf4144a Update README.mkd mattn 2013-02-13 18:38:12 +0900
  • 716b2f5636 Updated doc. Added link to #27 #39 mattn 2013-02-13 18:27:35 +0900
  • bfae0c6cef Fixed #37 mattn 2013-02-13 10:32:40 +0900
  • 9b745ee433 Some older version of sqlite3 does not have SQLITE_OPEN_URI. mattn 2013-02-03 23:25:30 +0900
  • 6e13c4512d Add comments. mattn 2013-01-31 16:48:30 +0900
  • ae4b60773a add flag SQLITE_OPEN_URI to open. closes #38 mattn 2013-01-29 09:16:39 +0900
  • b8adf7d8c1 Merge pull request #36 from mstetson/timestamp-fixes mattn 2013-01-03 16:35:11 -0800
  • b1a352785e Merge branch 'master' into timestamp-fixes Micah Stetson 2013-01-02 13:23:51 -0800
  • 8706f7baf0 Merge pull request #35 from mstetson/master mattn 2012-12-29 23:19:31 -0800
  • 44496728c2 Support more of the timestamp formats undestood by SQLite Micah Stetson 2012-12-29 16:51:15 -0800
  • ce139f706b Support time values with nanosecond precision Micah Stetson 2012-12-29 16:36:29 -0800
  • f65db67ea3 Refactor timestamp tests Micah Stetson 2012-12-29 16:24:53 -0800
  • f6d10a2a58 Convert times to UTC before storage Micah Stetson 2012-12-29 14:47:17 -0800
  • 58c4612c1e Fix #33 and #34 Micah Stetson 2012-12-29 14:20:27 -0800
  • f86c8f208d check destination type whether it's *time.Time or not. mattn 2012-12-26 10:01:39 +0900
  • 65fd601635 add example code using bulk insert. mattn 2012-12-26 09:53:22 +0900
  • acf6044aaf No return error when invalid datetime. mattn 2012-12-26 09:52:55 +0900
  • 7ea7c83912 use fmt.Println() mattn 2012-12-07 20:36:57 +0900
  • b758711b08 fixed last_id/changes. it seems long alignment values. mattn 2012-12-07 12:58:08 +0900
  • 430103cc9e Add support for extracting `2006-01-02 15:04:05.000` formatted datetime. Dobrosław Żybort 2012-11-29 13:26:24 +0100
  • 68952ca066 Merge pull request #28 from lye/master mattn 2012-11-04 16:06:42 -0800
  • dcd44f5118 Add support for extracting 2006-01-02 formatted timestamps. lye 2012-11-03 19:45:58 -0500
  • 76996feb52 Merge pull request #26 from cookieo9/noexample mattn 2012-10-28 23:18:26 -0700
  • e50d79429a Switched example back to mattn's repo. Carlos Castillo 2012-10-28 22:28:49 -0700
  • eed762d437 Updated to newer go support in travis-ci. It is both simpler and should test faster. Carlos Castillo 2012-10-28 22:24:18 -0700
  • e3d45986c8 Merge branch 'master' of https://github.com/mattn/go-sqlite3 Carlos Castillo 2012-10-28 22:19:43 -0700
  • 6134963aff Merge pull request #25 from cookieo9/noexample mattn 2012-10-28 17:15:24 -0700
  • df5b1dfca6 Modified example to use local version of package instead of mattn's. Carlos Castillo 2012-10-27 20:20:29 -0700
  • 58cfe6309d Modified for windows support. Carlos Castillo 2012-10-27 19:58:40 -0700
  • 629fe17ada Merge pull request #24 from jgallagher/master mattn 2012-10-15 19:49:08 -0700
  • a76fd8f336 Fix read of invalid (already freed) memory. John Gallagher 2012-10-15 20:57:32 -0400
  • b9ff6f3fd3 'is' does not work in some older sqlite3. mattn 2012-09-12 11:43:54 +0900
  • d05555a677 workaround on windows. currently, int64 does not work correctly. mattn 2012-09-12 11:43:37 +0900
  • 8d4548d72c Merge pull request #22 from cdsks/master mattn 2012-09-11 17:13:11 -0700
  • 2a36f8cd42 Replace t.Error(); return statement pairs with single t.Fatal() cds 2012-09-11 10:13:11 -0500
  • 40b65367c5 Added missing db.Close() and rows.Close() calls; fixes tests on vmhgfs filesystems. cds 2012-09-11 09:23:21 -0500
  • 54826d9585 Fix erroneous error message for sql.Open() cds 2012-09-11 08:41:45 -0500
  • 3456489fa1 gofmt + fix erroneous t.Errorf("foo:", err) statements to t.Error("foo:", err) . cds 2012-09-11 08:17:09 -0500
  • 3ae2f4307c Merge pull request #19 from leskets/master mattn 2012-08-21 09:23:37 -0700
  • a4e5e7a617 bug fix: Byte slices belong to the caller and so must be copies. Thomas Leske 2012-08-20 17:20:58 +0200
  • 8f1b649756 Merge pull request #18 from coolaj86/patch-1 mattn 2012-08-06 17:00:48 -0700
  • 080d45fdc2 MacPorts -> Homebrew AJ ONeal 2012-08-06 17:24:53 -0600
  • f7f964e7ea Merge pull request #17 from amattn/master mattn 2012-07-09 01:10:01 -0700
  • 28bd73b5c3 Readme update amattn 2012-07-08 16:45:22 -0700
  • a407c70cfd Merge pull request #15 from jander/master mattn 2012-05-27 18:14:31 -0700
  • d869678d3c Update sqlite3_test.go jander 2012-05-27 00:13:36 +0800
  • 2f4a8f3f2c Update sqlite3_test.go jander 2012-05-27 00:10:29 +0800
  • ed17eae07a fix TestBoolean jander 2012-05-27 00:09:12 +0800
  • 1bfaa5b7d2 add bool type test: TestBoolean jander 2012-05-25 23:16:03 +0800
  • 6865865265 Handle bool values with "BOOLEAN" columns. jander 2012-05-25 17:01:03 +0800
  • d9c069459a remove Makefile. mattn 2012-05-15 20:49:45 +0900
  • 78a8e6baac remove Makefile. mattn 2012-05-15 20:49:11 +0900
  • ea2c1e7a8c Merge pull request #12 from jgallagher/master mattn 2012-05-15 04:43:57 -0700
  • db2c00ccd8 Increase busy timeout to 5 seconds. John Gallagher 2012-04-07 00:24:39 -0400
  • 3abc337b8e Handle time.Time values with "timestamp" columns. John Gallagher 2012-04-07 00:17:54 -0400
  • e85c34cf5c Fix typo (Tailed -> Failed). John Gallagher 2012-04-06 22:46:11 -0400
  • 5691b2a3f4 add travis recepi. mattn 2012-03-30 00:38:29 +0900
  • 08b7452f81 update. mattn 2012-03-29 12:48:11 +0900
  • bba2094288 updated doc. mattn 2012-03-29 12:46:32 +0900
  • 224815d665 merged #11 close #11 mattn 2012-03-12 14:20:55 +0900
  • 81a88cec73 database/sql expects io.EOF after all rows have been Next'ed Sven Engelhardt 2012-03-01 17:52:03 +0100
  • fdc20cdbcb add example of Prepare()/QueryRow(). add db.Close(). close #7 mattn 2012-02-23 14:30:50 +0900
  • 8cbe65c9c3 merged bradfitz's patch. thanks. mattn 2012-02-20 16:14:49 +0900
  • 93ab2db408 Merge pull request #6 from lye/master mattn 2012-02-06 20:19:51 -0800
  • 3524ead0a5 For boolean values, marshal true to SQLite 1, not -1 lye 2012-02-06 22:59:24 +0000