Changelog for
ruby2.5-rubygem-mini_sql-1.5.0-1.2.x86_64.rpm :
* Fri Nov 03 2023 dan.cermakAATTposteo.net- 2023-08-16 - 1.5.0- FEATURE: add to_sql for easy conversion of builder to sql- FEATURE: improve active record compat- FEATURE: change builder to use gsub vs sub, which allows repeat clauses
* Thu Apr 28 2022 cooloAATTsuse.comupdated to version 1.4.0 see installed CHANGELOG 2022-03-07 - 1.4.0 - PERF: Optimize multiple use param in prepared postgres sql
* Tue Feb 15 2022 cooloAATTsuse.comupdated to version 1.3.0 see installed CHANGELOG 2022-02-02 - 1.3.0 - FEATURE: Add ActiveRecordPostgres connection This is almost identical to the Postgres connection, but will acquire ActiveRecord\'s connection lock for each query 2022-01-31 - 1.2.0 - Ruby 2.6 is EOL support removed - FIX: when multiple params shared a prefix inline encoder may work in unexpected ways - FEATURE: add sql_literal for injecting sql in sql builder
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 1.1.3 see installed CHANGELOG 2021-03-22 - 1.1.3 - DEV: reduce coupling of internal interfaces and allow or cleaner override of prepared connections 2021-03-22 - 1.1.2 - FEATURE: improve compatability with clients overriding raw_connection 2021-03-22 - 1.1.1 - FIX: compatability with ActiveRecord param encoder 2021-03-22 - 1.1.0 - FEATURE: added new APIs to support prepared statements
* Wed Jan 20 2021 cooloAATTsuse.comupdated to version 1.0.1 see installed CHANGELOG 2020-12-31 - 1.0.1 - FIX: revert perf fix broke param_encoder interface, we were expecting never to be called if no encoding was to happen 2020-12-30 - 1.0 - Added serialization support using MiniSql::Serializer.to_json / .from_json - Fixed minor issue with cache poisoning when using query_decorator - Version 1.0 to reflect the stability of the interfaces and project, used in productions for almost 2 years now
* Fri Sep 25 2020 cooloAATTsuse.comupdated to version 0.3 see installed CHANGELOG 2020-06-25 - 0.3 - Added support for query_each and query_each_hash, which lazily queries rows and enables selecting large result sets by streaming
* Wed May 13 2020 stasiekAATTmichalski.cc- Initial package