mentat/test/datomish
Nick Alexander b29e5caec0 Implement parts: Make the DB allocate and persist entity IDs.
This implementation is inefficient because each allocated temporary ID
touches the database, but it's enough to allow to re-open DBs.
2016-08-30 18:22:09 -07:00
..
test Use correct view for fulltext+non-fulltext. 2016-08-05 16:29:21 -07:00
api.cljc Add d/q; make query minimally schema aware. 2016-08-30 18:22:09 -07:00
db_test.cljc Implement parts: Make the DB allocate and persist entity IDs. 2016-08-30 18:22:09 -07:00
jdbc_sqlite_test.clj Part 1: Fix testing errors. 2016-07-13 18:19:22 -07:00
promise_sqlite_test.cljs Part 1: Fix testing errors. 2016-07-13 18:19:22 -07:00
query_test.cljc Implement parts: Make the DB allocate and persist entity IDs. 2016-08-30 18:22:09 -07:00
schema_changes_test.cljc Bootstrap DB schema; persist and restore schema from materialized views. 2016-08-04 14:26:20 -07:00
sqlite_user_version_test.cljc Implement negation, predicates, external scalar bindings, <?q. r=nalexander 2016-07-25 17:08:00 -07:00
test.cljs Implement parts: Make the DB allocate and persist entity IDs. 2016-08-30 18:22:09 -07:00
test_macros_test.clj Add an async and async testing framework. 2016-07-12 13:56:26 -07:00
test_macros_test.cljs Part 1: Fix testing errors. 2016-07-13 18:19:22 -07:00