Skip to content
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

CUBRID 10.2.0.0001 ODBC Driver #40

Merged
merged 28 commits into from
Dec 12, 2019
Merged

CUBRID 10.2.0.0001 ODBC Driver #40

merged 28 commits into from
Dec 12, 2019

Conversation

tw-kang
Copy link
Contributor

@tw-kang tw-kang commented Dec 12, 2019

release to 10.2.0.0001

hornetmj and others added 28 commits July 17, 2017 16:28
…nd SQL_LONGVARCHAR for BLOB and CLOB data type rather than SQL_C_DEFAULT. (#10)
…should return SQL_WCHAR instead of SQL_WVARCHAR for the CHAR(n) database type under utf-8 charset. (#11)
…ad, GET_MODULE_HANDLE_EX_FLAG_PIN flag was used when calling the GetModuleHandleEx function at DLL_PROCESS_ATTACH state in DllMain. (#12)
* The SQLGetInfoW function conform to the following odbc specification.

"If *InfoValuePtr is a Unicode string (when calling SQLGetInfoW), the
BufferLength argument must be an even number; if not, SQLSTATE HY090
(Invalid string or buffer length) is returned."

* The SQLGetInfoW function conform to the following odbc specification.

"If InfoValuePtr is NULL, StringLengthPtr will still return the total
number of bytes (excluding the null-termination character for character
data) available to reurn in the buffer pointed to by InfoValuePtr."

* The SQLGetInfoW function conform to the following odbc specification.

"For character data, if the number of bytes available to return is
greater than or equal to BufferLength, the information in *InfoValuePtr
is truncated to BufferLength bytes minus the length of a
null-termination character and is null-terminated by the driver."

* The SQLGetInfo and SQLGetInfoW functions conform to the following odbc
specification.

"StringLengthPtr argument - Pointer to a buffer in which to return the
total number of bytes (excluding the null-termination character for
character data) available to return in *InfoValuePtr."
* [APIS-792] Providing the session information for current connection via DiagField

* [APIS-792] Providing the session information for current connection via DiagField
* [APIS-796] Correct processing SQLCancel(...)

* [APIS-796] revised: Correct processing SQLCancel(...)
* [APIS-795] Correct processing multi-bye binding in update query

* [APIS-795] revised: Correct processing multi-bye binding in update query
* [APIS-797] Processing to get the query-plan for any queries.

* [APIS-797] revised: Processing to get the query-plan for any queries.
…28)

* [APIS-799] Correct processing of string length for SUCCESS_WITH_INFO

* [APIS-799] revised: Correct processing of string length for SUCCESS_WITH_INFO
…sa. (#29)

* [APIS-800] Correct processing for multi-byte to wide-char and vice-versa.

* [APIS-800] revised: Correct processing for multi-byte to wide-char and vice-versa.

* [APIS-800] revised: Correct processing for multi-byte to wide-char and vice-versa.
* [APIS-802] Adding Test Case for ODBC update version

* [APIS-802] Adding Test Case for ODBC update version (CPP Case)

* [APIS-802] Adding Test Case for ODBC update version (conn-string utf-8 modify)
* [APIS-802] Adding Test Case for ODBC update version

* [APIS-802] Adding Test Case for ODBC update version (CPP Case)

* [APIS-802] Adding Test Case for ODBC update version (conn-string utf-8 modify)

* [APIS-802] [Revised] Adding Test Case for ODBC update version (CPP Case)
* [APIS-802] Adding Test Case for ODBC update version

* [APIS-802] Adding Test Case for ODBC update version (CPP Case)

* [APIS-802] Adding Test Case for ODBC update version (conn-string utf-8 modify)

* [APIS-802] [Revised] Adding Test Case for ODBC update version (CPP Case)
* [APIS-802] Adding Test Case for ODBC update version

* [APIS-802] Adding Test Case for ODBC update version (CPP Case)

* [APIS-802] Adding Test Case for ODBC update version (conn-string utf-8 modify)

* [APIS-802] [Revised] Adding Test Case for ODBC update version (CPP Case)

* [APIS-802] change connect (SQLConnto --> SQLDriverConnt) for user specify
@tw-kang tw-kang merged commit 318e37c into master Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants