aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Ruby 1.8 doesn't have to_r defined to NilClass and Float.Rafael Mendonça França2012-08-181-5/+14
|/
* Merge pull request #7352 from aripollak/microsecond-timestampRafael Mendonça França2012-08-171-2/+2
* Merge pull request #5872 from evtuhovich/prepared_statement_fixAaron Patterson2012-08-061-10/+10
* Backport #5168 to 3-2-stable. Fix a problem that NULLS is ignored by postgres...kennyj2012-08-021-1/+1
* Fixing texts; down to three failing tests.Jeremy Cole2012-07-132-15/+24
* Only use prepared statements when bind variables are presentJeremy Cole2012-07-131-34/+40
* Update psql adapter to rename a default pkey sequence during rename_table.Robb Kidd2012-07-101-0/+7
* Merge pull request #6985 from sidonath/disable-query-cache-for-locksRafael Mendonça França2012-07-061-1/+9
* Merge pull request #6878 from masarakki/masterRafael Mendonça França2012-06-281-0/+2
* Merge pull request #6900 from cbandy/issue-6898Carlos Antonio da Silva2012-06-281-0/+2
* Fix GH #3163. Should quote database on mysql/mysql2.kennyj2012-06-111-1/+1
* Merge pull request #6477 from steveklabnik/close_discovered_pg_connectionRafael Mendonça França2012-05-301-1/+2
* Merge pull request #5244 from fotos/myqsl2_wait_timeoutRafael Mendonça França2012-05-251-1/+1
* Synchronize the ConnectionPool#release method to avoid thread safety issues [...Andrew Selder2012-05-231-10/+12
* Postgresql doesn't accept limits on binary (bytea) columns.Victor Costan2012-05-211-8/+19
* Merge pull request #6398 from pmahoney/threadsafe-connection-poolAaron Patterson2012-05-191-4/+8
* Stop showing deprecations for Ruby 1.8.7 with remove_columnCarlos Antonio da Silva2012-05-092-4/+6
* Deprecate remove_column with array as an argumentPiotr Sarnacki2012-05-022-0/+13
* Be sure to correctly fetch PK name from MySQL even if the PK has some custom ...Akira Matsuda2012-04-191-1/+1
* Merge pull request #5437 from kennyj/fix_5430Aaron Patterson2012-03-151-1/+1
* ConnectionPool.checkout takes account of ruby using 'non-blocking condition v...Jonathan Rochkind2012-03-131-9/+18
* make sure connections returned after close are marked as in_useAaron Patterson2012-03-121-0/+16
* inline docs for clear_active_connections! no longer says it cleans dead threa...Jonathan Rochkind2012-03-121-3/+1
* make active_connection? return true only if there is an open connection in us...Aaron Patterson2012-03-081-3/+4
* only log an error if there is a logger. fixes #5226Aaron Patterson2012-03-022-2/+2
* revert setting NOT NULL constraints in add_timestampsXavier Noria2012-03-011-2/+2
* Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.kennyj2012-02-291-9/+20
* Revert "No need to pass options which is never used"Rafael Mendonça França2012-02-261-2/+2
* prepared statements can be disabledAaron Patterson2012-02-216-28/+53