perkeep/pkg/sorted
mpl df7952b9ba mysql: create database now distinct from create tables
Because we do not want the database name to be optional with a
placeholder (/*DB*/) in the statement that creates the database, since
it is not actually optional there - as opposed to when creating tables.

Change-Id: I05351d76d95071492d763758a11454f219524510
2014-08-08 20:06:02 +02:00
..
buffer pkg/sorted/buffer: flesh out, add test 2014-07-15 08:24:54 +10:00
kvfile pkg/sorted: remove API for each distinct implementation 2014-04-08 01:37:08 +02:00
kvtest sorted: more tests 2013-12-23 15:35:05 +01:00
mongo docker tests: remove container when done 2014-04-09 23:26:14 +02:00
mysql mysql: create database now distinct from create tables 2014-08-08 20:06:02 +02:00
postgres docker tests: remove container when done 2014-04-09 23:26:14 +02:00
sqlite sqlite: skip test instead of failing when not compiled in 2014-08-02 10:45:49 -07:00
sqlkv sqlkv: remove one of the sql expansion funcs. make batch use KeyValue's 2014-08-06 17:23:43 -07:00
kv.go sorted: better errors when a constructor fails 2013-12-16 20:27:41 -08:00
mem.go index: move mongo implementation to sorted 2013-12-13 00:25:40 +01:00
mem_test.go Change sorted.KeyValue.Find to take an optional end bound; add tests. 2013-12-07 08:43:18 -08:00