-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
help wantedExtra attention is neededExtra attention is neededtriage neededFor new issues, not triaged yet.For new issues, not triaged yet.
Description
IPython:
In [1]: import mssql_python
In [2]: c = mssql_python.connect("Server=some_server;Database=some_db;Uid=some_user;Pwd=some_pwd;Encrypt=No;")
In [3]: cur = c.cursor()
In [4]: cur.execute('select * from #y')
--> ProgrammingError: Driver Error: Base table or view not found; DDBC Error: [Microsoft][SQL Server]Invalid object name '#y'.
In [5]: quit()
-->
terminate called after throwing an instance of 'std::runtime_error'
what(): [Microsoft][ODBC Driver 18 for SQL Server]Invalid transaction state
Aborted (core dumped)
Pretty sure that's not expected behavior!
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededtriage neededFor new issues, not triaged yet.For new issues, not triaged yet.