1 line
183 KiB
JSON
1 line
183 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "label": "interfaces.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1"}, {"id": "interfaces_cachestats", "label": "CacheStats", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L80"}, {"id": "enum", "label": "Enum", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "interfaces_executestyle", "label": "ExecuteStyle", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L88"}, {"id": "interfaces_dbapimodule", "label": "DBAPIModule", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L110"}, {"id": "protocol", "label": "Protocol", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "interfaces_error", "label": "Error", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L111"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "interfaces_error_getattr", "label": ".__getattr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L112"}, {"id": "interfaces_operationalerror", "label": "OperationalError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L114"}, {"id": "interfaces_interfaceerror", "label": "InterfaceError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L117"}, {"id": "interfaces_integrityerror", "label": "IntegrityError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L120"}, {"id": "interfaces_dbapimodule_getattr", "label": ".__getattr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L123"}, {"id": "interfaces_dbapiconnection", "label": "DBAPIConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L126"}, {"id": "interfaces_dbapiconnection_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L138"}, {"id": "interfaces_dbapiconnection_commit", "label": ".commit()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L140"}, {"id": "interfaces_dbapiconnection_cursor", "label": ".cursor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L142"}, {"id": "interfaces_dbapiconnection_rollback", "label": ".rollback()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L144"}, {"id": "interfaces_dbapiconnection_getattr", "label": ".__getattr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L146"}, {"id": "interfaces_dbapiconnection_setattr", "label": ".__setattr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L148"}, {"id": "interfaces_dbapitype", "label": "DBAPIType", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L151"}, {"id": "interfaces_dbapicursor", "label": "DBAPICursor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L164"}, {"id": "interfaces_description", "label": "description()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L177"}, {"id": "interfaces_rowcount", "label": "rowcount()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L192"}, {"id": "interfaces_dbapicursor_close", "label": ".close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L198"}, {"id": "interfaces_dbapicursor_execute", "label": ".execute()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L200"}, {"id": "interfaces_dbapicursor_executemany", "label": ".executemany()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L206"}, {"id": "interfaces_dbapicursor_fetchone", "label": ".fetchone()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L212"}, {"id": "interfaces_dbapicursor_fetchmany", "label": ".fetchmany()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L214"}, {"id": "interfaces_dbapicursor_fetchall", "label": ".fetchall()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L216"}, {"id": "interfaces_dbapicursor_setinputsizes", "label": ".setinputsizes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L218"}, {"id": "interfaces_dbapicursor_setoutputsize", "label": ".setoutputsize()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L220"}, {"id": "interfaces_dbapicursor_callproc", "label": ".callproc()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L222"}, {"id": "interfaces_dbapicursor_nextset", "label": ".nextset()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L226"}, {"id": "interfaces_dbapicursor_getattr", "label": ".__getattr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L228"}, {"id": "interfaces_coreknownexecutionoptions", "label": "_CoreKnownExecutionOptions", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L282"}, {"id": "typeddict", "label": "TypedDict", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "interfaces_reflectedidentity", "label": "ReflectedIdentity", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L301"}, {"id": "interfaces_reflectedcomputed", "label": "ReflectedComputed", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L347"}, {"id": "interfaces_reflectedcolumn", "label": "ReflectedColumn", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L365"}, {"id": "interfaces_reflectedconstraint", "label": "ReflectedConstraint", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L423"}, {"id": "interfaces_reflectedcheckconstraint", "label": "ReflectedCheckConstraint", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L437"}, {"id": "interfaces_reflecteduniqueconstraint", "label": "ReflectedUniqueConstraint", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L456"}, {"id": "interfaces_reflectedprimarykeyconstraint", "label": "ReflectedPrimaryKeyConstraint", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L476"}, {"id": "interfaces_reflectedforeignkeyconstraint", "label": "ReflectedForeignKeyConstraint", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L492"}, {"id": "interfaces_reflectedindex", "label": "ReflectedIndex", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L517"}, {"id": "interfaces_reflectedtablecomment", "label": "ReflectedTableComment", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L569"}, {"id": "interfaces_bindtyping", "label": "BindTyping", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L582"}, {"id": "interfaces_dialect", "label": "Dialect", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L646"}, {"id": "eventtarget", "label": "EventTarget", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "interfaces_loaded_dbapi", "label": "loaded_dbapi()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L704"}, {"id": "interfaces_dialect_builtin_onconnect", "label": "._builtin_onconnect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1239"}, {"id": "interfaces_dialect_create_connect_args", "label": ".create_connect_args()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1242"}, {"id": "interfaces_import_dbapi", "label": "import_dbapi()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1276"}, {"id": "interfaces_dialect_type_descriptor", "label": ".type_descriptor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1293"}, {"id": "interfaces_dialect_initialize", "label": ".initialize()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1307"}, {"id": "interfaces_overrides_default", "label": "_overrides_default()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1327"}, {"id": "interfaces_dialect_get_columns", "label": ".get_columns()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1329"}, {"id": "interfaces_dialect_get_multi_columns", "label": ".get_multi_columns()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1350"}, {"id": "interfaces_dialect_get_pk_constraint", "label": ".get_pk_constraint()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1378"}, {"id": "interfaces_dialect_get_multi_pk_constraint", "label": ".get_multi_pk_constraint()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1399"}, {"id": "interfaces_dialect_get_foreign_keys", "label": ".get_foreign_keys()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1426"}, {"id": "interfaces_dialect_get_multi_foreign_keys", "label": ".get_multi_foreign_keys()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1446"}, {"id": "interfaces_dialect_get_table_names", "label": ".get_table_names()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1474"}, {"id": "interfaces_dialect_get_temp_table_names", "label": ".get_temp_table_names()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1486"}, {"id": "interfaces_dialect_get_view_names", "label": ".get_view_names()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1499"}, {"id": "interfaces_dialect_get_materialized_view_names", "label": ".get_materialized_view_names()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1514"}, {"id": "interfaces_dialect_get_sequence_names", "label": ".get_sequence_names()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1531"}, {"id": "interfaces_dialect_get_temp_view_names", "label": ".get_temp_view_names()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1546"}, {"id": "interfaces_dialect_get_schema_names", "label": ".get_schema_names()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1559"}, {"id": "interfaces_dialect_get_view_definition", "label": ".get_view_definition()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1567"}, {"id": "interfaces_dialect_get_indexes", "label": ".get_indexes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1586"}, {"id": "interfaces_dialect_get_multi_indexes", "label": ".get_multi_indexes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1606"}, {"id": "interfaces_dialect_get_unique_constraints", "label": ".get_unique_constraints()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1634"}, {"id": "interfaces_dialect_get_multi_unique_constraints", "label": ".get_multi_unique_constraints()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1653"}, {"id": "interfaces_dialect_get_check_constraints", "label": ".get_check_constraints()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1681"}, {"id": "interfaces_dialect_get_multi_check_constraints", "label": ".get_multi_check_constraints()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1701"}, {"id": "interfaces_dialect_get_table_options", "label": ".get_table_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1729"}, {"id": "interfaces_dialect_get_multi_table_options", "label": ".get_multi_table_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1744"}, {"id": "interfaces_dialect_get_table_comment", "label": ".get_table_comment()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1771"}, {"id": "interfaces_dialect_get_multi_table_comment", "label": ".get_multi_table_comment()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1796"}, {"id": "interfaces_dialect_normalize_name", "label": ".normalize_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1824"}, {"id": "interfaces_dialect_denormalize_name", "label": ".denormalize_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1834"}, {"id": "interfaces_dialect_has_table", "label": ".has_table()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1844"}, {"id": "interfaces_dialect_has_index", "label": ".has_index()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1885"}, {"id": "interfaces_dialect_has_sequence", "label": ".has_sequence()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1912"}, {"id": "interfaces_dialect_has_schema", "label": ".has_schema()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1931"}, {"id": "interfaces_dialect_get_server_version_info", "label": "._get_server_version_info()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1954"}, {"id": "interfaces_dialect_get_default_schema_name", "label": "._get_default_schema_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1965"}, {"id": "interfaces_dialect_do_begin", "label": ".do_begin()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1977"}, {"id": "interfaces_dialect_do_rollback", "label": ".do_rollback()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1992"}, {"id": "interfaces_dialect_do_commit", "label": ".do_commit()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2003"}, {"id": "interfaces_dialect_do_terminate", "label": ".do_terminate()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2014"}, {"id": "interfaces_dialect_do_close", "label": ".do_close()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2031"}, {"id": "interfaces_dialect_do_ping_w_event", "label": "._do_ping_w_event()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2044"}, {"id": "interfaces_dialect_do_ping", "label": ".do_ping()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2047"}, {"id": "interfaces_dialect_do_set_input_sizes", "label": ".do_set_input_sizes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2052"}, {"id": "interfaces_dialect_create_xid", "label": ".create_xid()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2080"}, {"id": "interfaces_dialect_do_savepoint", "label": ".do_savepoint()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2090"}, {"id": "interfaces_dialect_do_rollback_to_savepoint", "label": ".do_rollback_to_savepoint()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2100"}, {"id": "interfaces_dialect_do_release_savepoint", "label": ".do_release_savepoint()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2112"}, {"id": "interfaces_dialect_do_begin_twophase", "label": ".do_begin_twophase()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2121"}, {"id": "interfaces_dialect_do_prepare_twophase", "label": ".do_prepare_twophase()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2131"}, {"id": "interfaces_dialect_do_rollback_twophase", "label": ".do_rollback_twophase()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2141"}, {"id": "interfaces_dialect_do_commit_twophase", "label": ".do_commit_twophase()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2160"}, {"id": "interfaces_dialect_do_recover_twophase", "label": ".do_recover_twophase()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2180"}, {"id": "interfaces_dialect_deliver_insertmanyvalues_batches", "label": "._deliver_insertmanyvalues_batches()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2190"}, {"id": "interfaces_dialect_do_executemany", "label": ".do_executemany()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2206"}, {"id": "interfaces_dialect_do_execute", "label": ".do_execute()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2218"}, {"id": "interfaces_dialect_do_execute_no_params", "label": ".do_execute_no_params()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2230"}, {"id": "interfaces_dialect_is_disconnect", "label": ".is_disconnect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2244"}, {"id": "interfaces_dialect_connect", "label": ".connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2255"}, {"id": "interfaces_dialect_on_connect_url", "label": ".on_connect_url()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2289"}, {"id": "interfaces_dialect_on_connect", "label": ".on_connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2350"}, {"id": "interfaces_dialect_reset_isolation_level", "label": ".reset_isolation_level()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2403"}, {"id": "interfaces_dialect_set_isolation_level", "label": ".set_isolation_level()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2430"}, {"id": "interfaces_dialect_get_isolation_level", "label": ".get_isolation_level()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2464"}, {"id": "interfaces_dialect_detect_autocommit_setting", "label": ".detect_autocommit_setting()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2499"}, {"id": "interfaces_dialect_get_default_isolation_level", "label": ".get_default_isolation_level()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2523"}, {"id": "interfaces_dialect_get_isolation_level_values", "label": ".get_isolation_level_values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2545"}, {"id": "interfaces_dialect_assert_and_set_isolation_level", "label": "._assert_and_set_isolation_level()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2589"}, {"id": "interfaces_get_dialect_cls", "label": "get_dialect_cls()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2595"}, {"id": "interfaces_get_async_dialect_cls", "label": "get_async_dialect_cls()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2609"}, {"id": "interfaces_load_provisioning", "label": "load_provisioning()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2628"}, {"id": "interfaces_engine_created", "label": "engine_created()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2657"}, {"id": "interfaces_dialect_get_driver_connection", "label": ".get_driver_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2673"}, {"id": "interfaces_dialect_set_engine_execution_options", "label": ".set_engine_execution_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2688"}, {"id": "interfaces_dialect_set_connection_execution_options", "label": ".set_connection_execution_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2702"}, {"id": "interfaces_dialect_get_dialect_pool_class", "label": ".get_dialect_pool_class()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2717"}, {"id": "interfaces_dialect_validate_identifier", "label": ".validate_identifier()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2721"}, {"id": "interfaces_createengineplugin", "label": "CreateEnginePlugin", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2725"}, {"id": "interfaces_createengineplugin_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2901"}, {"id": "interfaces_createengineplugin_update_url", "label": ".update_url()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2928"}, {"id": "interfaces_createengineplugin_handle_dialect_kwargs", "label": ".handle_dialect_kwargs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2945"}, {"id": "interfaces_createengineplugin_handle_pool_kwargs", "label": ".handle_pool_kwargs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2950"}, {"id": "interfaces_createengineplugin_engine_created", "label": ".engine_created()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2955"}, {"id": "interfaces_executioncontext", "label": "ExecutionContext", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2965"}, {"id": "interfaces_init_ddl", "label": "_init_ddl()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3058"}, {"id": "interfaces_init_compiled", "label": "_init_compiled()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3069"}, {"id": "interfaces_init_statement", "label": "_init_statement()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3084"}, {"id": "interfaces_init_default", "label": "_init_default()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3096"}, {"id": "interfaces_executioncontext_exec_default", "label": "._exec_default()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3105"}, {"id": "interfaces_executioncontext_prepare_set_input_sizes", "label": "._prepare_set_input_sizes()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3113"}, {"id": "interfaces_executioncontext_get_cache_stats", "label": "._get_cache_stats()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3118"}, {"id": "interfaces_executioncontext_setup_result_proxy", "label": "._setup_result_proxy()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3121"}, {"id": "interfaces_executioncontext_fire_sequence", "label": ".fire_sequence()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3124"}, {"id": "interfaces_executioncontext_create_cursor", "label": ".create_cursor()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3129"}, {"id": "interfaces_executioncontext_pre_exec", "label": ".pre_exec()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3140"}, {"id": "interfaces_executioncontext_get_out_parameter_values", "label": ".get_out_parameter_values()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3150"}, {"id": "interfaces_executioncontext_post_exec", "label": ".post_exec()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3186"}, {"id": "interfaces_executioncontext_handle_dbapi_exception", "label": ".handle_dbapi_exception()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3196"}, {"id": "interfaces_executioncontext_lastrow_has_defaults", "label": ".lastrow_has_defaults()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3202"}, {"id": "interfaces_executioncontext_get_rowcount", "label": ".get_rowcount()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3209"}, {"id": "interfaces_executioncontext_fetchall_for_returning", "label": ".fetchall_for_returning()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3219"}, {"id": "interfaces_connectioneventstarget", "label": "ConnectionEventsTarget", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3238"}, {"id": "interfaces_exceptioncontext", "label": "ExceptionContext", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3253"}, {"id": "interfaces_adaptedconnection", "label": "AdaptedConnection", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3419"}, {"id": "interfaces_driver_connection", "label": "driver_connection()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3434"}, {"id": "interfaces_adaptedconnection_run_async", "label": ".run_async()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3438"}, {"id": "interfaces_adaptedconnection_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3470"}, {"id": "interfaces_rationale_89", "label": "indicates the :term:`DBAPI` cursor method that will be used to invoke a stat", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L89"}, {"id": "interfaces_rationale_127", "label": "protocol representing a :pep:`249` database connection. .. versionadded:: 2", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L127"}, {"id": "interfaces_rationale_152", "label": "protocol representing a :pep:`249` database type. .. versionadded:: 2.0", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L152"}, {"id": "interfaces_rationale_165", "label": "protocol representing a :pep:`249` database cursor. .. versionadded:: 2.0", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L165"}, {"id": "interfaces_rationale_180", "label": "The description attribute of the Cursor. .. seealso:: `cur", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L180"}, {"id": "interfaces_rationale_302", "label": "represent the reflected IDENTITY structure of a column, corresponding to the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L302"}, {"id": "interfaces_rationale_348", "label": "Represent the reflected elements of a computed column, corresponding to the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L348"}, {"id": "interfaces_rationale_366", "label": "Dictionary representing the reflected elements corresponding to a :class:`_s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L366"}, {"id": "interfaces_rationale_424", "label": "Dictionary representing the reflected elements corresponding to :class:`.Con", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L424"}, {"id": "interfaces_rationale_438", "label": "Dictionary representing the reflected elements corresponding to :class:`.Che", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L438"}, {"id": "interfaces_rationale_457", "label": "Dictionary representing the reflected elements corresponding to :class:`.Uni", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L457"}, {"id": "interfaces_rationale_477", "label": "Dictionary representing the reflected elements corresponding to :class:`.Pri", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L477"}, {"id": "interfaces_rationale_493", "label": "Dictionary representing the reflected elements corresponding to :class:`.For", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L493"}, {"id": "interfaces_rationale_518", "label": "Dictionary representing the reflected elements corresponding to :class:`.Ind", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L518"}, {"id": "interfaces_rationale_570", "label": "Dictionary representing the reflected comment corresponding to the :attr:`_s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L570"}, {"id": "interfaces_rationale_583", "label": "Define different methods of passing typing information for bound parameters", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L583"}, {"id": "interfaces_rationale_647", "label": "Define the behavior of a specific database and DB-API combination. Any aspe", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L647"}, {"id": "interfaces_rationale_705", "label": "same as .dbapi, but is never None; will raise an error if no DBAPI was s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L705"}, {"id": "interfaces_rationale_1243", "label": "Build DB-API compatible connection arguments. Given a :class:`.URL` obj", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1243"}, {"id": "interfaces_rationale_1277", "label": "Import the DBAPI module that is used by this dialect. The Python module", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1277"}, {"id": "interfaces_rationale_1294", "label": "Transform a generic type to a dialect-specific type. Dialect classes wi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1294"}, {"id": "interfaces_rationale_1308", "label": "Called during strategized creation of the dialect with a connection.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1308"}, {"id": "interfaces_rationale_1336", "label": "Return information about columns in ``table_name``. Given a :class:`_en", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1336"}, {"id": "interfaces_rationale_1358", "label": "Return information about columns in all tables in the given ``schema``.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1358"}, {"id": "interfaces_rationale_1385", "label": "Return information about the primary key constraint on table_name`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1385"}, {"id": "interfaces_rationale_1407", "label": "Return information about primary key constraints in all tables in the gi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1407"}, {"id": "interfaces_rationale_1433", "label": "Return information about foreign_keys in ``table_name``. Given a :class", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1433"}, {"id": "interfaces_rationale_1454", "label": "Return information about foreign_keys in all tables in the given ``schem", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1454"}, {"id": "interfaces_rationale_1477", "label": "Return a list of table names for ``schema``. This is an internal dialec", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1477"}, {"id": "interfaces_rationale_1489", "label": "Return a list of temporary table names on the given connection, if suppo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1489"}, {"id": "interfaces_rationale_1502", "label": "Return a list of all non-materialized view names available in the databa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1502"}, {"id": "interfaces_rationale_1517", "label": "Return a list of all materialized view names available in the database.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1517"}, {"id": "interfaces_rationale_1534", "label": "Return a list of all sequence names available in the database. This is", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1534"}, {"id": "interfaces_rationale_1549", "label": "Return a list of temporary view names on the given connection, if suppor", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1549"}, {"id": "interfaces_rationale_1560", "label": "Return a list of all schema names available in the database. This is an", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1560"}, {"id": "interfaces_rationale_1574", "label": "Return plain or materialized view definition. This is an internal diale", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1574"}, {"id": "interfaces_rationale_1593", "label": "Return information about indexes in ``table_name``. Given a :class:`_en", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1593"}, {"id": "interfaces_rationale_1614", "label": "Return information about indexes in in all tables in the given ``schema`", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1614"}, {"id": "interfaces_rationale_1641", "label": "r\"\"\"Return information about unique constraints in ``table_name``. Give", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1641"}, {"id": "interfaces_rationale_1661", "label": "Return information about unique constraints in all tables in the given `", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1661"}, {"id": "interfaces_rationale_1688", "label": "r\"\"\"Return information about check constraints in ``table_name``. Given", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1688"}, {"id": "interfaces_rationale_1709", "label": "Return information about check constraints in all tables in the given ``", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1709"}, {"id": "interfaces_rationale_1736", "label": "Return a dictionary of options specified when ``table_name`` was created", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1736"}, {"id": "interfaces_rationale_1752", "label": "Return a dictionary of options specified when the tables in the given sc", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1752"}, {"id": "interfaces_rationale_1778", "label": "r\"\"\"Return the \"comment\" for the table identified by ``table_name``. Gi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1778"}, {"id": "interfaces_rationale_1804", "label": "Return information about the table comment in all tables in the given ``", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1804"}, {"id": "interfaces_rationale_1825", "label": "convert the given name to lowercase if it is detected as case insensitiv", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1825"}, {"id": "interfaces_rationale_1835", "label": "convert the given name to a case insensitive identifier for the backend", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1835"}, {"id": "interfaces_rationale_1851", "label": "For internal dialect use, check the existence of a particular table or v", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1851"}, {"id": "interfaces_rationale_1893", "label": "Check the existence of a particular index name in the database. Given a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1893"}, {"id": "interfaces_rationale_1919", "label": "Check the existence of a particular sequence in the database. Given a :", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1919"}, {"id": "interfaces_rationale_1934", "label": "Check the existence of a particular schema name in the database. Given", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1934"}, {"id": "interfaces_rationale_1955", "label": "Retrieve the server version info from the given connection. This is use", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1955"}, {"id": "interfaces_rationale_1966", "label": "Return the string name of the currently selected schema from the given c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1966"}, {"id": "interfaces_rationale_1978", "label": "Provide an implementation of ``connection.begin()``, given a DB-API conn", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1978"}, {"id": "interfaces_rationale_1993", "label": "Provide an implementation of ``connection.rollback()``, given a DB-API c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1993"}, {"id": "interfaces_rationale_2004", "label": "Provide an implementation of ``connection.commit()``, given a DB-API con", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2004"}, {"id": "interfaces_rationale_2015", "label": "Provide an implementation of ``connection.close()`` that tries as much a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2015"}, {"id": "interfaces_rationale_2032", "label": "Provide an implementation of ``connection.close()``, given a DBAPI conne", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2032"}, {"id": "interfaces_rationale_2048", "label": "ping the DBAPI connection and return True if the connection is usable.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2048"}, {"id": "interfaces_rationale_2058", "label": "invoke the cursor.setinputsizes() method with appropriate arguments Thi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2058"}, {"id": "interfaces_rationale_2081", "label": "Create a two-phase transaction ID. This id will be passed to do_begin_t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2081"}, {"id": "interfaces_rationale_2091", "label": "Create a savepoint with the given name. :param connection: a :class:`_e", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2091"}, {"id": "interfaces_rationale_2103", "label": "Rollback a connection to the named savepoint. :param connection: a :cla", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2103"}, {"id": "interfaces_rationale_2113", "label": "Release the named savepoint on a connection. :param connection: a :clas", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2113"}, {"id": "interfaces_rationale_2122", "label": "Begin a two phase transaction on the given connection. :param connectio", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2122"}, {"id": "interfaces_rationale_2132", "label": "Prepare a two phase transaction on the given connection. :param connect", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2132"}, {"id": "interfaces_rationale_2148", "label": "Rollback a two phase transaction on the given connection. :param connec", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2148"}, {"id": "interfaces_rationale_2167", "label": "Commit a two phase transaction on the given connection. :param connect", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2167"}, {"id": "interfaces_rationale_2181", "label": "Recover list of uncommitted prepared two phase transaction identifiers o", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2181"}, {"id": "interfaces_rationale_2199", "label": "convert executemany parameters for an INSERT into an iterator of stateme", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2199"}, {"id": "interfaces_rationale_2213", "label": "Provide an implementation of ``cursor.executemany(statement, parameters)", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2213"}, {"id": "interfaces_rationale_2225", "label": "Provide an implementation of ``cursor.execute(statement, parameters)``.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2225"}, {"id": "interfaces_rationale_2236", "label": "Provide an implementation of ``cursor.execute(statement)``. The paramet", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2236"}, {"id": "interfaces_rationale_2250", "label": "Return True if the given DB-API error indicates an invalid connection", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2250"}, {"id": "interfaces_rationale_2256", "label": "r\"\"\"Establish a connection using this dialect's DBAPI. The default impl", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2256"}, {"id": "interfaces_rationale_2290", "label": "return a callable which sets up a newly created DBAPI connection. This", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2290"}, {"id": "interfaces_rationale_2351", "label": "return a callable which sets up a newly created DBAPI connection. The c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2351"}, {"id": "interfaces_rationale_2404", "label": "Given a DBAPI connection, revert its isolation to the default. Note tha", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2404"}, {"id": "interfaces_rationale_2433", "label": "Given a DBAPI connection, set its isolation level. Note that this is a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2433"}, {"id": "interfaces_rationale_2467", "label": "Given a DBAPI connection, return its isolation level. When working with", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2467"}, {"id": "interfaces_rationale_2500", "label": "Detect the current autocommit setting for a DBAPI connection. :param db", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2500"}, {"id": "interfaces_rationale_2526", "label": "Given a DBAPI connection, return its isolation level, or a default isola", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2526"}, {"id": "interfaces_rationale_2548", "label": "return a sequence of string isolation level names that are accepted by t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2548"}, {"id": "interfaces_rationale_2596", "label": "Given a URL, return the :class:`.Dialect` that will be used. This is a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2596"}, {"id": "interfaces_rationale_2610", "label": "Given a URL, return the :class:`.Dialect` that will be used by an async", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2610"}, {"id": "interfaces_rationale_2629", "label": "set up the provision.py module for this dialect. For dialects that incl", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2629"}, {"id": "interfaces_rationale_2658", "label": "A convenience hook called before returning the final :class:`_engine.Eng", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2658"}, {"id": "interfaces_rationale_2674", "label": "Returns the connection object as returned by the external driver package", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2674"}, {"id": "interfaces_rationale_2691", "label": "Establish execution options for a given engine. This is implemented by", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2691"}, {"id": "interfaces_rationale_2705", "label": "Establish execution options for a given connection. This is implemented", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2705"}, {"id": "interfaces_rationale_2718", "label": "return a Pool class to use for a given URL", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2718"}, {"id": "interfaces_rationale_2722", "label": "Validates an identifier name, raising an exception if invalid", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2722"}, {"id": "interfaces_rationale_2726", "label": "A set of hooks intended to augment the construction of an :class:`_engine.En", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2726"}, {"id": "interfaces_rationale_2902", "label": "Construct a new :class:`.CreateEnginePlugin`. The plugin object is inst", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2902"}, {"id": "interfaces_rationale_2929", "label": "Update the :class:`_engine.URL`. A new :class:`_engine.URL` should be r", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2929"}, {"id": "interfaces_rationale_2948", "label": "parse and modify dialect kwargs", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2948"}, {"id": "interfaces_rationale_2953", "label": "parse and modify pool kwargs", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2953"}, {"id": "interfaces_rationale_2956", "label": "Receive the :class:`_engine.Engine` object when it is fully constructed.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2956"}, {"id": "interfaces_rationale_2966", "label": "A messenger object for a Dialect that corresponds to a single execution.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2966"}, {"id": "interfaces_rationale_3125", "label": "given a :class:`.Sequence`, invoke it and return the next int value", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3125"}, {"id": "interfaces_rationale_3130", "label": "Return a new cursor generated from this ExecutionContext's connection.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3130"}, {"id": "interfaces_rationale_3141", "label": "Called before an execution of a compiled statement. If a compiled state", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3141"}, {"id": "interfaces_rationale_3153", "label": "Return a sequence of OUT parameter values from a cursor. For dialects t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3153"}, {"id": "interfaces_rationale_3187", "label": "Called after the execution of a compiled statement. If a compiled state", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3187"}, {"id": "interfaces_rationale_3197", "label": "Receive a DBAPI exception which occurred upon execute, result fetch, etc", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3197"}, {"id": "interfaces_rationale_3203", "label": "Return True if the last INSERT or UPDATE row contained inlined or databa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3203"}, {"id": "interfaces_rationale_3210", "label": "Return the DBAPI ``cursor.rowcount`` value, or in some cases an interpre", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3210"}, {"id": "interfaces_rationale_3220", "label": "For a RETURNING result, deliver cursor.fetchall() from the DBAPI cursor.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3220"}, {"id": "interfaces_rationale_3239", "label": "An object which can accept events from :class:`.ConnectionEvents`. Includes", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3239"}, {"id": "interfaces_rationale_3254", "label": "Encapsulate information about an error condition in progress. This object e", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3254"}, {"id": "interfaces_rationale_3420", "label": "Interface of an adapted connection object to support the DBAPI protocol. Us", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3420"}, {"id": "interfaces_rationale_3435", "label": "The connection object as returned by the driver after a connect.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3435"}, {"id": "interfaces_rationale_3439", "label": "Run the awaitable returned by the given function, which is passed the ra", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3439"}, {"id": "interfaces_rationale_777", "label": "# NOTE: this does not take into effect engine-level isolation level.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L777"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "enum", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_event_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_pool_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_pool_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_compiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_compiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_compiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_compiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_concurrency_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_typing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_typing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_typing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_typing_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L46", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_base_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_base_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_cursor_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L51", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_url_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L52", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_connectors_asyncio_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L53", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_event_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L54", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_event_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_exc_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L56", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L57", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_compiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L58", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_compiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L59", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_compiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L60", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_compiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L61", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_compiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L62", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_compiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L63", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_elements_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L64", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_elements_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L65", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_schema_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_schema_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L67", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_schema_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L68", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_schema_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L69", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_sqltypes_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_type_api_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L71", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_sql_type_api_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L72", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_util_langhelpers_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_cachestats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L80", "weight": 1.0}, {"source": "interfaces_cachestats", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L80", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_executestyle", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L88", "weight": 1.0}, {"source": "interfaces_executestyle", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L88", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_dbapimodule", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L110", "weight": 1.0}, {"source": "interfaces_dbapimodule", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_error", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L111", "weight": 1.0}, {"source": "interfaces_error", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L111", "weight": 1.0}, {"source": "interfaces_error", "target": "interfaces_error_getattr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L112", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_operationalerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L114", "weight": 1.0}, {"source": "interfaces_operationalerror", "target": "interfaces_error", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L114", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_interfaceerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L117", "weight": 1.0}, {"source": "interfaces_interfaceerror", "target": "interfaces_error", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L117", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_integrityerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L120", "weight": 1.0}, {"source": "interfaces_integrityerror", "target": "interfaces_error", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L120", "weight": 1.0}, {"source": "interfaces_dbapimodule", "target": "interfaces_dbapimodule_getattr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L123", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_dbapiconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L126", "weight": 1.0}, {"source": "interfaces_dbapiconnection", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L126", "weight": 1.0}, {"source": "interfaces_dbapiconnection", "target": "interfaces_dbapiconnection_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L138", "weight": 1.0}, {"source": "interfaces_dbapiconnection", "target": "interfaces_dbapiconnection_commit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L140", "weight": 1.0}, {"source": "interfaces_dbapiconnection", "target": "interfaces_dbapiconnection_cursor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L142", "weight": 1.0}, {"source": "interfaces_dbapiconnection", "target": "interfaces_dbapiconnection_rollback", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L144", "weight": 1.0}, {"source": "interfaces_dbapiconnection", "target": "interfaces_dbapiconnection_getattr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L146", "weight": 1.0}, {"source": "interfaces_dbapiconnection", "target": "interfaces_dbapiconnection_setattr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L148", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_dbapitype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L151", "weight": 1.0}, {"source": "interfaces_dbapitype", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L151", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_dbapicursor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L164", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L164", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_description", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L177", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_rowcount", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L192", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L198", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_execute", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L200", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_executemany", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L206", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_fetchone", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L212", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_fetchmany", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L214", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_fetchall", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L216", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_setinputsizes", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L218", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_setoutputsize", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L220", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_callproc", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L222", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_nextset", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L226", "weight": 1.0}, {"source": "interfaces_dbapicursor", "target": "interfaces_dbapicursor_getattr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L228", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_coreknownexecutionoptions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L282", "weight": 1.0}, {"source": "interfaces_coreknownexecutionoptions", "target": "typeddict", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L282", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_reflectedidentity", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L301", "weight": 1.0}, {"source": "interfaces_reflectedidentity", "target": "typeddict", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L301", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_reflectedcomputed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L347", "weight": 1.0}, {"source": "interfaces_reflectedcomputed", "target": "typeddict", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L347", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_reflectedcolumn", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L365", "weight": 1.0}, {"source": "interfaces_reflectedcolumn", "target": "typeddict", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L365", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_reflectedconstraint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L423", "weight": 1.0}, {"source": "interfaces_reflectedconstraint", "target": "typeddict", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L423", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_reflectedcheckconstraint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L437", "weight": 1.0}, {"source": "interfaces_reflectedcheckconstraint", "target": "interfaces_reflectedconstraint", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L437", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_reflecteduniqueconstraint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L456", "weight": 1.0}, {"source": "interfaces_reflecteduniqueconstraint", "target": "interfaces_reflectedconstraint", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L456", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_reflectedprimarykeyconstraint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L476", "weight": 1.0}, {"source": "interfaces_reflectedprimarykeyconstraint", "target": "interfaces_reflectedconstraint", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L476", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_reflectedforeignkeyconstraint", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L492", "weight": 1.0}, {"source": "interfaces_reflectedforeignkeyconstraint", "target": "interfaces_reflectedconstraint", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L492", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_reflectedindex", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L517", "weight": 1.0}, {"source": "interfaces_reflectedindex", "target": "typeddict", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L517", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_reflectedtablecomment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L569", "weight": 1.0}, {"source": "interfaces_reflectedtablecomment", "target": "typeddict", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L569", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_bindtyping", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L582", "weight": 1.0}, {"source": "interfaces_bindtyping", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L582", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_dialect", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L646", "weight": 1.0}, {"source": "interfaces_dialect", "target": "eventtarget", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L646", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_loaded_dbapi", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L704", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_builtin_onconnect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1239", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_create_connect_args", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1242", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_import_dbapi", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1276", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_type_descriptor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1293", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_initialize", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1307", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_overrides_default", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1327", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_columns", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1329", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_multi_columns", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1350", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_pk_constraint", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1378", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_multi_pk_constraint", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1399", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_foreign_keys", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1426", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_multi_foreign_keys", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1446", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_table_names", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1474", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_temp_table_names", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1486", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_view_names", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1499", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_materialized_view_names", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1514", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_sequence_names", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1531", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_temp_view_names", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1546", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_schema_names", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1559", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_view_definition", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1567", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_indexes", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1586", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_multi_indexes", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1606", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_unique_constraints", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1634", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_multi_unique_constraints", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1653", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_check_constraints", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1681", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_multi_check_constraints", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1701", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_table_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1729", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_multi_table_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1744", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_table_comment", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1771", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_multi_table_comment", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1796", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_normalize_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1824", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_denormalize_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1834", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_has_table", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1844", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_has_index", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1885", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_has_sequence", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1912", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_has_schema", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1931", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_server_version_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1954", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_default_schema_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1965", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_begin", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1977", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_rollback", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1992", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_commit", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2003", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_terminate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2014", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_close", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2031", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_ping_w_event", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2044", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_ping", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2047", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_set_input_sizes", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2052", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_create_xid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2080", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_savepoint", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2090", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_rollback_to_savepoint", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2100", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_release_savepoint", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2112", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_begin_twophase", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2121", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_prepare_twophase", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2131", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_rollback_twophase", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2141", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_commit_twophase", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2160", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_recover_twophase", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2180", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_deliver_insertmanyvalues_batches", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2190", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_executemany", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2206", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_execute", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2218", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_do_execute_no_params", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2230", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_is_disconnect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2244", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2255", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_on_connect_url", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2289", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_on_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2350", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_reset_isolation_level", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2403", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_set_isolation_level", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2430", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_isolation_level", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2464", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_detect_autocommit_setting", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2499", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_default_isolation_level", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2523", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_isolation_level_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2545", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_assert_and_set_isolation_level", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2589", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_get_dialect_cls", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2595", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_get_async_dialect_cls", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2609", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_load_provisioning", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2628", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_engine_created", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2657", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_driver_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2673", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_set_engine_execution_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2688", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_set_connection_execution_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2702", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_get_dialect_pool_class", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2717", "weight": 1.0}, {"source": "interfaces_dialect", "target": "interfaces_dialect_validate_identifier", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2721", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_createengineplugin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2725", "weight": 1.0}, {"source": "interfaces_createengineplugin", "target": "interfaces_createengineplugin_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2901", "weight": 1.0}, {"source": "interfaces_createengineplugin", "target": "interfaces_createengineplugin_update_url", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2928", "weight": 1.0}, {"source": "interfaces_createengineplugin", "target": "interfaces_createengineplugin_handle_dialect_kwargs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2945", "weight": 1.0}, {"source": "interfaces_createengineplugin", "target": "interfaces_createengineplugin_handle_pool_kwargs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2950", "weight": 1.0}, {"source": "interfaces_createengineplugin", "target": "interfaces_createengineplugin_engine_created", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2955", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_executioncontext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2965", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_init_ddl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3058", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_init_compiled", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3069", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_init_statement", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3084", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_init_default", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3096", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_exec_default", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3105", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_prepare_set_input_sizes", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3113", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_get_cache_stats", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3118", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_setup_result_proxy", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3121", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_fire_sequence", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3124", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_create_cursor", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3129", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_pre_exec", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3140", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_get_out_parameter_values", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3150", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_post_exec", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3186", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_handle_dbapi_exception", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3196", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_lastrow_has_defaults", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3202", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_get_rowcount", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3209", "weight": 1.0}, {"source": "interfaces_executioncontext", "target": "interfaces_executioncontext_fetchall_for_returning", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3219", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_connectioneventstarget", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3238", "weight": 1.0}, {"source": "interfaces_connectioneventstarget", "target": "eventtarget", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3238", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_exceptioncontext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3253", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_adaptedconnection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3419", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "target": "interfaces_driver_connection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3434", "weight": 1.0}, {"source": "interfaces_adaptedconnection", "target": "interfaces_adaptedconnection_run_async", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3438", "weight": 1.0}, {"source": "interfaces_adaptedconnection", "target": "interfaces_adaptedconnection_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3470", "weight": 1.0}, {"source": "interfaces_dialect_on_connect_url", "target": "interfaces_dialect_on_connect", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2348", "weight": 1.0}, {"source": "interfaces_get_async_dialect_cls", "target": "interfaces_get_dialect_cls", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2625", "weight": 1.0}, {"source": "interfaces_rationale_89", "target": "interfaces_executestyle", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L89", "weight": 1.0}, {"source": "interfaces_rationale_127", "target": "interfaces_dbapiconnection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L127", "weight": 1.0}, {"source": "interfaces_rationale_152", "target": "interfaces_dbapitype", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L152", "weight": 1.0}, {"source": "interfaces_rationale_165", "target": "interfaces_dbapicursor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L165", "weight": 1.0}, {"source": "interfaces_rationale_180", "target": "interfaces_dbapicursor_description", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L180", "weight": 1.0}, {"source": "interfaces_rationale_302", "target": "interfaces_reflectedidentity", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L302", "weight": 1.0}, {"source": "interfaces_rationale_348", "target": "interfaces_reflectedcomputed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L348", "weight": 1.0}, {"source": "interfaces_rationale_366", "target": "interfaces_reflectedcolumn", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L366", "weight": 1.0}, {"source": "interfaces_rationale_424", "target": "interfaces_reflectedconstraint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L424", "weight": 1.0}, {"source": "interfaces_rationale_438", "target": "interfaces_reflectedcheckconstraint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L438", "weight": 1.0}, {"source": "interfaces_rationale_457", "target": "interfaces_reflecteduniqueconstraint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L457", "weight": 1.0}, {"source": "interfaces_rationale_477", "target": "interfaces_reflectedprimarykeyconstraint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L477", "weight": 1.0}, {"source": "interfaces_rationale_493", "target": "interfaces_reflectedforeignkeyconstraint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L493", "weight": 1.0}, {"source": "interfaces_rationale_518", "target": "interfaces_reflectedindex", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L518", "weight": 1.0}, {"source": "interfaces_rationale_570", "target": "interfaces_reflectedtablecomment", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L570", "weight": 1.0}, {"source": "interfaces_rationale_583", "target": "interfaces_bindtyping", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L583", "weight": 1.0}, {"source": "interfaces_rationale_647", "target": "interfaces_dialect", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L647", "weight": 1.0}, {"source": "interfaces_rationale_705", "target": "interfaces_dialect_loaded_dbapi", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L705", "weight": 1.0}, {"source": "interfaces_rationale_1243", "target": "interfaces_dialect_create_connect_args", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1243", "weight": 1.0}, {"source": "interfaces_rationale_1277", "target": "interfaces_dialect_import_dbapi", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1277", "weight": 1.0}, {"source": "interfaces_rationale_1294", "target": "interfaces_dialect_type_descriptor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1294", "weight": 1.0}, {"source": "interfaces_rationale_1308", "target": "interfaces_dialect_initialize", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1308", "weight": 1.0}, {"source": "interfaces_rationale_1336", "target": "interfaces_dialect_get_columns", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1336", "weight": 1.0}, {"source": "interfaces_rationale_1358", "target": "interfaces_dialect_get_multi_columns", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1358", "weight": 1.0}, {"source": "interfaces_rationale_1385", "target": "interfaces_dialect_get_pk_constraint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1385", "weight": 1.0}, {"source": "interfaces_rationale_1407", "target": "interfaces_dialect_get_multi_pk_constraint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1407", "weight": 1.0}, {"source": "interfaces_rationale_1433", "target": "interfaces_dialect_get_foreign_keys", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1433", "weight": 1.0}, {"source": "interfaces_rationale_1454", "target": "interfaces_dialect_get_multi_foreign_keys", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1454", "weight": 1.0}, {"source": "interfaces_rationale_1477", "target": "interfaces_dialect_get_table_names", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1477", "weight": 1.0}, {"source": "interfaces_rationale_1489", "target": "interfaces_dialect_get_temp_table_names", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1489", "weight": 1.0}, {"source": "interfaces_rationale_1502", "target": "interfaces_dialect_get_view_names", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1502", "weight": 1.0}, {"source": "interfaces_rationale_1517", "target": "interfaces_dialect_get_materialized_view_names", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1517", "weight": 1.0}, {"source": "interfaces_rationale_1534", "target": "interfaces_dialect_get_sequence_names", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1534", "weight": 1.0}, {"source": "interfaces_rationale_1549", "target": "interfaces_dialect_get_temp_view_names", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1549", "weight": 1.0}, {"source": "interfaces_rationale_1560", "target": "interfaces_dialect_get_schema_names", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1560", "weight": 1.0}, {"source": "interfaces_rationale_1574", "target": "interfaces_dialect_get_view_definition", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1574", "weight": 1.0}, {"source": "interfaces_rationale_1593", "target": "interfaces_dialect_get_indexes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1593", "weight": 1.0}, {"source": "interfaces_rationale_1614", "target": "interfaces_dialect_get_multi_indexes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1614", "weight": 1.0}, {"source": "interfaces_rationale_1641", "target": "interfaces_dialect_get_unique_constraints", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1641", "weight": 1.0}, {"source": "interfaces_rationale_1661", "target": "interfaces_dialect_get_multi_unique_constraints", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1661", "weight": 1.0}, {"source": "interfaces_rationale_1688", "target": "interfaces_dialect_get_check_constraints", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1688", "weight": 1.0}, {"source": "interfaces_rationale_1709", "target": "interfaces_dialect_get_multi_check_constraints", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1709", "weight": 1.0}, {"source": "interfaces_rationale_1736", "target": "interfaces_dialect_get_table_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1736", "weight": 1.0}, {"source": "interfaces_rationale_1752", "target": "interfaces_dialect_get_multi_table_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1752", "weight": 1.0}, {"source": "interfaces_rationale_1778", "target": "interfaces_dialect_get_table_comment", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1778", "weight": 1.0}, {"source": "interfaces_rationale_1804", "target": "interfaces_dialect_get_multi_table_comment", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1804", "weight": 1.0}, {"source": "interfaces_rationale_1825", "target": "interfaces_dialect_normalize_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1825", "weight": 1.0}, {"source": "interfaces_rationale_1835", "target": "interfaces_dialect_denormalize_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1835", "weight": 1.0}, {"source": "interfaces_rationale_1851", "target": "interfaces_dialect_has_table", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1851", "weight": 1.0}, {"source": "interfaces_rationale_1893", "target": "interfaces_dialect_has_index", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1893", "weight": 1.0}, {"source": "interfaces_rationale_1919", "target": "interfaces_dialect_has_sequence", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1919", "weight": 1.0}, {"source": "interfaces_rationale_1934", "target": "interfaces_dialect_has_schema", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1934", "weight": 1.0}, {"source": "interfaces_rationale_1955", "target": "interfaces_dialect_get_server_version_info", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1955", "weight": 1.0}, {"source": "interfaces_rationale_1966", "target": "interfaces_dialect_get_default_schema_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1966", "weight": 1.0}, {"source": "interfaces_rationale_1978", "target": "interfaces_dialect_do_begin", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1978", "weight": 1.0}, {"source": "interfaces_rationale_1993", "target": "interfaces_dialect_do_rollback", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1993", "weight": 1.0}, {"source": "interfaces_rationale_2004", "target": "interfaces_dialect_do_commit", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2004", "weight": 1.0}, {"source": "interfaces_rationale_2015", "target": "interfaces_dialect_do_terminate", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2015", "weight": 1.0}, {"source": "interfaces_rationale_2032", "target": "interfaces_dialect_do_close", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2032", "weight": 1.0}, {"source": "interfaces_rationale_2048", "target": "interfaces_dialect_do_ping", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2048", "weight": 1.0}, {"source": "interfaces_rationale_2058", "target": "interfaces_dialect_do_set_input_sizes", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2058", "weight": 1.0}, {"source": "interfaces_rationale_2081", "target": "interfaces_dialect_create_xid", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2081", "weight": 1.0}, {"source": "interfaces_rationale_2091", "target": "interfaces_dialect_do_savepoint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2091", "weight": 1.0}, {"source": "interfaces_rationale_2103", "target": "interfaces_dialect_do_rollback_to_savepoint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2103", "weight": 1.0}, {"source": "interfaces_rationale_2113", "target": "interfaces_dialect_do_release_savepoint", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2113", "weight": 1.0}, {"source": "interfaces_rationale_2122", "target": "interfaces_dialect_do_begin_twophase", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2122", "weight": 1.0}, {"source": "interfaces_rationale_2132", "target": "interfaces_dialect_do_prepare_twophase", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2132", "weight": 1.0}, {"source": "interfaces_rationale_2148", "target": "interfaces_dialect_do_rollback_twophase", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2148", "weight": 1.0}, {"source": "interfaces_rationale_2167", "target": "interfaces_dialect_do_commit_twophase", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2167", "weight": 1.0}, {"source": "interfaces_rationale_2181", "target": "interfaces_dialect_do_recover_twophase", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2181", "weight": 1.0}, {"source": "interfaces_rationale_2199", "target": "interfaces_dialect_deliver_insertmanyvalues_batches", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2199", "weight": 1.0}, {"source": "interfaces_rationale_2213", "target": "interfaces_dialect_do_executemany", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2213", "weight": 1.0}, {"source": "interfaces_rationale_2225", "target": "interfaces_dialect_do_execute", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2225", "weight": 1.0}, {"source": "interfaces_rationale_2236", "target": "interfaces_dialect_do_execute_no_params", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2236", "weight": 1.0}, {"source": "interfaces_rationale_2250", "target": "interfaces_dialect_is_disconnect", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2250", "weight": 1.0}, {"source": "interfaces_rationale_2256", "target": "interfaces_dialect_connect", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2256", "weight": 1.0}, {"source": "interfaces_rationale_2290", "target": "interfaces_dialect_on_connect_url", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2290", "weight": 1.0}, {"source": "interfaces_rationale_2351", "target": "interfaces_dialect_on_connect", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2351", "weight": 1.0}, {"source": "interfaces_rationale_2404", "target": "interfaces_dialect_reset_isolation_level", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2404", "weight": 1.0}, {"source": "interfaces_rationale_2433", "target": "interfaces_dialect_set_isolation_level", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2433", "weight": 1.0}, {"source": "interfaces_rationale_2467", "target": "interfaces_dialect_get_isolation_level", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2467", "weight": 1.0}, {"source": "interfaces_rationale_2500", "target": "interfaces_dialect_detect_autocommit_setting", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2500", "weight": 1.0}, {"source": "interfaces_rationale_2526", "target": "interfaces_dialect_get_default_isolation_level", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2526", "weight": 1.0}, {"source": "interfaces_rationale_2548", "target": "interfaces_dialect_get_isolation_level_values", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2548", "weight": 1.0}, {"source": "interfaces_rationale_2596", "target": "interfaces_dialect_get_dialect_cls", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2596", "weight": 1.0}, {"source": "interfaces_rationale_2610", "target": "interfaces_dialect_get_async_dialect_cls", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2610", "weight": 1.0}, {"source": "interfaces_rationale_2629", "target": "interfaces_dialect_load_provisioning", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2629", "weight": 1.0}, {"source": "interfaces_rationale_2658", "target": "interfaces_dialect_engine_created", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2658", "weight": 1.0}, {"source": "interfaces_rationale_2674", "target": "interfaces_dialect_get_driver_connection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2674", "weight": 1.0}, {"source": "interfaces_rationale_2691", "target": "interfaces_dialect_set_engine_execution_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2691", "weight": 1.0}, {"source": "interfaces_rationale_2705", "target": "interfaces_dialect_set_connection_execution_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2705", "weight": 1.0}, {"source": "interfaces_rationale_2718", "target": "interfaces_dialect_get_dialect_pool_class", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2718", "weight": 1.0}, {"source": "interfaces_rationale_2722", "target": "interfaces_dialect_validate_identifier", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2722", "weight": 1.0}, {"source": "interfaces_rationale_2726", "target": "interfaces_createengineplugin", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2726", "weight": 1.0}, {"source": "interfaces_rationale_2902", "target": "interfaces_createengineplugin_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2902", "weight": 1.0}, {"source": "interfaces_rationale_2929", "target": "interfaces_createengineplugin_update_url", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2929", "weight": 1.0}, {"source": "interfaces_rationale_2948", "target": "interfaces_createengineplugin_handle_dialect_kwargs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2948", "weight": 1.0}, {"source": "interfaces_rationale_2953", "target": "interfaces_createengineplugin_handle_pool_kwargs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2953", "weight": 1.0}, {"source": "interfaces_rationale_2956", "target": "interfaces_createengineplugin_engine_created", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2956", "weight": 1.0}, {"source": "interfaces_rationale_2966", "target": "interfaces_executioncontext", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2966", "weight": 1.0}, {"source": "interfaces_rationale_3125", "target": "interfaces_executioncontext_fire_sequence", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3125", "weight": 1.0}, {"source": "interfaces_rationale_3130", "target": "interfaces_executioncontext_create_cursor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3130", "weight": 1.0}, {"source": "interfaces_rationale_3141", "target": "interfaces_executioncontext_pre_exec", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3141", "weight": 1.0}, {"source": "interfaces_rationale_3153", "target": "interfaces_executioncontext_get_out_parameter_values", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3153", "weight": 1.0}, {"source": "interfaces_rationale_3187", "target": "interfaces_executioncontext_post_exec", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3187", "weight": 1.0}, {"source": "interfaces_rationale_3197", "target": "interfaces_executioncontext_handle_dbapi_exception", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3197", "weight": 1.0}, {"source": "interfaces_rationale_3203", "target": "interfaces_executioncontext_lastrow_has_defaults", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3203", "weight": 1.0}, {"source": "interfaces_rationale_3210", "target": "interfaces_executioncontext_get_rowcount", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3210", "weight": 1.0}, {"source": "interfaces_rationale_3220", "target": "interfaces_executioncontext_fetchall_for_returning", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3220", "weight": 1.0}, {"source": "interfaces_rationale_3239", "target": "interfaces_connectioneventstarget", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3239", "weight": 1.0}, {"source": "interfaces_rationale_3254", "target": "interfaces_exceptioncontext", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3254", "weight": 1.0}, {"source": "interfaces_rationale_3420", "target": "interfaces_adaptedconnection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3420", "weight": 1.0}, {"source": "interfaces_rationale_3435", "target": "interfaces_adaptedconnection_driver_connection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3435", "weight": 1.0}, {"source": "interfaces_rationale_3439", "target": "interfaces_adaptedconnection_run_async", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3439", "weight": 1.0}, {"source": "interfaces_rationale_777", "target": "backend_venv_lib_python3_12_site_packages_sqlalchemy_engine_interfaces_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L777", "weight": 1.0}], "raw_calls": [{"caller_nid": "interfaces_loaded_dbapi", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L711"}, {"caller_nid": "interfaces_dialect_builtin_onconnect", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1240"}, {"caller_nid": "interfaces_dialect_create_connect_args", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1273"}, {"caller_nid": "interfaces_import_dbapi", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1291"}, {"caller_nid": "interfaces_dialect_type_descriptor", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1305"}, {"caller_nid": "interfaces_dialect_get_columns", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1348"}, {"caller_nid": "interfaces_dialect_get_multi_columns", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1376"}, {"caller_nid": "interfaces_dialect_get_pk_constraint", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1397"}, {"caller_nid": "interfaces_dialect_get_multi_pk_constraint", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1424"}, {"caller_nid": "interfaces_dialect_get_foreign_keys", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1444"}, {"caller_nid": "interfaces_dialect_get_multi_foreign_keys", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1472"}, {"caller_nid": "interfaces_dialect_get_table_names", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1484"}, {"caller_nid": "interfaces_dialect_get_temp_table_names", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1497"}, {"caller_nid": "interfaces_dialect_get_view_names", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1512"}, {"caller_nid": "interfaces_dialect_get_materialized_view_names", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1529"}, {"caller_nid": "interfaces_dialect_get_sequence_names", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1544"}, {"caller_nid": "interfaces_dialect_get_temp_view_names", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1557"}, {"caller_nid": "interfaces_dialect_get_schema_names", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1565"}, {"caller_nid": "interfaces_dialect_get_view_definition", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1584"}, {"caller_nid": "interfaces_dialect_get_indexes", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1604"}, {"caller_nid": "interfaces_dialect_get_multi_indexes", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1632"}, {"caller_nid": "interfaces_dialect_get_unique_constraints", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1651"}, {"caller_nid": "interfaces_dialect_get_multi_unique_constraints", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1679"}, {"caller_nid": "interfaces_dialect_get_check_constraints", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1699"}, {"caller_nid": "interfaces_dialect_get_multi_check_constraints", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1727"}, {"caller_nid": "interfaces_dialect_get_table_options", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1742"}, {"caller_nid": "interfaces_dialect_get_multi_table_options", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1769"}, {"caller_nid": "interfaces_dialect_get_table_comment", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1794"}, {"caller_nid": "interfaces_dialect_get_multi_table_comment", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1822"}, {"caller_nid": "interfaces_dialect_normalize_name", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1832"}, {"caller_nid": "interfaces_dialect_denormalize_name", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1842"}, {"caller_nid": "interfaces_dialect_has_table", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1883"}, {"caller_nid": "interfaces_dialect_has_index", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1910"}, {"caller_nid": "interfaces_dialect_has_sequence", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1929"}, {"caller_nid": "interfaces_dialect_has_schema", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1952"}, {"caller_nid": "interfaces_dialect_get_server_version_info", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1963"}, {"caller_nid": "interfaces_dialect_get_default_schema_name", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1975"}, {"caller_nid": "interfaces_dialect_do_begin", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L1990"}, {"caller_nid": "interfaces_dialect_do_rollback", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2001"}, {"caller_nid": "interfaces_dialect_do_commit", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2012"}, {"caller_nid": "interfaces_dialect_do_terminate", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2029"}, {"caller_nid": "interfaces_dialect_do_close", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2042"}, {"caller_nid": "interfaces_dialect_do_ping_w_event", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2045"}, {"caller_nid": "interfaces_dialect_do_ping", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2050"}, {"caller_nid": "interfaces_dialect_do_set_input_sizes", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2078"}, {"caller_nid": "interfaces_dialect_create_xid", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2088"}, {"caller_nid": "interfaces_dialect_do_savepoint", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2098"}, {"caller_nid": "interfaces_dialect_do_rollback_to_savepoint", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2110"}, {"caller_nid": "interfaces_dialect_do_release_savepoint", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2119"}, {"caller_nid": "interfaces_dialect_do_begin_twophase", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2129"}, {"caller_nid": "interfaces_dialect_do_prepare_twophase", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2139"}, {"caller_nid": "interfaces_dialect_do_rollback_twophase", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2158"}, {"caller_nid": "interfaces_dialect_do_commit_twophase", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2178"}, {"caller_nid": "interfaces_dialect_do_recover_twophase", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2188"}, {"caller_nid": "interfaces_dialect_deliver_insertmanyvalues_batches", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2204"}, {"caller_nid": "interfaces_dialect_do_executemany", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2216"}, {"caller_nid": "interfaces_dialect_do_execute", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2228"}, {"caller_nid": "interfaces_dialect_do_execute_no_params", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2242"}, {"caller_nid": "interfaces_dialect_is_disconnect", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2253"}, {"caller_nid": "interfaces_dialect_connect", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2287"}, {"caller_nid": "interfaces_dialect_reset_isolation_level", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2428"}, {"caller_nid": "interfaces_dialect_set_isolation_level", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2462"}, {"caller_nid": "interfaces_dialect_get_isolation_level", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2497"}, {"caller_nid": "interfaces_dialect_detect_autocommit_setting", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2519"}, {"caller_nid": "interfaces_dialect_get_default_isolation_level", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2543"}, {"caller_nid": "interfaces_dialect_get_isolation_level_values", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2587"}, {"caller_nid": "interfaces_dialect_assert_and_set_isolation_level", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2592"}, {"caller_nid": "interfaces_dialect_get_driver_connection", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2686"}, {"caller_nid": "interfaces_dialect_set_engine_execution_options", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2700"}, {"caller_nid": "interfaces_dialect_set_connection_execution_options", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2715"}, {"caller_nid": "interfaces_dialect_get_dialect_pool_class", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2719"}, {"caller_nid": "interfaces_createengineplugin_update_url", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L2943"}, {"caller_nid": "interfaces_init_ddl", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3066"}, {"caller_nid": "interfaces_init_compiled", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3081"}, {"caller_nid": "interfaces_init_statement", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3093"}, {"caller_nid": "interfaces_init_default", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3103"}, {"caller_nid": "interfaces_executioncontext_exec_default", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3111"}, {"caller_nid": "interfaces_executioncontext_prepare_set_input_sizes", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3116"}, {"caller_nid": "interfaces_executioncontext_get_cache_stats", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3119"}, {"caller_nid": "interfaces_executioncontext_setup_result_proxy", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3122"}, {"caller_nid": "interfaces_executioncontext_fire_sequence", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3127"}, {"caller_nid": "interfaces_executioncontext_create_cursor", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3138"}, {"caller_nid": "interfaces_executioncontext_pre_exec", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3148"}, {"caller_nid": "interfaces_executioncontext_get_out_parameter_values", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3184"}, {"caller_nid": "interfaces_executioncontext_post_exec", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3194"}, {"caller_nid": "interfaces_executioncontext_handle_dbapi_exception", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3200"}, {"caller_nid": "interfaces_executioncontext_lastrow_has_defaults", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3207"}, {"caller_nid": "interfaces_executioncontext_get_rowcount", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3217"}, {"caller_nid": "interfaces_executioncontext_fetchall_for_returning", "callee": "NotImplementedError", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3235"}, {"caller_nid": "interfaces_adaptedconnection_run_async", "callee": "await_only", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3468"}, {"caller_nid": "interfaces_adaptedconnection_run_async", "callee": "fn", "source_file": "backend/venv/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py", "source_location": "L3468"}]} |