Skip to content

Releases: azutoolkit/cql

Release v0.0.136

24 Sep 03:13
Compare
Choose a tag to compare

Release v0.0.134

24 Sep 03:11
Compare
Choose a tag to compare
update docs

Release v0.0.132

24 Sep 03:00
Compare
Choose a tag to compare
update docs

Release v0.0.130

24 Sep 02:41
Compare
Choose a tag to compare
Docs update

Release v0.0.128

24 Sep 02:36
Compare
Choose a tag to compare
Update docs

Release v0.0.126

23 Sep 12:57
1ba4af2
Compare
Choose a tag to compare
Merge pull request #4 from snacks02/pascal

Change type names to PascalCase

Release v0.0.121

23 Sep 12:09
4402d11
Compare
Choose a tag to compare
Merge pull request #5 from snacks02/ameba

Add Ameba for linting

Release v0.0.108

22 Sep 18:27
Compare
Choose a tag to compare
Formatting

Release v0.0.101

20 Sep 17:02
Compare
Choose a tag to compare
Improve code consistency in FilterBuilder and query module

Reformatted hash declaration in FilterBuilder to improve readability
and fixed inconsistent spacing in build_aggr_expression method for
better code alignment and legibility.

No functional changes introduced.

Release v0.0.98

14 Sep 12:51
Compare
Choose a tag to compare
Support JSON::Any type in database operations

- Updated `json` method in `src/table.cr` to use `JSON::Any` type for columns.
- Modified `src/insert.cr` and `src/update.cr` to handle `JSON::Any` type correctly during insert and update operations.
- Added `JSON::Any` to the list of supported types in `src/cql.cr`.
- Enhanced test in `spec/adapters/postgres_schema_spec.cr` to validate JSON::Any handling in insert and update operations.