aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Simplify AR configuration code.Jon Leighton2012-06-151-6/+8
* Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-142-3/+8
* Merge pull request #6492 from pmahoney/fair-connection-pool2Rafael Mendonça França2012-06-111-37/+174
|\
| * Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-251-37/+174
* | Symbol responds_to :upcase & :downcase in Ruby >= 1.9Akira Matsuda2012-06-061-1/+1
* | Work around undiagnosed bug that's draining a relation's bind_valuesJeremy Kemper2012-05-311-0/+1
* | Merge pull request #6477 from steveklabnik/close_discovered_pg_connectionRafael Mendonça França2012-05-301-1/+2
|\ \
| * | Properly discover a connection is closed in postgresql_adapterSteve Klabnik2012-05-241-1/+2
* | | Merge pull request #6386 from kennyj/fix_logs_name_consistencyAaron Patterson2012-05-303-18/+15
|\ \ \
| * | | Fix logs name consistency.kennyj2012-05-193-18/+15
* | | | SchemaMigration should be loaded lazily.kennyj2012-05-291-1/+0
| |_|/ |/| |
* | | Merge pull request #5872 from evtuhovich/prepared_statement_fixAaron Patterson2012-05-251-10/+10
|\ \ \
| * | | Remove prepared statement from system query in postgresql adapterIvan Evtukhovich2012-05-121-10/+10
* | | | Merge pull request #5244 from fotos/myqsl2_wait_timeoutRafael Mendonça França2012-05-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Maximum wait_timeout on Windows is 2147483Fotos Georgiadis2012-03-021-1/+1
* | | | Whitespaces :scissors:Rafael Mendonça França2012-05-232-7/+7
* | | | PGconn doesn't accepts :checkout_timeout option.Rafael Mendonça França2012-05-231-1/+1
* | | | ConnectionPool wait_timeout no longer used for different types of timeouts. #...Jonathan Rochkind2012-05-231-7/+16
* | | | Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"Rafael Mendonça França2012-05-221-86/+34
* | | | Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-201-34/+86
* | | | Merge pull request #6397 from kennyj/fix_translate_exceptionAaron Patterson2012-05-191-3/+7
|\ \ \ \
| * | | | Fix a problem of translate_exception method in Japanese.kennyj2012-05-201-3/+7
| | |_|/ | |/| |
* / | | 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