1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/connection_adapters
Yves Senn 152b85f06c introduce conn.data_source_exists? and conn.data_sources.
These new methods are used from the Active Record model layer to
determine which relations are viable to back a model. These new methods
allow us to change `conn.tables` in the future to only return tables and
no views. Same for `conn.table_exists?`.

The goal is to provide the following introspection methods on the
connection:

* `tables`
* `table_exists?`
* `views`
* `view_exists?`
* `data_sources` (views + tables)
* `data_source_exists?` (views + tables)
2015-09-22 19:48:44 +02:00
..
adapter_leasing_test.rb AR::ConPool - establish connections outside of critical section. 2015-05-14 02:29:59 +02:00
connection_handler_test.rb Add schema cache to new connection pool after fork 2015-05-17 00:57:52 +01:00
connection_specification_test.rb
merge_and_resolve_default_url_config_test.rb Revert "Merge pull request #19404 from dmathieu/remove_rack_env" 2015-03-20 08:14:11 -07:00
mysql_type_lookup_test.rb Fix the MySQL column type SET registration bug 2015-06-20 23:07:39 +09:00
quoting_test.rb
schema_cache_test.rb introduce conn.data_source_exists? and conn.data_sources. 2015-09-22 19:48:44 +02:00
type_lookup_test.rb Map :bigint as NUMBER(19) sql_type by using :limit => 19 for Oracle 2015-06-01 12:23:20 +00:00