File rubygem-mini_sql.changes of Package rubygem-mini_sql
-------------------------------------------------------------------
Mon Nov 4 17:03:11 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- 2024-08-21 - 1.6.0
- FEATURE: optionaly allow encoding pg arrays efficiently
- FEATURE: decoder for pgvector
-------------------------------------------------------------------
Fri Nov 3 07:42:38 UTC 2023 - Dan Čermák <dan.cermak@posteo.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 05:35:59 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated 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 07:32:09 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated 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 17:36:33 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated 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 12:55:04 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated 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 14:17:31 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated 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 19:24:43 UTC 2020 - Stasiek Michalski <stasiek@michalski.cc>
- Initial package