rails/activerecord/test/cases/adapters/postgresql
2012-10-14 19:40:38 +02:00
..
active_schema_test.rb Modularize postgresql adapter 2012-09-05 15:17:45 +07:00
array_test.rb Moves column dump specific code to a module included in AbstractAdapter 2012-09-14 08:43:47 -04:00
connection_test.rb Fix only-once stub logic. 2012-08-08 14:43:53 -07:00
datatype_test.rb Moves column dump specific code to a module included in AbstractAdapter 2012-09-14 08:43:47 -04:00
explain_test.rb Fix GH #5430. A Payload name for schema_search_path should be SCHEMA. 2012-03-15 02:07:01 +09:00
hstore_test.rb %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other things 2012-04-27 11:42:50 +01:00
json_test.rb Put the create_table block in a transaction. 2012-09-05 23:53:10 -03:00
postgresql_adapter_test.rb PostgreSQL, quote table names when fetching the primary key. Closes #5920 2012-10-05 08:54:38 +02:00
quoting_test.rb Fix typo in inet and cidr saving 2012-10-14 19:40:38 +02:00
schema_authorization_test.rb please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT 2011-06-06 15:47:13 -07:00
schema_test.rb #7914 get default value when type uses schema name 2012-10-13 19:41:50 -04:00
statement_pool_test.rb Merge pull request #3258 from ileitch/3-1-stable 2011-10-20 08:45:22 -07:00
timestamp_test.rb Allow precision option for postgresql datetimes 2012-06-22 14:18:44 -04:00
utils_test.rb Add missing require 2011-12-03 20:39:49 +00:00
view_test.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00