File rubygem-search_cop.changes of Package rubygem-search_cop
------------------------------------------------------------------- Fri Jun 21 10:44:13 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - Version 1.4.0: * Add support for the trilogy mysql connection adapter Version 1.3.0: * Support json fields for postgres, mysql and sqlite * Support jsonb and hstore fields for postgres * Add support for timestamptz for postgres ------------------------------------------------------------------- Thu Aug 4 13:28:50 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 1.2.3 see installed CHANGELOG.md Version 1.2.3: * Fix table name for namespaced and inherited models #70 #67 Version 1.2.2: * Fix table name for namespaced models #70 Version 1.2.1: * Fix use of `table_name` to work with inherited models * Fix linter, add ruby 3 and rails 7 to ci pipeline ------------------------------------------------------------------- Thu Jun 24 17:58:25 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 1.2.0 see installed CHANGELOG.md * Added support for disabling the right wildcard * Fixed escaping of wildcard chars (`_`, `%`) Version 1.1.0: ------------------------------------------------------------------- Mon Feb 10 15:46:29 UTC 2020 - Stephan Kulow <coolo@suse.com> - updated to version 1.1.0 see installed CHANGELOG.md Version 1.2.0: * Adds customizable default operator to concatenate conditions (#49) * Make the postgis adapter use the postgres extensions Version 1.0.9: * Use [:blank:] instead of \s for space (#46) * Updated SearchCop::Visitors::Visitor to check the connection's adapter_name when extending. (#47) * Fix for negative numeric values * allow searching for relative dates, like hours, days, weeks, months or years ago ------------------------------------------------------------------- Thu Aug 3 19:40:32 UTC 2017 - coolo@suse.com - updated to version 1.0.9 see installed CHANGELOG.md ------------------------------------------------------------------- Fri Mar 24 05:36:04 UTC 2017 - coolo@suse.com - updated to version 1.0.8 see installed CHANGELOG.md Version 1.0.8: * No longer add search scope methods globally #34 Version 1.0.7: * Bugfix regarding NOT queries in fulltext mode #32 * Safely handle NULL values for match queries * Added coalesce option ------------------------------------------------------------------- Thu Feb 23 05:45:13 UTC 2017 - coolo@suse.com - updated to version 1.0.7 see installed CHANGELOG.md Version 1.0.6: * Fixes a bug regarding date overflows in PostgreSQL ------------------------------------------------------------------- Tue May 26 14:24:15 UTC 2015 - jmassaguerpla@suse.com - initial commit