Commit Graph

  • dc751dd5f6 Merge pull request #64 from wei2912/patch-2 mattn 2013-06-18 05:04:07 -0700
  • d0cece3f57 Merge 82c791ba4f into f7461000f1 wei2912 2013-06-18 04:41:01 -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
  • 2cce5eb663 Merge 2922c3445a into 2a1d73ac46 wei2912 2013-06-18 02:54: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
  • d5b960cadc Merge 9c24784fe1 into f1d58ee64a Graeme Connell 2013-05-11 05:52:28 -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
  • 0b76ace731 Merge 0505c52d3c into d9f6dadfbf Jesse van den Kieboom 2013-04-08 23:18:24 -0700
  • 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
  • 0505c52d3c Use sqlite amalgamation source on all platforms Jesse van den Kieboom 2013-03-23 11:30:43 +0100
  • 8b41faaec9 Merge b3c44b6181 into 869fc7ec30 Jesse van den Kieboom 2013-03-23 04:04:31 -0700
  • b3c44b6181 Fix linking against dl Jesse van den Kieboom 2013-03-23 12:04:25 +0100
  • 4892e42f7d Use single file for cgo directives Jesse van den Kieboom 2013-03-23 12:02:18 +0100
  • 7b2b45f066 Added link flags for dl Jesse van den Kieboom 2013-03-23 11:46:06 +0100
  • 51dff2333e Use sqlite amalgamation source on all platforms Jesse van den Kieboom 2013-03-23 11:30:43 +0100
  • 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
  • 58d04c8ff7 Merge b1a352785e into 8706f7baf0 mstetson 2013-01-02 13:36:05 -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
  • a7beccff9b Merge f6d10a2a58 into f86c8f208d mstetson 2012-12-29 14:46:46 -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
  • e4d2a0f1b5 Merge 430103cc9e into 68952ca066 Dobrosław Żybort 2012-11-29 04:28:02 -0800
  • 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
  • 7807286f99 Merge dcd44f5118 into 76996feb52 lye 2012-11-03 17:56:05 -0700
  • 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
  • 75280956f3 Merge e50d79429a into 6134963aff Carlos Castillo 2012-10-28 22:36:59 -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
  • 702eb7cd24 Merge 58cfe6309d into 629fe17ada Carlos Castillo 2012-10-27 20:33:41 -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
  • 12ec83bc97 Merge a76fd8f336 into b9ff6f3fd3 John Gallagher 2012-10-15 18:00:13 -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
  • 4a41051379 Merge 2a36f8cd42 into 3ae2f4307c cdsks 2012-09-11 11:20:56 -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
  • 7f11d2e2d0 Merge a4e5e7a617 into 8f1b649756 leskets 2012-08-20 08:26:49 -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
  • 8a360bf0da Merge 080d45fdc2 into f7f964e7ea AJ ONeal 2012-08-06 16:24:59 -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
  • e2c73a5bdd Merge 28bd73b5c3 into a407c70cfd GitHub Merge Button 2012-07-08 16:49:33 -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
  • c8ea18a3c6 Merge d869678d3c into d9c069459a GitHub Merge Button 2012-05-26 09:13:38 -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
  • a7df2bb70e Merge db2c00ccd8 into 5691b2a3f4 GitHub Merge Button 2012-04-06 21:42:16 -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
  • d0c69d73e9 Merge 1e1ebeb76a into 81a88cec73 GitHub Merge Button 2012-03-01 21:53:39 -0800
  • 81a88cec73 database/sql expects io.EOF after all rows have been Next'ed Sven Engelhardt 2012-03-01 17:52:03 +0100