aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* activerecord: Fix identity for sum of strings3-2-stable-for-hmnoHarald Eilertsen2019-08-061-1/+1
* Remove `DEFAULT NULL` for primary key column to support MySQL 5.7.3Yasuo Honda2017-01-171-1/+1
* Fix raising uniqueness constraints in newer versions of SQLiteAndrew White2016-11-021-1/+5
* Fix deprecation warnings on URI.unescapeAndrew White2016-11-021-1/+2
* Check against bit string values using multiline regexpRafael Mendonça França2014-07-021-3/+3
* on SchemaCache use the connection getter instead of the obj givenArthur Neves2013-09-091-2/+2
* Do not shallow the original exception in exec_cacheRafael Mendonça França2013-07-091-1/+5
* Merge pull request #10925 from senny/10917_test_to_prevent_regressionYves Senn2013-06-151-3/+5
* Correctly parse bigint defaults in PostgreSQL, Backpost #10098.Erik Peterson2013-04-111-1/+1
* Wrong exception is occured when raising no translatable exceptionkennyj2013-03-201-0/+2
* Don't crash exception translation w/ nil result attribute.Steve Jorgensen2013-03-201-1/+1
* Update docs, change_table does not use TableDefinition.Yves Senn2013-02-281-2/+2
* Revert "Merge pull request #9208 from dylanahsmith/3-2-mysql-quote-numeric"Steve Klabnik2013-02-262-8/+4
* Sqlite preserves primary keys when copying/altering tables.Yves Senn2013-02-231-2/+6
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-072-4/+8
* Revert "Work around undiagnosed bug that's draining a relation's bind_values"Carlos Antonio da Silva2013-01-151-1/+0
* Revert "Merge pull request #7983 from georgebrock/bug7950-squashed"Carlos Antonio da Silva2013-01-151-4/+4
* connection_parameters is an Array and will never haveRafael Mendonça França2013-01-061-2/+0
* Fix error when assigning NaN to an integer columnTristan Harward2013-01-061-5/+1
* Fix undefined method `to_i' introduced since 3.2.8Jason Stirk2013-01-041-1/+5
* Backport #8522, Keep index names when using with sqlite3Yves Senn2012-12-191-1/+1
* Merge pull request #8417 from kennyj/fix_8414Rafael Mendonça França2012-12-041-3/+2
* Merge pull request #6397 from kennyj/fix_translate_exceptionAaron Patterson2012-11-301-3/+7
* Work around undiagnosed bug that's draining a relation's bind_valuesJeremy Kemper2012-11-281-0/+1
* schema cache already has the columns as a hash, so use thatAaron Patterson2012-11-261-1/+20
* schema cache already has the columns as a hash, so use thatAaron Patterson2012-11-251-1/+1
* speed up fixture loading by querying the schema cache for column namesAaron Patterson2012-11-251-1/+1
* Merge pull request #8276 from pwnall/pgsql_text_limitsRafael Mendonça França2012-11-201-0/+7
* Be a bit less conservative with mysql in adapterCarlos Antonio da Silva2012-11-191-1/+1
* use bind values for join columnsAaron Patterson2012-11-101-4/+4
* Fix typo :bomb: [ci skip]Rafael Mendonça França2012-10-291-1/+1
* Fix bug when Column is trying to type cast boolean values to integer.Rafael Mendonça França2012-10-291-2/+13
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-10-291-1/+1
* Merge pull request #8057 from frodsan/fix_sqlite_mutate_argRafael Mendonça França2012-10-291-1/+1
* Make Active Record tests pass in isolationRafael Mendonça França2012-10-291-2/+1
* Merge pull request #7593 from veader/patch-1Rafael Mendonça França2012-10-281-0/+2
* Synchronize around deleting from the reserved connections hash.Aaron Patterson2012-10-151-1/+1
* 7914 Using a better way to get the defaults from db.Arturo Pie2012-10-141-12/+7
* #7914 get default value when type uses schema nameArturo Pie2012-10-141-1/+1
* Merge pull request #7850 from senny/5920_postgres_adapter_table_with_capital_...Rafael Mendonça França2012-10-061-1/+1
* ConnectionPool accepts spec key 'checkout_timeout'Jonathan Rochkind2012-09-241-3/+9
* Revert "backport fair connection pool 02b2335563 to 3-2-stable"Rafael Mendonça França2012-09-201-190/+49
* backport fair connection pool 02b2335563 to 3-2-stableJonathan Rochkind2012-09-171-49/+190
* Backport explain fixes.Rafael Mendonça França2012-09-162-11/+11
* Backport PostgreSQL auto-reconnect test coverageSteve Jorgensen2012-09-131-0/+1
* Merge pull request #7582 from tchandy/fix_type_cast_codeRafael Mendonça França2012-09-091-2/+2
|\
| * ConnectionAdapters::Column.type_cast_code should always convert values to int...Thiago Pradi2012-09-091-2/+2
* | Merge pull request #7337 from adzap/string_to_dummy_timeRafael Mendonça França2012-09-051-1/+7
|/
* Merge pull request #7388 from ManageIQ/fix_table_remove_passing_array_depreca...Rafael Mendonça França2012-08-181-1/+1
|\
| * Table#remove passed an array to remove_column, which is deprecated.Joe Rafaniello2012-08-181-1/+1