aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-3/+8
* | Handle other pk types in PostgreSQL gracefully.Patrick Robertson2014-05-121-1/+1
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-05-102-0/+5
|\ \
| * | copy edits [ci skip]Vijay Dev2014-05-081-1/+1
| * | [ci skip] document type_cast_for_writeschneems2014-05-072-0/+5
* | | Convert column name to string only onceKuldeep Aggarwal2014-05-041-1/+2
* | | Use the reader attribute rather than the instance var when possibleCarlos Antonio da Silva2014-05-041-2/+2
* | | Simplify building options hash in rename column method for mysqlCarlos Antonio da Silva2014-05-041-5/+6
* | | Get rid of conditional since column_for handles raising nowCarlos Antonio da Silva2014-05-041-7/+4
* | | Simplify unless conditional with ORCarlos Antonio da Silva2014-05-041-4/+2
* | | Convert column name to string only onceCarlos Antonio da Silva2014-05-041-1/+2
* | | refactor, move `column_for` to `AbstractAdapter` for better reuse.Yves Senn2014-05-044-17/+11
* | | Merge pull request #14896 from jetthoughts/14895_overide_strict_by_sql_modeRafael Mendonça França2014-05-011-5/+5
|\ \ \
| * | | Stringify variables names for mysql connectionsPaul Nikitochkin2014-04-301-5/+5
| |/ /
* | | Merge pull request #13640 from maginatics/fix_sqlite3_ensure_masterRafael Mendonça França2014-05-011-3/+6
|\ \ \ | |/ / |/| |
| * | SQLite3: Always close statements.Timur Alperovich2014-01-151-3/+6
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-251-6/+1
|\ \ \
| * | | PostgreSQL Timestamps always map to `:datetime`.Jefferson Lai2014-04-241-6/+1
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-206-25/+62
|\| | |
| * | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-04-181-2/+2
| |\ \ \
| | * | | [ci skip] Use valid current config in exampleschneems2014-04-151-2/+2
| * | | | Optimize select_value, select_values, select_rows and dry up checking whether...Kris Selden2014-04-172-19/+41
| * | | | Bring SQLite3Adpter init API closer to othersArthur Neves2014-04-172-3/+2
| * | | | Changed change_column in PG schema_statements.rb to make sure that the uuid_g...Eric Chahin2014-04-152-2/+17
* | | | | cache scope building on associationsAaron Patterson2014-04-142-5/+5
* | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-144-11/+23
|\| | | |
| * | | | please use Ruby, not ActiveSupportAaron Patterson2014-04-111-1/+1
| * | | | PostgreSQL, warn once per connection per missing OID. Closes #14275.Yves Senn2014-04-111-2/+2
| * | | | PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-113-10/+22