Richard Newman
e898df8842
Implement basic query limits. ( #361 ) r=nalexander
2017-03-08 17:41:42 -08:00
Richard Newman
70b112801c
Implement projection and querying. ( #353 ) r=nalexander
...
* Add a failing test for EDN parsing '…'.
* Expose a SQLValueType trait to get value_type_tag values out of a ValueType.
* Add accessors to FindSpec.
* Implement querying.
* Implement rudimentary projection.
* Export mentat_db::new_connection.
* Export symbols from mentat.
* Add rudimentary end-to-end query tests.
2017-03-06 14:40:10 -08:00
Richard Newman
91c75f26c8
Expand query algebrizer. r=nalexander
2017-02-23 18:39:49 -08:00
Joe Walker
60b2e6f885
Improve Debug output for ConjoiningClauses; r=rnewman
...
Fixes #317 , and also removes the '::' exploration of rust style
2017-02-23 14:05:56 +00:00
Richard Newman
a10f68fdb7
Mark every project as being part of the workspace. r=nalexander
...
This allows `cargo test --all` to work.
2017-02-20 11:04:08 -08:00
Richard Newman
a9cd9b1e87
Export symbols and string helpers from mentat_query_algebrizer.
2017-02-17 17:54:07 -08:00
Jordan Santell
a59f9583ac
Store Idents as NamespacedKeywords, rather than Strings. Fixes #291 . ( #300 )
...
r=ncalexander
2017-02-17 13:55:36 -08:00
Richard Newman
5af7082165
Partly flesh out query algebrizer. ( #243 ) r=nalexander
2017-02-15 16:10:59 -08:00
Richard Newman
42f03f55a2
Stub out query algebrizer.
2017-02-15 16:01:22 -08:00