MCPcopy Create free account

hub / github.com/zzzeek/sqlalchemy / endpoints

Endpoints247 in github.com/zzzeek/sqlalchemy

Routetest_delete_returning_star
testing.requires.delete_returning
test/orm/dml/test_orm_upd_del_basic.py:None
Routetest_delete_scalar_subq_round_trip
testing.requires.ctes_with_update_delete
lib/sqlalchemy/testing/suite/test_cte.py:None
Routetest_delete_using
testing.requires.delete_using
test/orm/dml/test_orm_upd_del_inheritance.py:None
Routetest_delete_using_alias
testing.requires.delete_using_alias
test/orm/dml/test_orm_upd_del_basic.py:None
Routetest_delete_using_joined_subq_test
testing.requires.delete_using
test/orm/dml/test_orm_upd_del_basic.py:None
Routetest_deleted_flag
event.listens_for(sess, "persistent_to_deleted")
test/orm/test_events.py:None
Routetest_deleted_flag_detached
event.listens_for(sess, "persistent_to_deleted")
test/orm/test_events.py:None
Routetest_detached_flag
event.listens_for(sess, "deleted_to_detached")
test/orm/test_events.py:None
Routetest_dml
testing.variation("dml", ["update", "delete"])
test/sql/test_from_linter.py:None
Routetest_dml_ctes
testing.variation("stmt_type", ["update", "delete"])
test/orm/test_core_compilation.py:None
Routetest_dml_descriptions
testing.combinations(insert, update, delete, argnames="dml_construct")
test/sql/test_selectable.py:None
Routetest_dml_descriptions
testing.combinations(insert, update, delete, argnames="dml_construct")
test/orm/test_core_compilation.py:None
Routetest_dml_execute
testing.combinations("insert", "update", "delete", argnames="dml_expr")
test/orm/test_session.py:None
Routetest_domain_type_reflection
testing.requires.postgresql_working_nullable_domains
test/dialect/postgresql/test_types.py:None
Routetest_dont_merge_column
testing.combinations( ("default", lambda ctx: 10, lambda ctx: 15), ("default", func.foo(), fun
test/sql/test_metadata.py:None
Routetest_dont_mix_multihost_formats
testing.combinations( "postgresql+psycopg2:///?host=H&host=H&port=5432,5432", "postgresql+psyc
test/dialect/postgresql/test_dialect.py:None
Routetest_drops_on_table
testing.combinations( ( lambda **kw: ENUM("one", "two", "three", name="mytype", **kw),
test/dialect/postgresql/test_types.py:None
Routetest_ensure_version_is_qualified
testing.only_on("postgresql")
test/dialect/postgresql/test_dialect.py:None
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_execution_options
testing.variation("method", ["scalar", "execute", "scalars", "get"])
test/ext/asyncio/test_session.py:None
Routetest_execution_options
testing.variation( "method", ["scalar", "execute", "scalars", "get", "query"] )
test/orm/test_session.py:None
Routetest_execution_options_flush_before_cursor_execute
testing.variation("operation", ["insert", "update", "delete"])
test/orm/test_session.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_full_cursor_insertmanyvalues_sql
testing.variation( "default_type", [ "ss_sequence", ("sd_uuidv7", test
test/dialect/postgresql/test_query.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_hstore_element_update_basic
testing.only_on("postgresql>=14")
test/dialect/postgresql/test_query.py:None
Routetest_hstore_element_update_multiple_keys
testing.only_on("postgresql>=14")
test/dialect/postgresql/test_query.py:None
Routetest_hstore_element_update_new_key
testing.only_on("postgresql>=14")
test/dialect/postgresql/test_query.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_index_cross_casts
testing.combinations( ("boolean", True, {"string"}), ("boolean", False, {"string"}), (
lib/sqlalchemy/testing/suite/test_types.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_key_reflection_comment_many_quotes
testing.combinations( # 60 single quotes is a valid SQL string (29 '' pairs inside outer # quo
test/dialect/mysql/test_reflection.py:None
Routetest_keys
testing.combinations( (lambda result: result), (lambda result: result.first(),), (lamb
test/sql/test_resultset.py:None
Routetest_legacy_update_delete_limit_int_only
testing.combinations((update,), (delete,))
test/dialect/mysql/test_compiler.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_mutate_parameters
testing.combinations( ( lambda User: select(User).where(User.id == bindparam("id")),
test/orm/test_events.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_not_implemented_operators
testing.combinations( (operators.lshift, OperatorClass.BITWISE), (operators.rshift, OperatorCl
test/sql/test_operators.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_odd_number_chunks
testing.variation("chunksize_spec", ["monkeypatch", "parameter"])
test/orm/test_selectin_relations.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_propagate_attrs
testing.combinations( (lambda User: select(1).ext(PostCriteriaClauseCols(User.id)), True), (
test/orm/test_syntax_extensions.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
← previousnext →101–200 of 247, ranked by callers