Commit Graph

  • 1b9a0a1003 v1.3.1: burn stray log master v1.3.1 AJ ONeal 2019-04-04 02:13:56 -0600
  • b44e1fd5c6 v1.3.0: update for sqlite3@4.x v1.3.0 AJ ONeal 2019-04-04 02:00:13 -0600
  • e4b47e230b v1.2.1: bugfix order by (use double quotes, not single) v1.2.1 AJ ONeal 2018-09-15 14:47:23 -0600
  • 9aecaff385 bugfix order by (use double quotes, not single) AJ ONeal 2018-09-15 14:47:04 -0600
  • cfd516e24f manually merge @tigerbot's updates (operator support and a few other things) v1.2.0 AJ ONeal 2018-09-15 14:15:54 -0600
  • c59c0f5e8f default to using order by desc on created_at (if no order specified) AJ ONeal 2018-09-15 14:04:43 -0600
  • 7fcfbc4d83 update urls and package versions v1.1.1 AJ ONeal 2018-05-17 03:54:13 -0600
  • 509f11f1ee v1.1.0 v1.1.0 AJ ONeal 2018-05-17 03:38:10 -0600
  • c753630a29 initialize db only once AJ ONeal 2017-05-29 19:38:04 -0600
  • c825e7af06 allow changing id AJ ONeal 2017-03-16 20:20:19 -0400
  • 4a2dde22c8 better error msg AJ ONeal 2017-01-14 17:56:11 -0500
  • 3e2ec810f5 v1.0.3 v1.0.3 AJ ONeal 2016-08-18 12:03:39 -0600
  • e893a3c32a add indices AJ ONeal 2016-07-12 11:37:08 -0400
  • edb2588095 Merge branch 'master' of github.com:coolaj86/node-masterquest-sqlite3 AJ ONeal 2016-03-26 17:03:26 -0400
  • ce430e63c0 overwrite new indexes with previous json value AJ ONeal 2016-03-26 17:03:19 -0400
  • 2501c2fd4d fix syntax bug AJ ONeal 2016-03-23 03:38:59 +0000
  • 422be49b1a disallow accidental undefined as a find value AJ ONeal 2016-03-23 03:37:20 +0000
  • cb39b6282e fix for null AJ ONeal 2016-03-22 21:43:13 +0000
  • 8647faa5a9 fix finding null values AJ ONeal 2016-03-22 21:22:58 +0000
  • 91a59fa5ad add createdAt/updatedAt dates AJ ONeal 2016-03-16 14:20:16 -0400
  • 27bedce5ba Merge branch 'master' of github.com:coolaj86/node-masterquest-sqlite3 AJ ONeal 2016-03-03 20:22:23 -0500
  • 23c3faf439 allow shared dbsMap, always set created_at and updated_at AJ ONeal 2016-03-03 20:22:16 -0500
  • f4b676c359 note create(id, obj) AJ ONeal 2016-02-22 21:10:42 -0700
  • e726c24a83 bugfix: convert value to string AJ ONeal 2016-01-02 21:24:17 -0800
  • 1807763a6b v1.0.2 v1.0.2 AJ ONeal 2015-12-08 16:54:34 -0800
  • 3b581ef492 slice (copy) columns before popping (deleting) AJ ONeal 2015-12-09 00:57:31 +0000
  • db856e025a updated to current AJ ONeal 2015-12-01 17:51:18 -0800
  • 65fe453ac6 auto-grow indices AJ ONeal 2015-12-01 04:44:52 +0000
  • 8f0680826a update package.json AJ ONeal 2015-11-30 18:11:12 -0800
  • 9aea30a84b dual-license AJ ONeal 2015-11-30 17:42:06 -0800
  • abe33b5805 Merge branch 'master' of github.com:coolaj86/node-masterquest-sqlite3 AJ ONeal 2015-11-30 17:39:39 -0800
  • b05e767754 update README AJ ONeal 2015-11-30 17:39:22 -0800
  • e7a9ce8df8 Initial commit AJ ONeal 2015-11-30 16:15:07 -0800
  • e480e29943 overload upsert (id, data) AJ ONeal 2015-11-17 08:29:45 +0000
  • fdb142ecbf ignore some relationship fields on save AJ ONeal 2015-10-21 07:31:18 +0000
  • 69e5f9eda8 fix simpleMap(rows) for find/getAll AJ ONeal 2015-10-20 08:47:43 +0000
  • 5119cb1bf0 require explicit limit for find(null, { limit: <<int>> }) AJ ONeal 2015-10-20 08:00:12 +0000
  • da85732bbf fix modelname AJ ONeal 2015-10-20 07:32:09 +0000
  • 81a7bd3811 comment out console debugging AJ ONeal 2015-10-05 23:31:07 -0700
  • 26311eba3b generalized update sql templating for create AJ ONeal 2015-09-22 02:08:58 -0600
  • a3fabc87d2 fix find a little bit AJ ONeal 2015-09-21 20:51:08 -0600
  • 3a417440a5 add README.md AJ ONeal 2015-09-21 20:14:26 -0600
  • 75089a9f54 fix snakecasing, add order by AJ ONeal 2015-09-21 20:14:07 -0600
  • 9a25ad99a1 initial commit AJ ONeal 2015-08-27 21:33:46 -0600