aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* pg, support default values for enum types. Closes #7814.Yves Senn2014-05-302-2/+9
* pg, `default_sequence_name` respects schema. Closes #7516.Yves Senn2014-05-301-2/+2
* Merge pull request #11896 from nkondratyev/fix_pg_columns_for_distinctYves Senn2014-05-301-1/+1
|\
| * Fixed `columns_for_distinct` of postgresql adapterNikolay Kondratyev2013-08-151-1/+1
* | pg, `reset_pk_sequence!` respects schemas. Closes #14719.Yves Senn2014-05-301-5/+13
* | pg, `PostgreSQL::Name` to hold schema qualified names.Yves Senn2014-05-303-17/+53
* | Move `type_cast_for_write` behavior over to the serialized type objectSean Griffin2014-05-291-1/+1
* | Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-292-6/+4
* | Ensure we always use instances of the adapter specific column classSean Griffin2014-05-284-5/+14
* | Keep closer to other methods that touch @transactionArthur Neves2014-05-282-4/+4
* | Merge pull request #15370 from sgrif/sg-type-namespaceRafael Mendonça França2014-05-2819-498/+2
|\ \
| * | Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-2719-498/+2
* | | Merge pull request #15387 from sgrif/sg-remove-column-coderSantiago Pastorino2014-05-281-14/+1
|\ \ \
| * | | Remove unused `Column#coder`Sean Griffin2014-05-281-14/+1
| |/ /
* / / pg, keep `hstore` and `json` attributes as `Hash` in @attributes.Yves Senn2014-05-282-2/+14
|/ /
* | Remove AR Properties from the public APISean Griffin2014-05-2710-10/+10
* | Merge pull request #15295 from sgrif/sg-deprecate-decimalsRafael Mendonça França2014-05-272-0/+3
|\ \
| * | Deprecate decimal columns being automatically treated as integersSean Griffin2014-05-272-0/+3
* | | Merge pull request #15359 from kuldeepaggarwal/f-remove-unwanted_to_symYves Senn2014-05-271-1/+1
|\ \ \
| * | | remove unwanted `to_sym` call.Kuldeep Aggarwal2014-05-261-1/+1
* | | | Merge pull request #15353 from sgrif/sg-mysql-conditionRafael Mendonça França2014-05-261-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unnecessary branch from quoting in MysqlSean Griffin2014-05-261-2/+0
* | | | Add a public API to allow users to specify column typesSean Griffin2014-05-2611-12/+21
|/ / /
* | | Extract types which don't require additional typecasting to a methodSean Griffin2014-05-261-4/+9