Files
rails/activerecord/lib/active_record
Jon Leighton 38703ac897 Revert naive O(1) table_exists? implementation.
It was a bad idea to rescue exceptions here. This can interfere with
transaction rollbacks which seems to be the cause of current CI
failure.

Instead, each adapter should implement its own DB-specific O(1)
implementation, and we fall back on the generic, slower, implementation
otherwise.
2011-12-13 23:46:26 +00:00
..
2011-05-10 03:44:57 -07:00
2011-12-09 01:15:54 +05:30
2011-06-30 10:18:36 -03:00