Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ connect
Method
connect
test/dialect/mysql/test_dialect.py:691–693 ·
view source on GitHub ↗
(con, record)
Source
from the content-addressed store, hash-verified
689
690
def
_options(self, modes):
691
def
connect(con, record):
692
cursor = con.cursor()
693
cursor.execute(
"set sql_mode='%s'"
% (
","
.join(modes)))
694
695
e = engines.testing_engine(
696
options={
Callers
15
full_text_search_missing
Function · 0.45
setup_test_class
Method · 0.45
test_isolation_level
Method · 0.45
test_has_table_temp_not_present_but_another_session
Method · 0.45
test_has_table_temp_temp_present_both_sessions
Method · 0.45
test_global_temp_different_collation
Method · 0.45
_test_cant_insert
Method · 0.45
test_do_ping
Method · 0.45
test_do_ping_disconnected
Method · 0.45
test_no_show_variables
Method · 0.45
test_no_default_isolation_level
Method · 0.45
test_variable_fetch
Method · 0.45
Calls
3
cursor
Method · 0.45
execute
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected