Sha256: 75baccf32e4b38ce298b53edc0eaf389f38ffe9d31b9a57a46b13d148be2fa7b

Contents?: true

Size: 599 Bytes

Versions: 1

Compression:

Stored size: 599 Bytes

Contents

* Rename `#_q` to `#_l` (for literal)
* Add `#_i` method for creating identifier

0.5 2019-01-25
--------------

* Implement query combination: `union`, `intersect`, `except`
* Implement `#not_in` method
* Implement case expression (using `#cond`)
* Implement not in expression
* Implement in operator
* Implement cast operator (using either `#cast` or `#^`)

0.4 2019-01-21
--------------

* Implement query mutation
* Can now use `!` as `not` operator
* Clauses as real expressions
* Implement context injection
* Refactor and simplify code

0.1 2019-01-16
--------------

* First working version

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eno-0.5 CHANGELOG.md