mentat/src/datomish
2016-09-08 19:11:44 -07:00
..
db Extract datomish.db.debug from test code, in order to use it during development. 2016-08-30 18:22:10 -07:00
places Review comment: move assoc-if to utils. 2016-08-30 18:22:22 -07:00
query Pre: @arg -> @param to quiet cljsbuild warnings. 2016-09-08 19:04:15 -07:00
transact Serialize and de-serialize non-keyword schema values correctly. Fixes #52. 2016-09-07 17:31:30 -07:00
datom.cljc Fix cljs 2016-08-04 14:26:20 -07:00
db.cljc Serialize and de-serialize non-keyword schema values correctly. Fixes #52. 2016-09-07 17:31:30 -07:00
db_factory.cljc Serialize and de-serialize non-keyword schema values correctly. Fixes #52. 2016-09-07 17:31:30 -07:00
jdbc_sqlite.clj Configure our JDBC interface to not downcase column names in result sets. 2016-08-30 18:22:09 -07:00
js.cljs Add lein-cljsbuild and adapt datascript's release-js vehicle. 2016-07-06 16:42:37 -07:00
pair_chan.cljc Pre: Catch Throwable, not Exception. 2016-08-04 14:26:20 -07:00
query.cljc Implement :limit and :order-by-vars. Fixes #37. 2016-09-02 08:32:45 -07:00
schema.cljc Serialize and de-serialize non-keyword schema values correctly. Fixes #52. 2016-09-07 17:31:30 -07:00
schema_changes.cljc Add d/{ident,entid} for mapping between keyword idents and integer entids. 2016-08-30 18:22:09 -07:00
sqlite.cljc Correctly handle SQL errors in <?all-rows. Fixes #40. 2016-08-30 18:22:09 -07:00
sqlite_schema.cljc Serialize and de-serialize non-keyword schema values correctly. Fixes #52. 2016-09-07 17:31:30 -07:00
test_macros.cljc Pre: Use SQLite temp files in deftest-db. 2016-09-06 13:13:20 -07:00
transact.cljc Add :db.fn/retractAttribute and :db.fn/retractEntity. Fixes #46. 2016-09-06 13:13:20 -07:00
util.cljc Review comment: move assoc-if to utils. 2016-08-30 18:22:22 -07:00