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/adapters/postgresql
Lars Kanis 1d8d5a74b8 PostgreSQL, Fix OID based type casts in C for primitive types.
The type map was introduced in aafee23, but wasn't properly filled.

This mainly adjusts many locations, that expected strings instead of
integers or boolean.

add_pg_decoders is moved after setup of the StatementPool, because
execute_and_clear could potentially make use of it.
2015-03-25 15:05:23 +01:00
..
active_schema_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
array_test.rb Fix intermittent test failures 2015-03-09 08:37:28 -06:00
bit_string_test.rb Prefer drop_table if_exists: true over raw SQL 2015-02-18 20:58:45 +09:00
bytea_test.rb prefer drop_table if_exists: true over raw SQL. 2015-02-18 08:54:40 +01:00
change_schema_test.rb Should handle array option for :cast_as 2015-02-19 11:24:01 +09:00
cidr_test.rb type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
citext_test.rb Prefer drop_table if_exists: true over raw SQL 2015-02-18 20:58:45 +09:00
composite_test.rb Prefer drop_table if_exists: true over raw SQL 2015-02-18 20:58:45 +09:00
connection_test.rb Type#type_cast_from_database -> Type#deserialize 2015-02-17 13:28:48 -07:00
datatype_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
domain_test.rb Prefer drop_table if_exists: true over raw SQL 2015-02-18 20:58:45 +09:00
enum_test.rb Don't cast nil to string in pg enums 2015-03-19 11:51:18 -06:00
explain_test.rb Go through normal where logic when preloading associations 2014-12-26 16:12:56 -07:00
extension_migration_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
full_text_test.rb Prefer drop_table if_exists: true over raw SQL 2015-02-18 20:58:45 +09:00
geometric_test.rb Prefer drop_table if_exists: true over raw SQL 2015-02-18 20:58:45 +09:00
hstore_test.rb Fix intermittent test failures 2015-03-09 15:52:27 -06:00
infinity_test.rb PostgreSQL, Add test case for "Infinity" string assignment to float columns. 2015-03-22 21:26:50 +01:00
integer_test.rb prefer drop_table if_exists: true over raw SQL. 2015-02-18 08:54:40 +01:00
json_test.rb Fix json_test 2015-03-11 13:28:30 +03:00
ltree_test.rb prefer drop_table if_exists: true over raw SQL. 2015-02-18 08:54:40 +01:00
money_test.rb Prefer drop_table if_exists: true over raw SQL 2015-02-18 20:58:45 +09:00
network_test.rb Prefer drop_table if_exists: true over raw SQL 2015-02-18 20:58:45 +09:00
numbers_test.rb PostgreSQL, Fix OID based type casts in C for primitive types. 2015-03-25 15:05:23 +01:00
postgresql_adapter_test.rb PostgreSQL, Fix OID based type casts in C for primitive types. 2015-03-25 15:05:23 +01:00
quoting_test.rb type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
range_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
referential_integrity_test.rb PostgreSQL, Fix OID based type casts in C for primitive types. 2015-03-25 15:05:23 +01:00
rename_table_test.rb Prefer drop_table if_exists: true over raw SQL 2015-02-18 20:58:45 +09:00
schema_authorization_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
schema_test.rb PostgreSQL, Fix OID based type casts in C for primitive types. 2015-03-25 15:05:23 +01:00
serial_test.rb Correctly dump serial and bigserial 2015-03-04 17:52:11 +09:00
statement_pool_test.rb
timestamp_test.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00
type_lookup_test.rb type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
utils_test.rb pg, PostgreSQL::Name to hold schema qualified names. 2014-05-30 10:53:24 +02:00
uuid_test.rb Remove duplicated test 2015-03-04 17:52:11 +09:00
view_test.rb pg, add test cases for updateable views. 2014-09-11 16:47:52 +02:00
xml_test.rb prefer drop_table if_exists: true over raw SQL. 2015-02-18 08:54:40 +01:00