Skip to content

Commit

Permalink
Fix bad paste
Browse files Browse the repository at this point in the history
DCO 1.1 Signed-off-by: LeVon R Smoker <[email protected]>
  • Loading branch information
lsmoker authored Feb 7, 2023
1 parent a5f9a21 commit f48c916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm_db_sa/ibm_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def do_execute(self, cursor, statement, parameters, context=None):
statement = statement.split('(', 1)[0].split()[1]
context._callproc_result = cursor.callproc(statement, parameters)
else:
cursor.execute(statement, parameters)SQLAlchemy 2.0 updates
cursor.execute(statement, parameters)

def _get_server_version_info(self, connection):
return connection.connection.server_info()
Expand Down

0 comments on commit f48c916

Please sign in to comment.