mentat/tx
Nick Alexander afafcd64a0 [tx] Start implementing bulk SQL insertion algorithms (#214). r=rnewman,jsantell
* Pre: Add some value conversion tests.

This is follow-up to earlier work.  Turn TypedValue::Keyword into
edn::Value::NamespacedKeyword.  Don't take a reference to
value_type_tag.

* Pre: Add repeat_values.

Requires itertools, so this commit is not stand-alone.

* Pre: Expose the first transaction ID as bootstrap::TX0.

This is handy for testing.

* Pre: Improve debug module.

* Pre: Bump rusqlite version for https://github.com/jgallagher/rusqlite/issues/211.

* Pre: Use itertools.

* Start implementing bulk SQL insertion algorithms. (#214)

This is slightly simpler re-expression of the existing Clojure
implementation.

* Post: Start generic data-driven transaction testing. (#188)

* Review comment: `use ::{SYMBOL}` instead of `use {SYMBOL}`.

* Review comment: Prefer bindings_per_statement to values_per_statement.
2017-02-08 14:04:32 -08:00
..
fixtures [tx] Start implementing bulk SQL insertion algorithms (#214). r=rnewman,jsantell 2017-02-08 14:04:32 -08:00
src Start installing SQL schema. (#171) r=rnewman 2017-01-25 16:13:56 -08:00
Cargo.toml Add tx{-parser} crates; start parsing transactions. (#164) r=rnewman 2017-01-12 16:08:29 -08:00
README.md Add tx{-parser} crates; start parsing transactions. (#164) r=rnewman 2017-01-12 16:08:29 -08:00

This sub-crate implements the core types used by the transaction processor.