MCPcopy Create free account

hub / github.com/sqlalchemy/sqlalchemy / endpoints

Endpoints215 in github.com/sqlalchemy/sqlalchemy

Routetest_exec_alias_plus_table
testing.requires.delete_using
test/sql/test_delete.py:None
Routetest_exec_three_table
testing.requires.delete_using
test/sql/test_delete.py:None
Routetest_exec_two_table
testing.requires.delete_using
test/sql/test_delete.py:None
Routetest_exec_two_table_plus_alias
testing.requires.delete_using
test/sql/test_delete.py:None
Routetest_explicit_returning_pk_autocommit
requirements.fetch_rows_post_commit
lib/sqlalchemy/testing/suite/test_insert.py:None
Routetest_fetch_w_explicit_returning
testing.combinations("update", "delete", argnames="crud_type")
test/orm/dml/test_orm_upd_del_basic.py:None
Routetest_fixture_downgraded
testing.only_on("postgresql>=13")
test/sql/test_insert_exec.py:None
Routetest_fk_options
testing.only_on(["postgresql", "mysql"])
test/engine/test_reflection.py:None
Routetest_fk_parsing
testing.combinations( ( "FOREIGN KEY (tid) REFERENCES some_table(id)", _fk_mat
test/dialect/postgresql/test_reflection.py:None
Routetest_float_type_compile
testing.combinations( ("sa", sqltypes.Float(), "FLOAT"), # ideally it should render real ("sa
test/dialect/postgresql/test_types.py:None
Routetest_from_opt
testing.only_on( ["sqlite", "postgresql"], "in-place boolean not generally available (Oracle,
test/orm/test_cache_key.py:None
Routetest_generate_multiple
testing.combinations( ( Enum( "one", "two",
test/dialect/postgresql/test_types.py:None
Routetest_generic_w_pg_variant
testing.combinations( ( Enum( "one", "two",
test/dialect/postgresql/test_types.py:None
Routetest_get
testing.combinations( ("polymorphic", True), ("test_get_nonpolymorphic", False), id_="ia" )
test/orm/inheritance/test_basic.py:None
Routetest_get_bind_scenarios
testing.combinations( "update", "insert", "delete", argnames="statement_type" )
test/orm/dml/test_orm_upd_del_basic.py:None
Routetest_get_foreign_key_options
testing.combinations( ( None, "CASCADE", None, testing
lib/sqlalchemy/testing/suite/test_reflection.py:None
Routetest_has_table_with_single_token_schema
testing.variation( "reflection_operation", ["has_table", "reflect_table", "get_columns"] )
test/dialect/mssql/test_reflection.py:None
Routetest_hashable_flag
testing.combinations( ( "ARRAY", postgresql.ARRAY(Text()), [["a",
test/dialect/postgresql/test_types.py:None
Routetest_identity_is_ignored
testing.combinations("sqlite", "mysql", "mariadb", "postgresql", "oracle")
test/sql/test_identity_column.py:None
Routetest_identity_is_ignored_in_pk
testing.combinations( "sqlite", "mysql", "mariadb", "postgresql", "ora
test/sql/test_identity_column.py:None
Routetest_in_binds
testing.variation( "compile_opt", ["plain", "postcompile", "literal_binds"] )
test/sql/test_type_expressions.py:None
Routetest_include
testing.combinations( ( lambda tbl: schema.AddConstraint( UniqueConstraint
test/dialect/postgresql/test_compiler.py:None
Routetest_incremental
testing.requires.patch_library
test/ext/mypy/test_mypy_plugin_py3k.py:None
Routetest_index_reflection_with_include
testing.skip_if("postgresql < 11.0", "indnkeyatts not supported")
test/dialect/postgresql/test_reflection.py:None
Routetest_initial_transaction_state_psycopg
testing.only_on("postgresql+psycopg")
test/dialect/postgresql/test_dialect.py:None
Routetest_insert
testing.exclude("postgresql", "<", (8, 2), "8.2+ feature")
test/sql/test_returning.py:None
Routetest_insert_single_no_pk_correct_exception
testing.only_on( "postgresql", "only postgresql uses RETURNING for a single-row " "INS
test/orm/test_unitofwork.py:None
Routetest_insert_typing
testing.variation("setinputsizes", [True, False])
test/dialect/mssql/test_engine.py:None
Routetest_insert_w_cte_in_scalar_subquery
testing.combinations( ("default_enhanced",), ("postgresql",), ("postgresql+asyncpg",),
test/sql/test_cte.py:None
Routetest_interrupt_ctxmanager_ops
testing.combinations( ("add",), ("modify",), ("delete",), ("begin",),
test/orm/test_transaction.py:None
Routetest_invalid_level_engine_param
testing.requires.get_isolation_level_values
lib/sqlalchemy/testing/suite/test_dialect.py:None
Routetest_invalid_level_execution_option
testing.requires.get_isolation_level_values
lib/sqlalchemy/testing/suite/test_dialect.py:None
Routetest_is_select
testing.combinations( (select(column("a")),), (table("q", column("a")).insert(),), (ta
test/sql/test_compare.py:None
Routetest_joinedload_scalar
testing.combinations( lambda r: r.scalar(), lambda r: r.scalar_one(), lambda r: r.scal
test/orm/test_relationship_criteria.py:None
Routetest_jsonb_element_update_array_element
testing.only_on("postgresql>=14")
test/dialect/postgresql/test_query.py:None
Routetest_jsonb_element_update_basic
testing.only_on("postgresql>=14")
test/dialect/postgresql/test_query.py:None
Routetest_jsonb_element_update_multiple_keys
testing.only_on("postgresql>=14")
test/dialect/postgresql/test_query.py:None
Routetest_keys
testing.combinations( (lambda result: result), (lambda result: result.first(),), (lamb
test/sql/test_resultset.py:None
Routetest_literal_returning
testing.fails_on_everything_except( "postgresql", "mariadb>=10.5", "sqlite>=3.34" )
test/sql/test_returning.py:None
Routetest_load_from_delete
testing.requires.delete_returning
test/orm/dml/test_orm_upd_del_assorted.py:None
Routetest_m2o
testing.flag_combinations( dict( detached=False, raiseload=False,
test/orm/test_relationships.py:None
Routetest_merge_column
testing.combinations( ("default", lambda ctx: 10), ("default", func.foo()), ("identity
test/sql/test_metadata.py:None
Routetest_multi_index_query
testing.fails_on( "postgresql < 9.4", "Improvement in PostgreSQL behavior?" )
test/dialect/postgresql/test_types.py:None
Routetest_multiple_host_real_connect
testing.combinations( ("postgresql+D://U:PS@/DB?host=H:P&host=H:P&host=H:P", True), ("postgres
test/dialect/postgresql/test_dialect.py:None
Routetest_network_address_round_trip
testing.combinations( (postgresql.INET, "127.0.0.1"), (postgresql.CIDR, "192.168.100.128/25"),
test/dialect/postgresql/test_types.py:None
Routetest_new_expanded_state_new_params
testing.variation("render_postcompile", [True, False])
test/sql/test_compiler.py:None
Routetest_new_expanded_state_new_positional_params
testing.variation("render_postcompile", [True, False])
test/sql/test_compiler.py:None
Routetest_new_expanded_state_no_params
testing.variation("render_postcompile", [True, False])
test/sql/test_compiler.py:None
Routetest_no_sentinel_on_non_int_ss_function
testing.only_on("postgresql>=13")
test/sql/test_insert_exec.py:None
Routetest_no_star_orm_combinations
testing.variation("stmt_type", ["select", "update", "insert", "delete"])
test/orm/test_loading.py:None
Routetest_non_int_port_disallowed
testing.combinations( ( "postgresql+psycopg2://USER:PASS@/DB" "?host=hostA:111
test/dialect/postgresql/test_dialect.py:None
Routetest_non_rowcount_scenarios_no_raise
testing.variation("statement", ["update", "delete", "insert", "select"])
lib/sqlalchemy/testing/suite/test_rowcount.py:None
Routetest_not_existing_table
testing.combinations( ("get_table_options", testing.requires.reflect_table_options), "get_colu
lib/sqlalchemy/testing/suite/test_reflection.py:None
Routetest_nulls_not_distinct
testing.combinations( ( lambda tbl: schema.CreateIndex( Index(
test/dialect/postgresql/test_compiler.py:None
Routetest_nullsnotdistinct
testing.skip_if("postgresql < 15.0", "nullsnotdistinct not supported")
test/dialect/postgresql/test_reflection.py:None
Routetest_num_host_port_doesnt_match
testing.combinations( ( "postgresql+psycopg2://USER:PASS@/DB" "?host=hostA,hos
test/dialect/postgresql/test_dialect.py:None
Routetest_passive_deletes_succeed
testing.combinations(True, False, argnames="cascade_deletes")
test/orm/test_dynamic.py:None
Routetest_path_exists
testing.only_on("postgresql >= 12")
test/dialect/postgresql/test_types.py:None
Routetest_path_match
testing.only_on("postgresql >= 12")
test/dialect/postgresql/test_types.py:None
Routetest_psycopg_version
testing.only_on("postgresql+psycopg")
test/dialect/postgresql/test_dialect.py:None
Routetest_raises_non_native_enums
testing.combinations( sqltypes.ARRAY, postgresql.ARRAY, argnames="array_cls" )
test/dialect/postgresql/test_types.py:None
Routetest_reflect_forwards_multiple_kwargs
testing.combinations( "get_table_names", "get_view_names", "get_materialized_view_name
test/engine/test_reflection.py:None
Routetest_reflect_index
testing.only_on("postgresql >= 11")
test/dialect/postgresql/test_reflection.py:None
Routetest_reflect_index_from_partition
testing.only_on("postgresql >= 11")
test/dialect/postgresql/test_reflection.py:None
Routetest_reflected_foreign_key_ondelete_column_list
testing.skip_if( "postgresql < 15.0", "on delete with column list not supported" )
test/dialect/postgresql/test_reflection.py:None
Routetest_reflection
testing.requires.computed_columns
test/dialect/sqlite/test_reflection.py:None
Routetest_reflection_constraints_with_include
testing.skip_if("postgresql < 11.0", "not supported")
test/dialect/postgresql/test_reflection.py:None
Routetest_remove_orphans
testing.combinations(True, False, argnames="cascade_deletes")
test/orm/test_dynamic.py:None
Routetest_render_binds_as_literal
testing.combinations( ( "one", select(literal("someliteral")), "SE
test/sql/test_compiler.py:None
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, y) " "
test/sql/test_returning.py:None
Routetest_return_types
testing.combinations( (sqltypes.NULLTYPE,), (Integer(),), (ARRAY(String),), (S
test/sql/test_operators.py:None
Routetest_returning_keymap_stable_across_cache_hit
testing.variation( "dml", [ ("update", testing.requires.update_returning),
test/orm/dml/test_orm_upd_del_assorted.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_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_strip
testing.combinations( ("(a IS NOT NULL)", "a IS NOT NULL"), ("((a > 1) AND (a < 5))", "(a > 1)
test/base/test_utils.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_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
← previousnext →101–200 of 215, ranked by callers