Releases: azutoolkit/cql
Releases · azutoolkit/cql
Release v0.0.136
updates
Release v0.0.134
update docs
Release v0.0.132
update docs
Release v0.0.130
Docs update
Release v0.0.128
Update docs
Release v0.0.126
Merge pull request #4 from snacks02/pascal Change type names to PascalCase
Release v0.0.121
Merge pull request #5 from snacks02/ameba Add Ameba for linting
Release v0.0.108
Formatting
Release v0.0.101
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
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.