1
0
Fork 0

Commit Graph

  • 208cf9a88a Use 'defer' to rollback transactions Philip O'Toole 2014-08-27 23:50:56 -0700
  • 6bd23ee6f6 Lock sqlite database during changes Philip O'Toole 2014-08-27 23:35:57 -0700
  • 97acd92f9f More diagnostic output Philip O'Toole 2014-08-27 23:17:48 -0700
  • 787e788803 Revert "Instantiate database object at top-level" Philip O'Toole 2014-08-27 23:09:36 -0700
  • 007f5e41ec Add basic diagnostics endpoint Philip O'Toole 2014-08-27 23:04:02 -0700
  • 62ed4ef3ed Ignore go-metrics Philip O'Toole 2014-08-27 22:56:19 -0700
  • edf5ecbeac Add interfaces directory Philip O'Toole 2014-08-27 22:55:55 -0700
  • 4620018c62 Count joins via metrics Philip O'Toole 2014-08-27 22:55:35 -0700
  • 0246fbbefb Basic sever statistics support Philip O'Toole 2014-08-27 22:41:57 -0700
  • d09cb18838 Use correct error for internal failure Philip O'Toole 2014-08-27 21:46:24 -0700
  • 01dab376b0 Instantiate database object at top-level Philip O'Toole 2014-08-27 21:33:13 -0700
  • 79e14c2be1 WriteCommand -> ExecuteCommand Philip O'Toole 2014-08-27 21:15:18 -0700
  • b126cb37a8 Remove RowScanQuery Philip O'Toole 2014-08-27 21:07:41 -0700
  • 1e2cb4cd3e No need for QueryError Philip O'Toole 2014-08-27 21:04:02 -0700
  • dde69bfe5e Richer JSON response for queries Philip O'Toole 2014-08-27 20:53:03 -0700
  • 06ccc6637e Tighten up server's use of WriteCommand Philip O'Toole 2014-08-27 20:27:16 -0700
  • 2a43c5b531 Remove unit test of WriteCommand Philip O'Toole 2014-08-27 19:58:12 -0700
  • 4f410113e4 Add metrics data to Execute response Philip O'Toole 2014-08-27 17:33:24 -0700
  • 11cd12b59a Add unit test for command package Philip O'Toole 2014-08-26 19:18:57 -0700
  • 69acdb2c98 Use a more general interface with WriteCommand Philip O'Toole 2014-08-26 19:18:33 -0700
  • eb08e1883b Tighten unit test Philip O'Toole 2014-08-26 01:32:22 -0700
  • 3bf4764fdc Ignore src/gopkg.in/ Philip O'Toole 2014-08-26 01:29:33 -0700
  • 1430ff8b79 Support both New and Open database calls Philip O'Toole 2014-08-26 01:29:01 -0700
  • be8f2aa861 Don't remove an existing database Philip O'Toole 2014-08-26 01:25:11 -0700
  • 37a009132e Test a constraint violation within transaction Philip O'Toole 2014-08-26 01:06:31 -0700
  • cc0db006e8 Simple transaction testing Philip O'Toole 2014-08-26 01:01:56 -0700
  • c1587b0fef Better db unit test names Philip O'Toole 2014-08-26 01:01:43 -0700
  • c1a6c24788 Test simple failing statements Philip O'Toole 2014-08-26 00:54:14 -0700
  • 94599412c6 More simple db insertion unit tests Philip O'Toole 2014-08-26 00:42:47 -0700
  • a639d24488 Add first unit tests Philip O'Toole 2014-08-26 00:33:41 -0700
  • 871e299a54 Support closing the database Philip O'Toole 2014-08-26 00:33:28 -0700
  • 1ad500ad8c log4go TRACE less severe than DEBUG Philip O'Toole 2014-08-25 23:45:12 -0700
  • a816cfb748 More logging tweaks Philip O'Toole 2014-08-25 23:36:19 -0700
  • c9396f5574 More debug-level logging Philip O'Toole 2014-08-25 23:20:10 -0700
  • b1520ac403 Trace queries returned Philip O'Toole 2014-08-25 22:55:45 -0700
  • 889a5560c4 Don't dump all statments in DEBUG mode Philip O'Toole 2014-08-25 22:53:58 -0700
  • dc3f5fc454 Check if last stamement is empty Philip O'Toole 2014-08-25 22:51:13 -0700
  • 59461ece41 Allow log-level control at command-line Philip O'Toole 2014-08-25 22:46:45 -0700
  • fe32944113 Start using l4g, and fix a buggy log message Philip O'Toole 2014-08-25 21:57:09 -0700
  • 1ce29c3df4 Hook transaction set support into web handlers Philip O'Toole 2014-08-25 09:39:53 -0700
  • 6d190ecd6f Initial support for transactions Philip O'Toole 2014-08-25 09:23:42 -0700
  • b825a3dc34 Factor out detection of URL query params Philip O'Toole 2014-08-25 08:53:18 -0700
  • 054880466d Ignore more packages Philip O'Toole 2014-08-25 08:38:14 -0700
  • f497df2083 Support pretty-printed query results Philip O'Toole 2014-08-23 23:28:18 -0700
  • 8d52dbc8b3 Add support for pprof profiling Philip O'Toole 2014-08-23 23:23:02 -0700
  • 5e6be92cd0 Allow database filename to be set Philip O'Toole 2014-08-23 22:25:50 -0700
  • 3f9fc51693 Tighten up logging and error reporting Philip O'Toole 2014-08-23 15:56:56 -0700
  • 325291d092 All queries successfully returned as JSON Philip O'Toole 2014-08-23 15:27:15 -0700
  • 85f1612df4 Ignore more files Philip O'Toole 2014-08-23 14:34:04 -0700
  • 09d32f4cac Basic query working Philip O'Toole 2014-08-23 14:32:58 -0700
  • 2f62ef8e22 CREATE TABLE works Philip O'Toole 2014-08-23 01:17:35 -0700
  • 74376a495d Ignore rqlite binary Philip O'Toole 2014-08-23 01:06:30 -0700
  • 3f512ac373 Actually retrieve WriteCommands in HTTP request Philip O'Toole 2014-08-23 01:04:56 -0700
  • ed4a7950e4 Hook in basic sqlite support Philip O'Toole 2014-08-22 22:28:33 -0700
  • 3d81f386ac Create README.md Philip O'Toole 2014-08-22 21:33:02 -0700
  • 94b4632427 Initial commit Philip O'Toole 2014-08-22 21:31:18 -0700