277fc748e3
Combine AND(Fixed, SQL) into a single IN clause, reducing roundtrips. Add a test and benchmark.
2015-11-12 15:14:48 -05:00
b754810c6e
Remove old iterator code, leaving a simple all-iterator for the sql backend
2015-08-12 16:03:25 -04:00
425292811b
First reasonably fast integration test
2015-08-12 16:03:25 -04:00
7153a766c1
Add new builder iterators, v2
...
Subcommits:
link iterator next/contains
implement sql_node_iterator next/buildsql
fix optimizers
2015-08-12 16:03:25 -04:00
185e236f15
attempt to build more interesting SQL queries
...
Subcommits:
fix old iterator, and flesh out new builder iterator
fix contains for builder iterator
Working replacement iterator
2015-08-12 16:03:25 -04:00
kortschak
a8b3a04eda
internal: move {config,db,http} into internal
2015-08-11 10:01:11 +09:30
Andrew Dunham
357478d1d1
Don't create a util package - move the functionality to 'internal'
2015-04-29 13:26:44 -07:00
Andrew Dunham
e9e768ce36
Refactor location of code
...
1. The 'cayley' command now lives under cmd/
2. Integration tests live under integration/
3. Some utility functions used in both the integration tests and the
'cayley' command were split to their own 'util' package.
2015-04-29 12:45:58 -07:00