Changelog for
ruby2.2-rubygem-postgres_ext-doc-3.0.0-1.2.x86_64.rpm :
Sat Feb 20 13:00:00 2016 cooloAATTsuse.com
- updated to version 3.0.0
see installed CHANGELOG.md
[#]# 3.0.0
* Fixes merging queries with CTE - chitux
Sat Feb 7 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.4.1
* Fixes error when creating a join between STI related models - edpaget
[#]# 2.4.0
* Fixes missing CTEProxy delegate - eidge
* Fixes where chain on joins - edpaget
* ActiveRecord 4.2 support added - edpaget
[#]# 2.3.0
* Fixes an issue with `where(table: { column: [] })` was not properly
converting the where clause to an equality instead of an `IN`
predicate (#111) - Dan McClain
* Adds support for Rails 4.1 - Dan McClain
* Adds support for hstore columns when using `contains` (#120) - Dan McClain
* Quotes CTE names (#130) - Dan McClain
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Sun Feb 23 13:00:00 2014 cooloAATTsuse.com
- updated to version 2.2.0
* Adds Arel predications for `ANY` and `ALL` - Dan McClain
* Fixes errors with has\\_and\\_belongs\\_to\\_many associations - Jacob Swanner
* Adds with.recursive for recursive CTEs - Cody Cutrer
* Relation.with now accepts Arel::SelectMangers - Dan McClain
Thu Oct 31 13:00:00 2013 cooloAATTsuse.com
- updated to version 2.1.3, updated arel dep
Fri Sep 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.1.2
Sat Sep 7 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.1.1
Mon Aug 26 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.0.0
Wed Jul 31 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.4.0
* Adds support for (limited) support for PostgreSQL ranges - Dan McClain
[#]# 0.3.1
* Fixes issue with array -> string code - Dan McClain
* Adds support for ISN types - Ezekiel Templin
* Fix for Squeel compatibility - Alexander Borovsky
[#]# 0.3.0
* Adds support to create indexes concurrently - Dan McClain
* Changes using syntax, updates specs - Dan McClain
* Empty strings are converted to nil by string_to_cidr_address - Dan McClain
* Replaced .symbolize with .to_sym in arel nodes. - OMCnet Development Team
* Removes array_contains in favor of a column aware contains - Dan McClain
* Renames Arel array_overlap to overlap - Dan McClain
* Merge pull request #67 from jagregory/array_contains Array contains operator support - Dan McClain
* Update querying doc to include array_contains - James Gregory
* Array contains operator ( AATT> ) support - James Gregory
* how to use SQL to convert string-delimited arrays in docs - Turadg Aleahmad
* Check if connection responds to #support_extensions? before invoking it - Dirk von GrĂ¼nigen
Thu Mar 14 13:00:00 2013 mrueckertAATTsuse.de
- update to 0.2.2
* Fixes issue with visit_Array monkey patch
- Dan McClain (AATTdanmcclain)
* Fixes issue with citext change column calls
- Dan McClain (AATTdanmcclain)
* Introduces extensions to `ActiveRecord::Relation.where` to
simplify Array and INET/CIDR queries - Dan McClain (AATTdanmcclain)
* Fixes `where(:array => [1,2])` to use equailty instead of IN
clauses - Dan McClain (AATTdanmcclain)
* Adds Arel predicates for more network comparisons
- Patrick Muldoon (AATTdoon)
* Adds support for citext in migrations/schema.rb
- Jonathan Younger (AATTdaikini)
* Fixes text character encoding for text columns
- Andy Monat (AATTamonat)
* Cleans up alias_method_chains for better interoperability
- Raido Paaslepp (AATTlegendetm)
* Doc updates - Dan McClain, Caleb Woods (AATTdanmcclain AATTcalebwoods)
Sun Dec 30 13:00:00 2012 cooloAATTsuse.com
- updated to version 0.1.0
* Performs PostgreSQL version check before attempting to dumpe
extensions - Dan McClain (AATTdanmcclain)
* Fixes issues with schema dumper when indexes have no
index_opclass - Mario Visic (AATTmariovisic)
* Fixes parsing of number arrays when they are set from a string
array - Alexey Noskov (AATTalno)
* Cleans up spec organization - Dan McClain (AATTdanmcclain)
* Adds support for index operator classes (:index_opclass) in
migrations and schema dumps - & Dan McClain (AATTdanmcclain)
* Fixes Arel Nodes created by postgres_ext
- Dan McClain (AATTdanmcclain)
* Add support to schema.rb to export and import extensions
- Keenan Brock (AATTkbrock)
* Handles PostgreSQL strings when passed in as defaults by
fixing the quote method
* Documentation updates. - Dan McClain & Doug Yun
(AATTdanmcclain AATTduggieawesome)
* Fixes #update_column calls - Dan McClain (AATTdanmcclain)
* Fixes #
?, Adds (pending) test case for
[#]update_column - Dan McClain (AATTdanmcclain)
* Fix handing of pgsql arrays for the literal and
argument-binding cases - Michael Graff (AATTskandragon)
* Fixes UTF-8 strings in string arrays are not returned as UTF-8
encoded strings - Michael Graff (AATTskandragon)
* Documentation fixes - Michael Graff (AATTskandragon) and
Dan McClain (AATTdanmcclain)
* Properly encode strings stored in an array. - Michael Graff
(AATTskandragon)
* Fixes integer array support - Keenan Brock (AATTkbrock)
* Adds more robust index types with add_index options
:index_type and :where. - Keenan Brock (AATTkbrock)
* Fixes add and change column
Fri Sep 21 14:00:00 2012 mrueckertAATTsuse.de
- initial package