aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | fk: raise when identifiers are longer than `allowed_index_name_length`.Yves Senn2014-06-261-1/+5
* | fk: support for on_updateYves Senn2014-06-265-16/+32
* | fk: rename `dependent` to `on_delete`Yves Senn2014-06-265-13/+12
* | fk: infere column name from table names.Yves Senn2014-06-261-4/+14
* | fk: support dependent option (:delete, :nullify and :restrict).Yves Senn2014-06-265-4/+39
* | fk: `:primary_key` option for non-standard pk's.Yves Senn2014-06-261-1/+3
* | fk: generalize using `AlterTable` and `SchemaCreation`.Yves Senn2014-06-265-47/+60
* | fk: `foreign_keys`, `add_foreign_key` and `remove_foreign_key` for MySQLYves Senn2014-06-265-21/+65
* | fk: add `foreign_keys` for PostgreSQL adapter.Yves Senn2014-06-262-0/+38
* | fk: `add_foreign_key` and `remove_foreign_key` for PostgreSQL adapter.Yves Senn2014-06-263-0/+36
* | Move writing unknown column exception to null attributeSean Griffin2014-06-261-1/+1
* | Merge pull request #15847 from sgrif/sg-encapsulate-result-typesRafael Mendonça França2014-06-261-3/+2
|\ \
| * | Encapsulate knowledge of type objects on `ActiveRecord::Result`Sean Griffin2014-06-221-3/+2
* | | add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-2424-25/+25
* | | Merge pull request #15881 from mmozuras/remove_unused_paramsRafael Mendonça França2014-06-231-3/+3
|\ \ \
| * | | Remove unused param 'conn' from ConnectionPool#releaseMindaugas Mozūras2014-06-231-3/+3
| |/ /
* / / 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