class documentation

Undocumented

Method test_concatenate_binary dialects with special string concatenation operators should implement visit_concat_op_binary() and visit_concat_op_clauselist() in their compiler.
Method test_concatenate_clauselist dialects with special string concatenation operators should implement visit_concat_op_binary() and visit_concat_op_clauselist() in their compiler.
Method test_literal Undocumented
Method test_literal_backslashes Undocumented
Method test_literal_non_ascii Undocumented
Method test_literal_quoting Undocumented
Method test_nolength_string Undocumented
Class Variable __backend__ Undocumented

Inherited from _LiteralRoundTripFixture:

Method literal_round_trip test literal rendering
Class Variable supports_whereclause Undocumented

Inherited from TestBase (via _LiteralRoundTripFixture):

Method assert_ Undocumented
Method async_testing_engine Undocumented
Method close_result_when_finished Undocumented
Method connection Undocumented
Method connection_no_trans Undocumented
Method dc_decl_base Undocumented
Method decl_base Undocumented
Method fixture_session Undocumented
Method future_connection Undocumented
Method future_engine Undocumented
Method metadata Provide bound MetaData for a single test, dropping afterwards.
Method nocache Undocumented
Method registry Undocumented
Method testing_engine Undocumented
Method trans_ctx_manager_fixture Undocumented
Class Variable __leave_connections_for_teardown__ Undocumented
Class Variable __only_on__ Undocumented
Class Variable __requires__ Undocumented
Class Variable __skip_if__ Undocumented
Class Variable __unsupported_on__ Undocumented
def test_concatenate_binary(self, connection): (source)

dialects with special string concatenation operators should implement visit_concat_op_binary() and visit_concat_op_clauselist() in their compiler. .. versionchanged:: 2.0 visit_concat_op_clauselist() is also needed for dialects to override the string concatenation operator.

def test_concatenate_clauselist(self, connection): (source)

dialects with special string concatenation operators should implement visit_concat_op_binary() and visit_concat_op_clauselist() in their compiler. .. versionchanged:: 2.0 visit_concat_op_clauselist() is also needed for dialects to override the string concatenation operator.

def test_literal(self, literal_round_trip): (source)

Undocumented

def test_literal_backslashes(self, literal_round_trip): (source)

Undocumented

@requirements.unicode_data_no_special_types
def test_literal_non_ascii(self, literal_round_trip): (source)

Undocumented

def test_literal_quoting(self, literal_round_trip): (source)

Undocumented

@requirements.unbounded_varchar
def test_nolength_string(self): (source)

Undocumented

__backend__: bool = (source)

Undocumented