aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Push precision to type objectsSean Griffin2014-05-226-22/+27
* Push scale to type objectsSean Griffin2014-05-227-20/+27
* Move `extract_precision` onto type objectsDan Croak and Sean Griffin2014-05-227-19/+15
* Merge pull request #15249 from sgrif/sg-register-types-in-adapterRafael Mendonça França2014-05-223-75/+62
|\
| * Use the generic type map for all PG type registrationsSean Griffin2014-05-223-75/+62
* | Allow additional arguments to be used during type map lookupsSean Griffin2014-05-224-12/+12
|/
* Merge pull request #15237 from sgrif/sg-move-extract-scaleRafael Mendonça França2014-05-213-6/+5
|\
| * Move extract_scale to decimal typeSean Griffin2014-05-213-6/+5
* | Merge pull request #15218 from sgrif/sg-move-oid-typesRafael Mendonça França2014-05-2123-353/+532
|\ \
| * | Move PG OID types to their own filesSean Griffin2014-05-2123-353/+532
* | | Rename `oid_type` to `cast_type` to make PG columns consistentSean Griffin2014-05-211-5/+4
| |/ |/|
* | Add missing nodocs to MySQL adapterSean Griffin2014-05-211-3/+3
|/
* push `extract_scale` to the `Type`.Yves Senn2014-05-214-7/+9
* Delegate `klass` to the injected type objectSean Griffin2014-05-209-14/+33
* Delegate `type_cast_for_write` to injected type objectSean Griffin2014-05-204-30/+14
* Merge pull request #15207 from sgrif/sg-inline-column-helpersRafael Mendonça França2014-05-208-118/+74
|\
| * Inline typecasting helpers from Column to the appropriate typesSean Griffin2014-05-208-118/+74
* | Merge pull request #15206 from sgrif/sg-type-map-postgresqlRafael Mendonça França2014-05-203-45/+31
|\ \
| * | Use the generic type map for PostgreSQL OID registrationsSean Griffin2014-05-203-45/+31
| |/
* / Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-2011-23/+43
|/
* Use the generic type map object for mysql field lookupsSean Griffin2014-05-203-23/+26
* Merge pull request #15203 from sgrif/sg-delegate-type-castRafael Mendonça França2014-05-206-74/+6
|\
| * Replace `type_cast` case statement with delegationSean Griffin2014-05-206-74/+6
* | Merge pull request #15201 from sgrif/sg-types-postgresqlRafael Mendonça França2014-05-203-147/+81
|\ \
| * | Have Postgres OID types inherit from general typesSean Griffin2014-05-203-147/+81
* | | Use general types for mysql fieldsSean Griffin2014-05-201-69/+11
| |/ |/|
* | Delegate type_cast to injected type object in mysqlSean Griffin2014-05-206-53/+72
|/
* Delegate `#type_cast` to injected type objects on SQLite3Sean Griffin2014-05-2010-6/+82
* Remove :timestamp column typeSean Griffin2014-05-199-21/+11
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-1921-71/+258
* Merge pull request #14126 from schuetzm/index_option_for_columnRafael Mendonça França2014-05-191-6/+13
|\
| * Make `:index` in migrations work with all column typesMarc Schütz2014-05-181-6/+13
* | pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-194-24/+31
* | pg, add missing nodocs for extracted modules.Yves Senn2014-05-195-10/+10
* | Merge pull request #15156 from sgrif/sg-postgres-timestampsYves Senn2014-05-181-6/+3
|\ \ | |/ |/|
| * PostgreSQL timestamps are always datetimesSean Griffin2014-05-171-6/+3
* | Add a type object to Column constructorSean Griffin2014-05-179-12/+40
* | Remove dead test code for unsupported adaptersSean Griffin2014-05-171-9/+0
|/
* Changed extract_limit in class Column to return correct mysql float and doubl...Aaron Nelson2014-05-161-0/+2
* :scissors:Rafael Mendonça França2014-05-143-4/+0
* Methods of these modules are internalRafael Mendonça França2014-05-142-14/+14
* PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red...kares2014-05-142-20/+19
* move PostgreSQL's DatabaseStatements out of the PostgreSQLAdapter name-spacekares2014-05-142-7/+7
* PostgreSQL's SchemaStatements seems a could candidate for re-use (with AR-JDBC)kares2014-05-142-8/+7
* introduce AR::ConnectionAdapters::PostgreSQL for sharing modules (with AR-JDBC)kares2014-05-147-15/+21
* Merge pull request #15092 from kares/pg-array-parserRafael Mendonça França2014-05-132-27/+27
|\
| * [postgres] include PgArrayParser directly and only load/include ArrayParser i...kares2014-05-132-27/+27
* | extract pg type map initialization process to `TypeMapInitializer`.Yves Senn2014-05-132-65/+74
|/
* pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-122-2/+3
* pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-121-0/+1