aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | remove the bind visitor since the collector handles substituting bind valuesAaron Patterson2014-04-091-6/+2
* | | | push the collectors up to the abstract adapterAaron Patterson2014-04-093-40/+22
* | | | sqlite3 tests passing againAaron Patterson2014-04-091-7/+8
* | | | mysql tests are passing againAaron Patterson2014-04-091-1/+7
* | | | all tests passing on mysql2Aaron Patterson2014-04-091-1/+0
* | | | working against arel/collector branchAaron Patterson2014-04-093-15/+8
* | | | fix bind collecting for mysqlAaron Patterson2014-04-092-3/+22
* | | | add a bind collector, remove the bind visitorAaron Patterson2014-04-093-15/+24
* | | | remove the bind substitution visitor. to_sql should never return bind valuesAaron Patterson2014-04-091-4/+0