Skip to content

Release/2019.09 #38

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

Merged
merged 27 commits into from
Oct 22, 2019
Merged

Release/2019.09 #38

merged 27 commits into from
Oct 22, 2019

Conversation

swi0110
Copy link
Contributor

@swi0110 swi0110 commented Oct 22, 2019

ODBC 10.1.0.0002 Release

[APIS-788] Improve the functions of ODBC, patch the bugs related to multi-byte character set
[APIS-789] Upgrade build environment for Visual Studio
[APIS-790] Invalid BufferLength in SQLGetDiagRecW(...) for wide char
[APIS-791] SQLGetDiagRecW returns SQL State to S01000 for connection error.
[APIS-792] Providing the session information for current connection via DiagField
[APIS-793] Increasing default column length for derived column
[APIS-794] Processing multi-byte (utf-8) column name
[APIS-795] Correct processing multi-bye binding in update query
[APIS-796] Correct processing SQLCancel(...)
[APIS-797] Processing to get the query-plan for any queries.
[APIS-798] Correct processing multi-byte for native query (SQLNativeSql)
[APIS-799] Correct processing of string length for SUCCESS_WITH_INFO
[APIS-800] Correct processing for multi-byte to wide-char and vice-versa

hornetmj and others added 27 commits July 17, 2017 16:28
…nd SQL_LONGVARCHAR for BLOB and CLOB data type rather than SQL_C_DEFAULT. (CUBRID#10)
…should return SQL_WCHAR instead of SQL_WVARCHAR for the CHAR(n) database type under utf-8 charset. (CUBRID#11)
…ad, GET_MODULE_HANDLE_EX_FLAG_PIN flag was used when calling the GetModuleHandleEx function at DLL_PROCESS_ATTACH state in DllMain. (CUBRID#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(...)
…ID#23)

* [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.
…UBRID#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. (CUBRID#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.
…D#31)

* [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
@swi0110 swi0110 requested a review from beyondykk9 October 22, 2019 07:44
@swi0110 swi0110 merged commit b3e8ad2 into CUBRID:release/10.1 Oct 22, 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.

4 participants