Releases: azutoolkit/cql
Releases · azutoolkit/cql
Release v0.0.435
Refactor performance metrics method names for clarity in CQL::Perform…
Release v0.0.432
Enhance CQL performance monitoring with interface implementation and …
Release v0.0.428
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
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
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
Remove cleanup code from migration_spec to streamline test execution
Release v0.0.413
Remove unnecessary newline in AppSchema definition for cleaner code.
Release v0.0.410
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
Refactor performance monitoring example and SQL log formatter for cla…
Release v0.0.405
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.