aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters
Commit message (Expand)AuthorAgeFilesLines
* Remove `Column#primary`Sean Griffin2014-05-231-1/+0
* Merge pull request #15249 from sgrif/sg-register-types-in-adapterRafael Mendonça França2014-05-221-9/+1
|\
| * Use the generic type map for all PG type registrationsSean Griffin2014-05-221-9/+1
* | pg test, extract tsvector tests into `postgresql/full_text_test.rb`Yves Senn2014-05-222-27/+31
* | pg test, move timestamp tests over to `postgresql/timestamp_test.rb`.Yves Senn2014-05-222-43/+53
* | pg test, extract network address type tests into separate file.Yves Senn2014-05-223-51/+79
* | pg test, remove unused code.Yves Senn2014-05-221-3/+0
|/
* Rename `oid_type` to `cast_type` to make PG columns consistentSean Griffin2014-05-211-10/+1
* pg, extract money tests into separate file.Yves Senn2014-05-212-35/+55
* Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-1/+1
* Have Postgres OID types inherit from general typesSean Griffin2014-05-201-4/+4
* Fixed the inferred table name for HABTM within a schemaEric Chahin2014-05-201-0/+26
* Fixing test order issuesRafael Mendonça França2014-05-191-2/+8
* Merge pull request #10798 from jcxplorer/fix-enable_extension-with-table_name...Rafael Mendonça França2014-05-191-0/+59
|\
| * Fix migrations with enable_extensionJoao Carlos2013-05-291-0/+59
* | Delegate `Column#type` to the injected type objectSean Griffin2014-05-193-9/+8
* | pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-192-15/+20
* | Add a type object to Column constructorSean Griffin2014-05-172-8/+8
* | Changed extract_limit in class Column to return correct mysql float and doubl...Aaron Nelson2014-05-161-0/+38
* | Merge pull request #15088 from kares/shareable-modulesRafael Mendonça França2014-05-142-20/+15
|\ \
| * | PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red...kares2014-05-142-20/+15
* | | remove warning `ambiguous first argument; put parentheses or even spaces`Kuldeep Aggarwal2014-05-151-1/+1
|/ /
* | pg, clarify default behavior for composite types.Yves Senn2014-05-131-7/+94
* | test, move all pg array tests into `postgresql/array_test.rb`.Yves Senn2014-05-132-51/+29
* | test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-128-12/+12
* | pg, `change_column_default` accepts `[]`. Closes #11586.Yves Senn2014-05-121-1/+9
* | pg, map `char` and `name` types as string. [dark-panda & Yves Senn]Yves Senn2014-05-121-0/+23
* | pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-0/+7
* | test, regression test for unparsable PostgreSQL defaults.Yves Senn2014-05-081-0/+17
* | test, reset changed state in PG's uuid tests.Yves Senn2014-05-081-2/+4
* | Test typecasting on instance rather than class itselfAkshay Vishnoi2014-05-031-1/+1
* | Merge pull request #14896 from jetthoughts/14895_overide_strict_by_sql_modeRafael Mendonça França2014-05-012-0/+16
|\ \
| * | Stringify variables names for mysql connectionsPaul Nikitochkin2014-04-302-0/+16
* | | Merge pull request #13640 from maginatics/fix_sqlite3_ensure_masterRafael Mendonça França2014-05-011-0/+15
|\ \ \ | |/ / |/| |
| * | SQLite3: Always close statements.Timur Alperovich2014-01-151-0/+15
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-201-0/+13
|\ \ \
| * | | Changed change_column in PG schema_statements.rb to make sure that the uuid_g...Eric Chahin2014-04-151-0/+13
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-145-7/+40
|\| | |
| * | | PostgreSQL, warn once per connection per missing OID. Closes #14275.Yves Senn2014-04-111-0/+11
| * | | PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-114-6/+28
| * | | Remove warning of unused variableRafael Mendonça França2014-04-101-1/+1
* | | | remove the bind visitor since the collector handles substituting bind valuesAaron Patterson2014-04-091-3/+3
* | | | all tests passing on mysql2Aaron Patterson2014-04-091-3/+3
* | | | working against arel/collector branchAaron Patterson2014-04-091-3/+3
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-0720-320/+548
|\| | |
| * | | Use connection-specific bytea escapingMatthew Draper2014-04-081-0/+17
| * | | Merge pull request #14579 from senny/pg/remove_string_limitRafael Mendonça França2014-04-041-1/+1
| |\ \ \
| | * | | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...Yves Senn2014-04-041-1/+1
| * | | | Prevent state leak in test.Guo Xiang Tan2014-04-031-17/+16
| |/ / /
| * | | Merge pull request #14569 from matthewd/sqlite_relative_deprecatedRafael Mendonça França2014-04-031-2/+2
| |\ \ \