| 26 |
* Removed the validate tool. |
* Removed the validate tool. |
| 27 |
|
|
| 28 |
- Implementation: |
- Implementation: |
| 29 |
* Various bug fixes |
* Various bug fixes. |
| 30 |
* More efficient hash-consing of types |
* More efficient hash-consing of types. |
| 31 |
* improved #print_type (does not use the abbreviation for the printed type) |
* improved #print_type (does not use the abbreviation for the printed type). |
| 32 |
|
|
| 33 |
- Distribution: |
- Distribution: |
| 34 |
* MIT license |
* MIT license. |
| 35 |
|
|
| 36 |
|
- CQL: |
| 37 |
|
* Rewrote the optimization (pushing projections). |
| 38 |
|
* The syntax for "where" clause is now simply an "and"-separated |
| 39 |
|
list of conditions ("or" is no longer supported). |
| 40 |
|
* Better types for "min","max","distinct_values" operators. |
| 41 |
|
|
| 42 |
0.2.2 |
0.2.2 |
| 43 |
|
|