aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Add a deprecation cycle for `NullColumn` from `column_for_attribute`Sean Griffin2014-06-231-6/+0
* Merge pull request #15802 from sgrif/sg-column-quotingRafael Mendonça França2014-06-192-6/+6
|\
| * Don't use column object for type casting in `quoting`Sean Griffin2014-06-182-6/+6
* | this method is no longer being usedJosh Sharpe2014-06-191-4/+0
|/
* Merge pull request #15782 from sgrif/sg-column-defaultsMatthew Draper2014-06-183-15/+19
|\
| * Don't type cast the default on the columnSean Griffin2014-06-173-15/+19
* | Detect in-place changes on point typesSean Griffin2014-06-172-3/+20
* | Detect mutations of arrays and array membersSean Griffin2014-06-171-12/+14
* | Ensure `OID::Array#type_cast_for_database` matches PG's quoting behaviorSean Griffin2014-06-172-7/+21
* | Merge pull request #15778 from sgrif/sg-pg-mutable-arraysMatthew Draper2014-06-183-38/+52
|\ \ | |/ |/|
| * Move array database type casting to the Array typeSean Griffin2014-06-173-38/+52
* | Don't assume that Hstore columns have always changedSean Griffin2014-06-171-1/+1
|/
* /mysql/i -> MySQL, Spell correct in continuation to #15555Akshay Vishnoi2014-06-144-7/+7
* Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6Matthew Draper2014-06-141-1/+1
* Remove `serialized?` from the type interfaceSean Griffin2014-06-131-1/+1
* Merge pull request #15674 from sgrif/sg-mutable-attributesMatthew Draper2014-06-142-8/+4
|\
| * Detect in-place changes on mutable AR attributesSean Griffin2014-06-132-8/+4
* | Merge pull request #15593 from sgrif/sg-attributeRafael Mendonça França2014-06-131-2/+3
|\ \
| * | Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-2/+3
* | | PG arrays should type cast user inputSean Griffin2014-06-131-4/+8
| |/ |/|
* | Remove unused requireSean Griffin2014-06-111-2/+0
|/
* Remove YAML serialization workaround for columnsSean Griffin2014-06-111-6/+2
* Keep the types of virtual columns after yaml serializationSean Griffin2014-06-101-2/+6
* Inline PG array type casting helperSean Griffin2014-06-103-34/+28
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-096-16/+16
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-093-3/+11
* Merge pull request #15546 from sgrif/sg-lazy-decoratorsRafael Mendonça França2014-06-072-12/+22
|\
| * Don't query the database schema when calling `serialize`Sean Griffin2014-06-072-12/+22
* | Don't mess with `_before_type_cast` for numeric typesSean Griffin2014-06-061-2/+1
|/
* Merge pull request #15503 from sgrif/sg-json-hstore-storageYves Senn2014-06-062-12/+0
|\
| * Bring type casting behavior of hstore/json in line with serializedSean Griffin2014-06-042-12/+0
* | Remove optimization that was required with whiny nilsSean Griffin2014-06-051-8/+0
* | Fix behavior of handling BC era dates.edogawaconan2014-06-052-3/+5
* | have an actual `NullColumn` object and update docs accordingly.Yves Senn2014-06-042-1/+10
* | Collapse PG default extractoin of most types to single regexSean Griffin2014-06-041-48/+6
|/
* Change wording of explanation about precision & scale of decimal numbers [ci ...Prathamesh Sonpatki2014-06-041-2/+2
* Merge pull request #15492 from sgrif/sg-dirty-defaultsRafael Mendonça França2014-06-031-1/+1
|\
| * Keep column defaults in type cast formSean Griffin2014-06-031-1/+1
* | Merge pull request #15486 from sgrif/sg-binary-quotingMatthew Draper2014-06-044-47/+65
|\ \
| * | Refactor quoting of binary data to not be based on the column typeSean Griffin2014-06-034-47/+65
| |/
* | pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-033-0/+11
* | Merge pull request #15487 from sgrif/sg-bit-limitYves Senn2014-06-032-24/+24
|\ \
| * | Respect limit for PG bit stringsSean Griffin2014-06-032-24/+24
* | | Merge pull request #15442 from sgrif/sg-refactor-field-changedYves Senn2014-06-031-1/+1
|\ \ \ | |/ / |/| |
| * | Refactor determination of whether the field has changedSean Griffin2014-06-031-1/+1
| |/
* / pg, preserve type when schema dumping bit and bit varying columns.Yves Senn2014-06-035-3/+31
|/
* pg, preserve point type when schema dumping.Yves Senn2014-06-033-2/+11
* pg, inline casting methods into `OID::Type` objects.Yves Senn2014-06-024-44/+25
* Remove most code related to serialized propertiesSean Griffin2014-06-011-2/+2
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-304-26/+17