aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Synchronize read and modification of @reserved_connections hash to avoid conc...Patrick Mahoney2012-05-191-4/+8
* Merge pull request #6238 from pwnall/pgsql_bytea_limitAaron Patterson2012-05-171-8/+19
|\
| * Postgresql doesn't accept limits on binary (bytea) columns.Victor Costan2012-05-091-8/+19
* | Merge pull request #6192 from danmcclain/add_inet_and_cidr_types_to_postgresq...Aaron Patterson2012-05-163-7/+65
|\ \
| * | Removes NetAddr dependencyDan McClain2012-05-081-6/+7
| * | Converts inet and cidr columns to NetAddr::CIDRDan Seaver2012-05-073-3/+41
| * | Adds migration and schema dump support for INET, CIDR, and MACADDRDan Seaver2012-05-051-4/+23
* | | Merge pull request #6349 from erichmenge/patch-raise-type-errorsAaron Patterson2012-05-161-1/+1
|\ \ \
| * | | Integer limit out of range should be allowed to raise. Closes #6272Erich Menge2012-05-161-1/+1
* | | | Merge pull request #6344 from erichmenge/patch_sqlite_time_typePiotr Sarnacki2012-05-151-1/+1
|\ \ \ \
| * | | | SQLite3 doesn't actually support the 'time' type.Erich Menge2012-05-151-1/+1
| |/ / /
* / / / Remove useless check of adapterOscar Del Ben2012-05-151-4/+0
|/ / /
* | | Remove unnecessary calls to primary_key on sqlite3_adapterCarlos Galdino2012-05-151-1/+1
* | | Set the primary key during #copy_table if necessary. Fixes [#2312]Sean Scally2012-05-141-1/+5
* | | Merge pull request #6285 from acapilleri/missplelling_error_in_abstract_mysql...Vijay Dev2012-05-121-1/+1
|\ \ \
| * | | missplelling error in abstract_mysql_adapterAngelo Capilleri2012-05-121-1/+1
* | | | remove unnecessary 'examples' noise [ci skip]Vijay Dev2012-05-112-28/+18
| |_|/ |/| |
* | | Merge pull request #5362 from zenprogrammer/quoting_bugAaron Patterson2012-05-091-0/+1
|\ \ \
| * | | Fixed bug in Quoting that caused classes to be quoted incorrectlyRyan Oblak2012-03-091-0/+1
* | | | Merge pull request #6069 from mipearson/use_strict_mode_in_mysqlJeremy Kemper2012-05-052-0/+16
|\ \ \ \
| * | | | Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode.Michael Pearson2012-05-052-4/+9
| * | | | Default to 'strict mode' in MySQLMichael Pearson2012-05-052-0/+11
| | |_|/ | |/| |
* / | | Prevent creating valid time-like objects from blank string from dbEgor Lynko2012-05-051-3/+3
|/ / /
* | | Merge pull request #3713 from kf8a/masterAaron Patterson2012-05-041-2/+7
|\ \ \
| * | | postgresql adapter handles quoting of not a number (NaN) and InfinitySven Bohm2011-11-211-2/+7
* | | | Use arel nodes instead of raw sqlMarcelo Silveira2012-05-021-1/+4
* | | | Refactored remove_columnEdgars Beigarts2012-05-023-4/+2
* | | | Don't type cast values that don't respond to to_i to 1James Sanders & Jason Noble2012-04-301-1/+1
* | | | Remove unused assignmentsMark Rushakoff2012-04-291-5/+3
* | | | Merge pull request #5698 from dougcole/support_postgresql_partitioningAaron Patterson2012-04-273-9/+44
|\ \ \ \
| * | | | refactor configuration of insert_returningDoug Cole2012-04-071-14/+4
| * | | | pick better names and add a little documentationDoug Cole2012-04-011-8/+16
| * | | | refactorDoug Cole2012-03-311-13/+8
| * | | | update mysql for new exec_insert signatureDoug Cole2012-03-311-1/+1
| * | | | add use_returning as a postgresql connection configDoug Cole2012-03-312-6/+48
* | | | | renamed class SQLiteColumn to SQLite3ColumnAndrey Deryabin2012-04-271-3/+3
* | | | | removed tail of old sqlite versionsAndrey Deryabin2012-04-271-9/+9
* | | | | fix SQLite3Adapter docAndrey Deryabin2012-04-271-2/+2
* | | | | Upgrade sqlite3 version to 1.3.6Andrey Deryabin2012-04-271-1/+1
* | | | | merged sqlite and sqlite3 adaptersAndrey Deryabin2012-04-272-546/+538
* | | | | EXPLAIN only for sqlite3Andrey Deryabin2012-04-262-24/+25
| |_|_|/ |/| | |
* | | | Merge pull request #5973 from academia-edu/masterAaron Patterson2012-04-251-2/+1
|\ \ \ \
| * | | | Restore .to_s to escape_hstoreRyan Fitzgerald2012-04-241-1/+1
| * | | | Always quote hstore keys and valuesRyan Fitzgerald2012-04-241-2/+1
* | | | | Merge pull request #5976 from aderyabin/fix1Jeremy Kemper2012-04-251-5/+0
|\ \ \ \ \
| * | | | | already defined in quotingAndrey Deryabin2012-04-251-5/+0
| |/ / / /
* / / / / cleanliness in method parametersAndrey Deryabin2012-04-251-1/+1
|/ / / /
* | | | be sure to currectly fetch PK name from MySQL even if the PK has some custom ...Akira Matsuda2012-04-191-1/+1
* | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-181-1/+1
|\ \ \ \
| * | | | Fix typo on the add_index.kennyj2012-04-131-1/+1