0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-05-24 14:54:48 +00:00

Commit Graph

  • 8727f70038 Merge pull request #89 from hattya/blob mattn 2013-10-24 16:59:21 -07:00
  • ef9b514cad sqlite3_column_blob() returns NULL for zero-length BLOB Akinori Hattori 2013-10-24 22:25:07 +09:00
  • 4970c4bff6 Use sqlite3_close_v2() Akinori Hattori 2013-10-24 22:21:37 +09:00
  • 2a2faeaf38 Include errno.h when build on cygwin. Closes #87 mattn 2013-10-02 12:50:50 +09:00
  • 87dbce4730 Merge pull request #86 from porjo/patch-1 mattn 2013-09-29 04:52:51 -07:00
  • e8799fe79a Update README.mkd Porjo 2013-09-28 19:55:26 +01:00
  • 91c1a17d61 Merge pull request #85 from timob/master mattn 2013-09-18 01:15:14 -07:00
  • a2f69308b3 Add benchmark tests. As used by other database/sql drivers. Tim O'Brien 2013-09-18 19:56:03 +12:00
  • d0ce1a1784 Merge pull request #83 from dajohi/master mattn 2013-09-12 18:00:34 -07:00
  • 5b74e9ce72 add new test for WAL journal_mode David Hill 2013-09-12 11:38:11 -04:00
  • 1ca536cf83 Disable Execer/Queryer until database/sql/driver implement QueryRow: #82 mattn 2013-09-12 10:46:35 +09:00
  • 1c16dbe609 rename mattn 2013-09-12 09:40:57 +09:00
  • 7dadd98d75 Execer/Queryer should use transaction mattn 2013-09-12 09:11:01 +09:00
  • d8f315ab83 Fixes test mattn 2013-09-09 13:45:51 +09:00
  • f595dd9955 Fixes Queryer mattn 2013-09-09 13:44:24 +09:00
  • 77ebf39cf9 Fixes Execer/Queryer mattn 2013-09-09 12:28:34 +09:00
  • fc9f8cab24 Fixes test mattn 2013-09-09 11:27:04 +09:00
  • 9150577da1 Close rows if not nil mattn 2013-09-09 11:26:55 +09:00
  • 21c1469999 Must not close statement mattn 2013-09-09 11:14:26 +09:00
  • 3f20cb1697 Implements Queryer mattn 2013-09-09 10:56:45 +09:00
  • 132e6e9898 Remove debug message mattn 2013-09-09 10:51:54 +09:00
  • d4673cd31c Implements Execer mattn 2013-09-09 10:44:44 +09:00
  • 73ea0ad09f Remove old information mattn 2013-09-03 21:48:14 +09:00
  • 77c9648f4a Fixes test mattn 2013-09-03 19:40:18 +09:00
  • 6176b90b70 Add tests mattn 2013-09-03 19:36:33 +09:00
  • 8b2ef7351f Remove -v mattn 2013-09-02 09:44:13 +09:00
  • e6e7dc1202 CFLAGS mattn 2013-08-30 22:43:00 +09:00
  • 2d6a60e2f5 Start work on introducing machine-readable error codes. Jochen Voss 2013-06-20 21:52:38 +01:00
  • 75ef7d6c67 Add Makefile mattn 2013-08-30 22:28:02 +09:00
  • c1e6c9a1bc Merge pull request #75 from dajohi/master mattn 2013-08-28 19:17:43 -07:00
  • 8897c6d5ef unbreak build on non-linux David Hill 2013-08-28 22:06:36 -04:00
  • 1450ef9d4d coverage badge mattn 2013-08-29 10:07:31 +09:00
  • c4dc66cdcd Use tip on travis mattn 2013-08-29 10:03:00 +09:00
  • 501b1ea772 mv mattn 2013-08-28 14:50:02 +09:00
  • 691a8a9de3 Use sqlite3.c in all platforms mattn 2013-08-28 14:46:33 +09:00
  • a3e3a8e981 Merge pull request #73 from cookieo9/extlist mattn 2013-08-25 08:53:29 -07:00
  • 0dd71564e2 Changed extension support to load from a string list of extensions Carlos Castillo 2013-08-24 20:36:35 -07:00
  • 976f43861f Added error return to ConnectHook and fixed extension example Carlos Castillo 2013-08-24 20:04:51 -07:00
  • 248e51c050 Rename because travis bringup error mattn 2013-08-23 14:29:04 +09:00
  • ac279b69bf Fixes typo mattn 2013-08-23 14:26:33 +09:00
  • 3abc26b4ef Add AutoCommit mattn 2013-08-23 14:11:15 +09:00
  • e6850435ff Possible to register custom driver mattn 2013-08-23 13:58:54 +09:00
  • e6690f40af Add example for sqlite3 extension mattn 2013-08-23 09:59:23 +09:00
  • 3420c2b872 Add example for sqlite3_with_extensions mattn 2013-08-23 09:58:27 +09:00
  • 6671b69503 mv mattn 2013-08-23 09:58:17 +09:00
  • f6dadd82d8 Add new driver name 'sqlite3_with_extensions' mattn 2013-08-23 09:57:22 +09:00
  • 34a33cffaa Rervert ff8e6729ce mattn 2013-08-14 12:07:06 +09:00
  • 11ed382de3 Rename, build c file only for windows mattn 2013-08-13 22:29:54 +09:00
  • c7bece2a70 Fixes package name mattn 2013-08-13 22:10:30 +09:00
  • ff8e6729ce Start work on introducing machine-readable error codes. Jochen Voss 2013-06-20 21:52:38 +01:00
  • ad95f5fd3d Upgrade amalgramation code mattn 2013-08-13 21:44:05 +09:00
  • c1b0b47cb9 Merge pull request #67 from dajohi/master mattn 2013-08-04 16:53:48 -07:00
  • ecc4ab4956 call sqlite3_column_blob() before sqlite3_column_bytes() David Hill 2013-08-02 00:41:09 -04:00
  • dc751dd5f6 Merge pull request #64 from wei2912/patch-2 mattn 2013-06-18 05:04:07 -07:00
  • 82c791ba4f Fix a few grammatical errors. wei2912 2013-06-18 19:40:15 +08:00
  • f7461000f1 Merge pull request #63 from wei2912/patch-1 mattn 2013-06-18 03:41:30 -07:00
  • 2922c3445a Fix multiple commands wei2912 2013-06-18 17:54:06 +08:00
  • 2a1d73ac46 Add goveralls for travis mattn 2013-06-11 20:08:24 +09:00
  • 16484897e9 Add travis badge mattn 2013-05-11 22:01:06 +09:00
  • 6899118eff Merge pull request #57 from gconnell/tempfile mattn 2013-05-11 05:53:27 -07:00
  • f1d58ee64a go fmt mattn 2013-05-11 21:45:48 +09:00
  • 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 +09:00
  • 9c24784fe1 Use file in os.TempDir() for tests. Graeme Connell 2013-05-09 11:37:39 -06:00
  • 0f6f374d27 Treat int as 64bit mattn 2013-04-09 15:18:47 +09:00
  • d9f6dadfbf Add int32 type, close #55 mattn 2013-04-08 17:38:30 +09:00
  • bbd33c0ffc Fix #54 mattn 2013-04-06 23:06:48 +09:00
  • 869fc7ec30 Fix typo mattn 2013-03-15 23:01:23 +09:00
  • 9e8f850ab4 Add FAQ about PKG_CONFIG_PATH mattn 2013-03-15 22:59:50 +09:00
  • 919cf4144a Update README.mkd mattn 2013-02-13 18:38:12 +09:00
  • 716b2f5636 Updated doc. Added link to #27 #39 mattn 2013-02-13 18:27:35 +09:00
  • bfae0c6cef Fixed #37 mattn 2013-02-13 10:32:40 +09:00
  • 9b745ee433 Some older version of sqlite3 does not have SQLITE_OPEN_URI. mattn 2013-02-03 23:25:30 +09:00
  • 6e13c4512d Add comments. mattn 2013-01-31 16:48:30 +09:00
  • ae4b60773a add flag SQLITE_OPEN_URI to open. closes #38 mattn 2013-01-29 09:16:39 +09:00
  • b8adf7d8c1 Merge pull request #36 from mstetson/timestamp-fixes mattn 2013-01-03 16:35:11 -08:00
  • b1a352785e Merge branch 'master' into timestamp-fixes Micah Stetson 2013-01-02 13:23:51 -08:00
  • 8706f7baf0 Merge pull request #35 from mstetson/master mattn 2012-12-29 23:19:31 -08:00
  • 44496728c2 Support more of the timestamp formats undestood by SQLite Micah Stetson 2012-12-29 16:51:15 -08:00
  • ce139f706b Support time values with nanosecond precision Micah Stetson 2012-12-29 16:36:29 -08:00
  • f65db67ea3 Refactor timestamp tests Micah Stetson 2012-12-29 16:24:53 -08:00
  • f6d10a2a58 Convert times to UTC before storage Micah Stetson 2012-12-29 14:47:17 -08:00
  • 58c4612c1e Fix #33 and #34 Micah Stetson 2012-12-29 14:20:27 -08:00
  • f86c8f208d check destination type whether it's *time.Time or not. mattn 2012-12-26 10:01:39 +09:00
  • 65fd601635 add example code using bulk insert. mattn 2012-12-26 09:53:22 +09:00
  • acf6044aaf No return error when invalid datetime. mattn 2012-12-26 09:52:55 +09:00
  • 7ea7c83912 use fmt.Println() mattn 2012-12-07 20:36:57 +09:00
  • b758711b08 fixed last_id/changes. it seems long alignment values. mattn 2012-12-07 12:58:08 +09:00
  • 430103cc9e Add support for extracting 2006-01-02 15:04:05.000 formatted datetime. Dobrosław Żybort 2012-11-29 13:26:24 +01:00
  • 68952ca066 Merge pull request #28 from lye/master mattn 2012-11-04 16:06:42 -08:00
  • dcd44f5118 Add support for extracting 2006-01-02 formatted timestamps. lye 2012-11-03 19:45:58 -05:00
  • 76996feb52 Merge pull request #26 from cookieo9/noexample mattn 2012-10-28 23:18:26 -07:00
  • e50d79429a Switched example back to mattn's repo. Carlos Castillo 2012-10-28 22:28:49 -07:00
  • 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 -07:00
  • e3d45986c8 Merge branch 'master' of https://github.com/mattn/go-sqlite3 Carlos Castillo 2012-10-28 22:19:43 -07:00
  • 6134963aff Merge pull request #25 from cookieo9/noexample mattn 2012-10-28 17:15:24 -07:00
  • df5b1dfca6 Modified example to use local version of package instead of mattn's. Carlos Castillo 2012-10-27 20:20:29 -07:00
  • 58cfe6309d Modified for windows support. Carlos Castillo 2012-10-27 19:58:40 -07:00
  • 629fe17ada Merge pull request #24 from jgallagher/master mattn 2012-10-15 19:49:08 -07:00
  • a76fd8f336 Fix read of invalid (already freed) memory. John Gallagher 2012-10-15 20:57:32 -04:00
  • b9ff6f3fd3 'is' does not work in some older sqlite3. mattn 2012-09-12 11:43:54 +09:00