MCPcopy Create free account

hub / github.com/zzzeek/sqlalchemy / endpoints

Endpoints247 in github.com/zzzeek/sqlalchemy

Routetest_render_derived_quoting_text
testing.combinations( ( type_coerce, testing.fails("fails on all drivers"),
test/dialect/postgresql/test_query.py:None
Routetest_return_combinations
testing.combinations( ( insert, ( "INSERT INTO foo (id, q, x,
test/sql/test_returning.py:None
Routetest_return_types
testing.combinations( (sqltypes.NULLTYPE,), (Integer(),), (ARRAY(String),), (S
test/sql/test_operators.py:None
Routetest_round_trip
testing.combinations( ( "not_as_uuid", postgresql.UUID(as_uuid=False),
test/dialect/postgresql/test_types.py:None
Routetest_routing_session
testing.combinations(("update",), ("delete",), argnames="stmt_type")
test/orm/dml/test_orm_upd_del_basic.py:None
Routetest_scalar_mode_first
testing.combinations( lambda r: r.one(), lambda r: r.first(), lambda r: r.one_or_none(
test/base/test_result.py:None
Routetest_scalar_mode_scalar_one
testing.combinations( lambda r: r.scalar(), lambda r: r.scalar_one(), lambda r: r.scal
test/base/test_result.py:None
Routetest_schema_cache
testing.requires.schema_create_delete
lib/sqlalchemy/testing/suite/test_reflection.py:None
Routetest_schema_translate_map_flush
testing.variation("operation", ["insert", "update", "delete"])
test/orm/test_session.py:None
Routetest_select_from_delete_cte
testing.combinations( ("default_enhanced",), ("postgresql",), )
test/sql/test_cte.py:None
Routetest_select_from_update_cte
testing.combinations( ("default_enhanced",), ("postgresql",), )
test/sql/test_cte.py:None
Routetest_select_mapper_columns_w_core_cte_delete_mapper_criteria
testing.variation("delete_is_orm", [True, False])
test/orm/test_relationship_criteria.py:None
Routetest_serial_integer
testing.combinations( (None, Integer, "SERIAL"), (None, BigInteger, "BIGSERIAL"), ((9,
test/dialect/postgresql/test_dialect.py:None
Routetest_server_defaults
testing.combinations( (Integer, sa.text("10"), r"'?10'?"), (Integer, "10", r"'?10'?"),
lib/sqlalchemy/testing/suite/test_reflection.py:None
Routetest_sort_by_parameter_ordering_param
testing.combinations(insert, update, delete, argnames="construct")
test/sql/test_returning.py:None
Routetest_stmt_exception_pickleable_plus_dbapi
testing.crashes( "postgresql+psycopg2", "Older versions don't support cursor pickling, newer o
test/engine/test_execute.py:None
Routetest_strict_binds
testing.combinations( ( lambda: select(literal("x"), literal("y")), "SELECT __
test/dialect/mssql/test_compiler.py:None
Routetest_stringify_standalone_dml_cte
testing.variation("operation", ["insert", "update", "delete"])
test/sql/test_cte.py:None
Routetest_to_regconfig_fns
testing.combinations( (func.to_tsvector,), (func.to_tsquery,), (func.plainto_tsquery,)
test/dialect/postgresql/test_query.py:None
Routetest_token_injection
testing.combinations( ( "original", ( "someuser%3BPORT%3D50001
test/dialect/mssql/test_engine.py:None
Routetest_unbuffered_result_session_is_closed
testing.combinations( ("close", testing.requires.cursor_works_post_rollback), ("expunge_all",)
test/orm/test_session.py:None
Routetest_unicode_round_trip
testing.requires.postgresql_utf8_server_encoding
test/dialect/postgresql/test_types.py:None
Routetest_unique_scalar_accessors
testing.combinations( lambda r: r.scalar(), lambda r: r.scalar_one(), lambda r: r.scal
test/base/test_result.py:None
Routetest_unmapped_mixin_valid_dataclass
testing.variation("target", ["base", "mixin", "abstract"])
test/orm/declarative/test_dc_transforms.py:None
Routetest_unmapped_mixin_valid_dataclass
testing.variation("target", ["base", "mixin", "abstract"])
test/orm/declarative/test_dc_transforms_future_anno_sync.py:None
Routetest_update_computed
testing.combinations( ( "eagerload", True, testing.requires.comput
test/orm/test_defaults.py:None
Routetest_update_delete_flags
testing.variation( "stmt_type", [ ("insert", testing.requires.insert_returning),
test/orm/test_events.py:None
Routetest_update_delete_limit_int_only
testing.combinations((update,), (delete,))
test/dialect/mysql/test_compiler.py:None
Routetest_update_delete_rowcount_return_defaults
testing.variation( "dml", [ ("update", testing.requires.update_returning),
lib/sqlalchemy/testing/suite/test_rowcount.py:None
Routetest_update_from_multitable
testing.requires.delete_using
test/orm/dml/test_orm_upd_del_inheritance.py:None
Routetest_update_from_round_trip
testing.requires.ctes_with_update_delete
lib/sqlalchemy/testing/suite/test_cte.py:None
Routetest_update_populate_existing
testing.variation( "use_onupdate", [ "none", "server", "ca
test/orm/dml/test_orm_upd_del_assorted.py:None
Routetest_update_using_case
testing.requires.update_where_target_in_subquery
test/orm/dml/test_orm_upd_del_basic.py:None
Routetest_update_using_in
testing.requires.update_where_target_in_subquery
test/orm/dml/test_orm_upd_del_basic.py:None
Routetest_uuid_array
testing.combinations( ( "as_uuid", postgresql.ARRAY(postgresql.UUID(as_uuid=Tr
test/dialect/postgresql/test_types.py:None
Routetest_uuid_literal
testing.combinations( ( "not_as_uuid", postgresql.UUID(as_uuid=False),
test/dialect/postgresql/test_types.py:None
Routetest_values_with_boolean_selects
testing.fails_on( "postgresql+pg8000", "pg8000 parses the SQL itself before passing on "
test/orm/test_deprecations.py:None
Routetest_viewonly_warning
testing.combinations( ("passive_deletes", True), ("passive_updates", False), ("enable_
test/orm/test_deprecations.py:None
Routetest_warn_dml
testing.variation( "dml", [ ("update", testing.requires.update_from),
test/sql/test_from_linter.py:None
Routetest_where_jsonb
testing.combinations( ( lambda self: self.jsoncol.has_key("data"), "test_table
test/dialect/postgresql/test_types.py:None
Routetest_whereclause_returning_adapted
testing.variation("stmt_type", ["update", "delete"])
test/sql/test_external_traversal.py:None
Routetest_write_cascades
testing.combinations( ({"delete"}, {"none"}), ( {"all, delete-orphan"},
test/orm/test_cascade.py:None
Routevalue
value.deleter
examples/vertical/dictlike-polymorphic.py:None
Routevisit_myfunc_pg
compiles(MyUtcFunction, "postgresql")
test/ext/test_compiler.py:None
Routevisit_pg_type
compiles(MyType, "postgresql")
test/ext/test_compiler.py:None
Routevisit_thingy
compiles(MyThingy, "postgresql")
test/ext/test_compiler.py:None
Routevisit_thingy_pg
compiles(MyThingy, "postgresql")
test/ext/test_compiler.py:None
← previous201–247 of 247, ranked by callers