Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test/cases/connection_pool_test.rb for sqlite3 in-memory db | Jon Leighton | 2011-02-14 | 1 | -0/+10 |
* | primary keys should not be cleared on cache clear, fixing oracle tests | Aaron Patterson | 2011-02-08 | 1 | -3/+1 |
* | column cache now lives on the connection pool | Aaron Patterson | 2011-02-04 | 1 | -0/+20 |
* | making sure primary key is set on the columns | Aaron Patterson | 2011-02-04 | 1 | -0/+9 |
* | connection pool can cache column, table, and primary key information | Aaron Patterson | 2011-02-04 | 1 | -0/+35 |
* | fix whitespace errors | Aaron Patterson | 2010-11-30 | 1 | -2/+2 |
* | fix ruby 1.9 deadlock problem, fixes #5736 add connection pool tests | Hemant Kumar | 2010-10-06 | 1 | -0/+29 |
* | adding a test for clearing stale connections | Aaron Patterson | 2010-07-16 | 1 | -0/+31 |
* | fixing test file name | Aaron Patterson | 2010-07-16 | 1 | -25/+0 |
* | fixing whitespace errors | Aaron Patterson | 2010-07-16 | 1 | -4/+4 |
* | Add test case for ActiveRecord::ConnectionAdapters::ConnectionManagement. | Manfred Stienstra | 2009-02-25 | 1 | -0/+25 |