Skip to content

Releases: azutoolkit/cql

Release v0.0.435

08 Jul 18:28
Compare
Choose a tag to compare
Refactor performance metrics method names for clarity in CQL::Perform…

Release v0.0.432

08 Jul 14:16
Compare
Choose a tag to compare
Enhance CQL performance monitoring with interface implementation and …

Release v0.0.428

07 Jul 18:04
Compare
Choose a tag to compare
Refactor performance report generation in CQL::Performance

- Simplified the error handling in the generate_and_log_report method by removing unnecessary begin block, improving code clarity while maintaining functionality.

Release v0.0.424

06 Jul 19:06
Compare
Choose a tag to compare
Remove ID from attributes in update! method for CQL::ActiveRecord

- Updated the update! method to delete the ID from both record attributes and update attributes before processing updates, ensuring that the ID is not included in the update operation.

Release v0.0.422

06 Jul 18:59
Compare
Choose a tag to compare
Refactor update tests in CQL::ActiveRecord for improved clarity

- Adjusted test assertions for unchanged attributes to enhance readability by aligning comments.
- Removed unnecessary variable assignments in update! method tests for cleaner code structure.

Release v0.0.419

06 Jul 17:07
Compare
Choose a tag to compare
Remove cleanup code from migration_spec to streamline test execution

Release v0.0.413

05 Jul 18:29
Compare
Choose a tag to compare
Remove unnecessary newline in AppSchema definition for cleaner code.

Release v0.0.410

30 Jun 16:46
Compare
Choose a tag to compare
Fix ValidationError initialization to allow default empty errors array

- Updated the ValidationError class to initialize with a default empty array for errors, improving error handling flexibility.
- Enhanced code clarity by separating the error array declaration from the constructor.

Release v0.0.408

28 Jun 23:58
Compare
Choose a tag to compare
Refactor performance monitoring example and SQL log formatter for cla…

Release v0.0.405

28 Jun 00:45
Compare
Choose a tag to compare
Revise README and update schema for CQL

- Enhanced the README to clarify CQL's performance optimization and compile-time safety features.
- Updated the database schema to define a new BlogDB context and improved user and post structures.
- Refined example code for better clarity and type safety, including validation improvements and query examples.
- Added support for multiple database drivers and improved documentation on database connections.