Lines Matching defs:cursor

34 def test_time_roundtrip(cursor):  argument
40 def test_date_roundtrip(cursor): argument
46 def test_bool_roundtrip(cursor): argument
52 def test_null_roundtrip(cursor): argument
79 def test_decimal_roundtrip(cursor): argument
87 def test_float_roundtrip(cursor): argument
93 def test_float_plus_infinity_roundtrip(cursor): argument
99 def test_str_roundtrip(cursor): argument
107 def test_str_then_int(cursor): argument
117 def test_unicode_roundtrip(cursor): argument
123 def test_long_roundtrip(cursor): argument
129 def test_int_execute_many_select(cursor): argument
134 def test_int_execute_many_insert(cursor): argument
142 def test_insert_null(cursor): argument
150 def test_int_roundtrip(con, cursor): argument
182 def test_bytea_roundtrip(cursor): argument
189 def test_bytearray_round_trip(cursor): argument
195 def test_bytearray_subclass_round_trip(cursor): argument
204 def test_timestamp_roundtrip(is_java, cursor): argument
239 def test_pg_interval_roundtrip(con, cursor): argument
247 def test_interval_roundtrip(cursor): argument
253 def test_enum_str_round_trip(cursor): argument
270 def test_enum_custom_round_trip(con, cursor): argument
298 def test_enum_py_round_trip(cursor): argument
320 def test_xml_roundtrip(cursor): argument
326 def test_uuid_roundtrip(cursor): argument
332 def test_inet_roundtrip_network(cursor): argument
338 def test_inet_roundtrip_address(cursor): argument
344 def test_xid_roundtrip(cursor): argument
355 def test_int2vector_in(cursor): argument
364 def test_timestamp_tz_out(cursor): argument
376 def test_timestamp_tz_roundtrip(is_java, cursor): argument
386 def test_timestamp_mismatch(is_java, cursor): argument
427 def test_name_out(cursor): argument
434 def test_oid_out(cursor): argument
440 def test_boolean_in(cursor): argument
445 def test_numeric_out(cursor): argument
451 def test_int2_out(cursor): argument
456 def test_int4_out(cursor): argument
461 def test_int8_out(cursor): argument
466 def test_float4_out(cursor): argument
471 def test_float8_out(cursor): argument
476 def test_varchar_out(cursor): argument
481 def test_char_out(cursor): argument
486 def test_text_out(cursor): argument
491 def test_interval_in(con, cursor): argument
504 def test_interval_in_30_seconds(cursor): argument
509 def test_interval_in_12_days_30_seconds(cursor): argument
514 def test_timestamp_out(cursor): argument
520 def test_int4_array_out(cursor): argument
531 def test_int2_array_out(cursor): argument
543 def test_int8_array_out(cursor): argument
555 def test_bool_array_out(cursor): argument
568 def test_float4_array_out(cursor): argument
580 def test_float8_array_out(cursor): argument
592 def test_int_array_roundtrip_small(cursor): argument
600 def test_int_array_roundtrip_multi(cursor): argument
609 def test_int4_array_roundtrip(cursor): argument
617 def test_int8_array_roundtrip(cursor): argument
625 def test_int_array_with_null_roundtrip(cursor): argument
630 def test_float_array_roundtrip(cursor): argument
635 def test_bool_array_roundtrip(cursor): argument
652 def test_string_array_out(cursor, test_input, expected): argument
657 def test_numeric_array_out(cursor): argument
666 def test_numeric_array_roundtrip(cursor): argument
672 def test_string_array_roundtrip(cursor): argument
692 def test_empty_array(cursor): argument
698 def test_macaddr(cursor): argument
703 def test_tsvector_roundtrip(cursor): argument
711 def test_hstore_roundtrip(cursor): argument
717 def test_json_roundtrip(cursor): argument
723 def test_jsonb_roundtrip(cursor): argument
730 def test_json_access_object(cursor): argument
737 def test_jsonb_access_object(cursor): argument
744 def test_json_access_array(cursor): argument
750 def test_jsonb_access_array(cursor): argument
756 def test_jsonb_access_path(cursor): argument
765 def test_infinity_timestamp_roundtrip(cursor): argument
771 def test_point_roundtrip(cursor): argument