-
Notifications
You must be signed in to change notification settings - Fork 35
FIX: Cursor.describe invalid data #355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
c403899
f96d14c
e135e40
38966d0
3f52dd7
38b041b
139994a
6fd823e
a7d9b8e
646ef04
8018872
67268e5
d335ed0
2dc93f3
eee5256
d289a9b
ced5fc2
0568451
257f0f6
033f7cd
63c08f5
6adeead
7b6da4e
42d3e09
31a6d13
6eb43ea
327ee42
7a487b8
839019c
466a4d5
5e67a1b
f484e8d
c0c2117
b5460dd
bced470
3d09f1a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -114,7 +114,12 @@ class ConstantsDDBC(Enum): | |
| SQL_FETCH_ABSOLUTE = 5 | ||
| SQL_FETCH_RELATIVE = 6 | ||
| SQL_FETCH_BOOKMARK = 8 | ||
| # NOTE: The following SQL Server-specific type constants MUST stay in sync with | ||
| # the corresponding values in mssql_python/pybind/ddbc_bindings.cpp | ||
| SQL_DATETIMEOFFSET = -155 | ||
| SQL_SS_TIME2 = -154 # SQL Server TIME(n) type | ||
| SQL_SS_UDT = -151 # SQL Server User-Defined Types (geometry, geography, hierarchyid) | ||
| SQL_SS_XML = -152 # SQL Server XML type | ||
|
Comment on lines
+120
to
+122
|
||
| SQL_C_SS_TIMESTAMPOFFSET = 0x4001 | ||
| SQL_SCOPE_CURROW = 0 | ||
| SQL_BEST_ROWID = 1 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.