issues
search
microsoft
/
ODBC-Specification
Microsoft ODBC Specification
Other
122
stars
40
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is this project still alive?
#153
simonaubertbd
opened
2 months ago
0
ODBC Specification should also adress the driver user interface
#152
simonaubertbd
opened
11 months ago
2
User Interface : mandatory hide/show button for password
#151
simonaubertbd
opened
11 months ago
0
User Interface : test connection button
#150
simonaubertbd
opened
11 months ago
0
This repo is missing important files
#149
microsoft-github-policy-service[bot]
closed
1 year ago
2
Adding Microsoft SECURITY.MD
#148
microsoft-github-policy-service[bot]
closed
1 year ago
0
Add function SQLCatalogs and SQLSchemas
#147
taozuhong
opened
2 years ago
0
Add a way to enumerate all connection string keywords
#146
taozuhong
opened
2 years ago
0
Missing definition of SQL_C_BIGINT
#145
mloskot
opened
2 years ago
0
Question regarding SQL_DESC_OCTET_LENGTH and multibyte encodings
#144
markdirish
opened
3 years ago
2
No timeouts supported in ODBC Driver XX for SQL Server?
#143
rayrapetyan
opened
4 years ago
0
Is ODBC 4~ODBC 17?
#142
ProlificsPanther
closed
4 years ago
3
Fix grammar in section 2.1
#141
kadler
opened
5 years ago
1
improve markdown in ReadMe.md
#140
TallTed
closed
5 years ago
1
DateTime2 definition missing
#139
bkdraper
opened
5 years ago
0
Getting "function declaration isn't a prototype [-Werror=strict-prototypes]" when compiling an application in C style using gcc compile
#138
vnkbabu
opened
6 years ago
0
How timeouts work, and how different timeouts (Connection/Login/Query) interact is not clear
#137
matthew-wozniczka
opened
6 years ago
0
Documentation for SQL_ATTR_RESET_CONNECTION is missing from https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlsetconnectattr-function?view=sql-server-2017
#136
matthew-wozniczka
opened
6 years ago
0
Add section on preferred use of substitution character over exception…
#135
mikepizzo
closed
6 years ago
0
Fix #31: Should we fix the time struct to support fractional seconds?
#134
mikepizzo
closed
6 years ago
0
Fix #37: Can collection-valued columns be null, or just empty?
#133
mikepizzo
closed
6 years ago
0
How do we return a null structured or collection value?
#132
mikepizzo
closed
6 years ago
1
The Data type has been returned as -5 for count(*) in PostgreSQL
#131
jaydeept
opened
6 years ago
2
Clear up inconsistency in spec about SQL_DESC_DATA_PTR == NULL <-> column/parameter is unbound
#130
matthew-wozniczka
closed
6 years ago
1
Should drivers always use same descriptor record for a dynamic column once discovered?
#129
mikepizzo
closed
6 years ago
1
Require populating each column in row-ascending order to allow rebinding multi-row fetch
#128
mikepizzo
closed
7 years ago
2
When to create new child handles
#127
mikepizzo
closed
7 years ago
1
Allow setting the (expected) type for a column
#126
mikepizzo
closed
7 years ago
1
Clarification: should only create new descriptor fields in dynamic case
#125
mikepizzo
closed
6 years ago
1
In sqlext.h, SQL_AF_EVERY should be a synonym for SQL_AF_ALL
#124
mikepizzo
opened
7 years ago
0
Indirect column binding
#123
SoronelHaetir
opened
7 years ago
0
Support UPSERT
#122
mikepizzo
opened
7 years ago
0
sub-transaction(savepoint) API support in ODBC
#121
mks26
opened
7 years ago
2
ODBC 4 header inconsistent with the spec
#120
iris-wu
opened
7 years ago
2
Can multiple nested statements be open on different rows of the same column, concurrently?
#119
matthew-wozniczka
closed
7 years ago
2
Require SQLGetData to retrieve exception data during a fetch
#118
mikepizzo
closed
7 years ago
2
Broken link for 'ODBC-open-escape' in section 3.9.6
#117
matthew-wozniczka
closed
7 years ago
1
SQLNextColumn - Remember skipped dynamic columns?
#116
lpillar
closed
7 years ago
2
How does a client know if a structured column with no backing type is open?
#115
golamo
closed
7 years ago
4
Is there a way the DRIVER says whether it supports UDT or not?
#114
golamo
closed
7 years ago
1
Support two new APIs (SQLStructuredTypes, SQLStructuredTypeColumns)
#113
golamo
closed
7 years ago
2
3.4 default value for String format
#112
deata
closed
7 years ago
2
3.10.3.1 - list APIs where these are surfaced
#111
deata
opened
7 years ago
1
3.10.1 - "Untyped"
#110
deata
closed
7 years ago
2
Binding behavior for collection/structured/dynamic columns
#109
deata
closed
7 years ago
2
Does a return escape clause statement qualify as a 'a searched update, insert, or delete statement'?
#108
matthew-wozniczka
closed
7 years ago
2
Does SQL_ATTR_LENGTH_EXCEPTION_BEHAVIOR apply to fixed-length source types?
#107
matthew-wozniczka
opened
7 years ago
3
SQL_ATTR_LENGTH_EXCEPTION_BEHAVIOR & retrieval of truncated data (What to use for TargetType?)
#106
matthew-wozniczka
closed
7 years ago
5
Error when binding a dynamic column w/o length-indicator?
#105
matthew-wozniczka
closed
7 years ago
2
How does an application interpret the results of a fetch in which a column was 'multiply-bound'?
#104
matthew-wozniczka
closed
7 years ago
4
Next