-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rebase: 8.4.0 #184
base: main
Are you sure you want to change the base?
Rebase: 8.4.0 #184
Commits on Jun 18, 2024
-
Check the server capabilities instead of the version for the attribut…
…es support Change-Id: I2ed95b4dfdb9fbd6bf17ae24dd2c6302b30f170a
Configuration menu - View commit details
-
Copy full SHA for c626435 - Browse repository at this point
Copy the full SHA c626435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca08e1 - Browse repository at this point
Copy the full SHA 8ca08e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea68a8 - Browse repository at this point
Copy the full SHA 5ea68a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd3814 - Browse repository at this point
Copy the full SHA 9bd3814View commit details -
Bug#35790175 - Cannot run parameterized stored procedure using My SQL…
… ODBC 8.1 connector Change-Id: Ibc6e32a9e5105d7cc721d1c36290f7cf53c88642
Configuration menu - View commit details
-
Copy full SHA for 89aad80 - Browse repository at this point
Copy the full SHA 89aad80View commit details -
Replace my_thread_end() call by mysql_thread_end()
Change-Id: Idb19f0f4b9149c49f22bf20424000013ef6ca283
Configuration menu - View commit details
-
Copy full SHA for dded259 - Browse repository at this point
Copy the full SHA dded259View commit details -
Bug #26474471/61991 - SQLGetData return shorter than expected string …
…when multiple rows are fetched Change-Id: I5468aaab3730dd6e558a60b13d0fb80388a6a177
Configuration menu - View commit details
-
Copy full SHA for 8be6676 - Browse repository at this point
Copy the full SHA 8be6676View commit details -
WL#15744 - Handle the use of deprecated ODBC API options and functions
Change-Id: If069541d26580a66193530e9c3953df23d3011b7
Configuration menu - View commit details
-
Copy full SHA for 365b656 - Browse repository at this point
Copy the full SHA 365b656View commit details -
Configuration menu - View commit details
-
Copy full SHA for d07be49 - Browse repository at this point
Copy the full SHA d07be49View commit details -
Remove 'noinstall' from zip package name
Change-Id: Iae85cca6881a021fa06c220a1e903a90f6fc8b6d
Configuration menu - View commit details
-
Copy full SHA for 8c7d5c9 - Browse repository at this point
Copy the full SHA 8c7d5c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03d1a4 - Browse repository at this point
Copy the full SHA f03d1a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80412e1 - Browse repository at this point
Copy the full SHA 80412e1View commit details -
WL#16155 - Remove the FIDO authentication mechanism
Change-Id: Iceb537c2305f32e76928add7436e926303500000
Configuration menu - View commit details
-
Copy full SHA for 3446ead - Browse repository at this point
Copy the full SHA 3446eadView commit details -
WL#16157: Add version info resources on Windows
Change-Id: I6c5ea26bcc6dbed1443d059ad7d5021fc5b58aef
Configuration menu - View commit details
-
Copy full SHA for a06f287 - Browse repository at this point
Copy the full SHA a06f287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a58652 - Browse repository at this point
Copy the full SHA 1a58652View commit details -
cmake: Ignore new libraries bundled with 8.4.0 server, find SASL plug…
…ins in a new location on Win
Configuration menu - View commit details
-
Copy full SHA for 0cef56d - Browse repository at this point
Copy the full SHA 0cef56dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c63fa0f - Browse repository at this point
Copy the full SHA c63fa0fView commit details -
Bug#36238361 - The NO_SCHEMA option is deleted rather than being set …
…to 0 value Change-Id: I274a6d289faf53d5abbbfbf544efc1c59c6311ae
Configuration menu - View commit details
-
Copy full SHA for 517f81f - Browse repository at this point
Copy the full SHA 517f81fView commit details -
Fix creating DSN with the empty password
Change-Id: I165360a99091f144b8c51e2dd5c731d9783f9a00
Configuration menu - View commit details
-
Copy full SHA for e824c60 - Browse repository at this point
Copy the full SHA e824c60View commit details -
bug#36228848: Contribution: test: Fix compile errors on GCC 14
Starting in GCC 14, it will begin enforcing C99 so errors regarding incompatible pointer types and so on will be more common. There are currently three C99 build errors that occur: 1: test/odbctap.h:107:18: error: implicit declaration of function `wcslen' [-Wimplicit-function-declaration] 107 | for (i= 0; i < wcslen(wstr); ++i) 2: test/odbctap.h:601:20: error: initialization of `SQLWCHAR *' {aka `short unsigned int *'} from incompatible pointer type `wchar_t *' {aka `int *'} [-Wincompatible-pointer-types] 601 | SQLWCHAR *val_a= (a), *val_b= (b); 3: error: passing argument 6 of `SQLGetData' from incompatible pointer type [-Wincompatible-pointer-types] 1172 | ok_stmt(hstmt, SQLGetData(hstmt, 0, SQL_C_BOOKMARK, abookmark, 255, &outlen)); The first is fixed by importing <wchar.h>, the second by changing SQLWCHAR to wchar_t, and the third by setting outlen's type to the SQLLEN type.
Configuration menu - View commit details
-
Copy full SHA for d612278 - Browse repository at this point
Copy the full SHA d612278View commit details -
Fix SQLColumns() to handle unknown column types.
Change-Id: I8399fc712322c590f73f84a6901ac82069e42fe6
Configuration menu - View commit details
-
Copy full SHA for 323c359 - Browse repository at this point
Copy the full SHA 323c359View commit details -
Handle changes in MYSQL_FIELD struct from server includes.
Change-Id: Ide9501d1f5312e3bb6e15399dde35a1e9985378c
Configuration menu - View commit details
-
Copy full SHA for 6e26fb4 - Browse repository at this point
Copy the full SHA 6e26fb4View commit details -
WL15967 - Query attributes for server-side PS
Change-Id: I0573c06596818e00128a52076d3814e61056a6ba
Configuration menu - View commit details
-
Copy full SHA for 258358d - Browse repository at this point
Copy the full SHA 258358dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2f665 - Browse repository at this point
Copy the full SHA 9a2f665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc589e - Browse repository at this point
Copy the full SHA 1fc589eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9bd6cf - Browse repository at this point
Copy the full SHA e9bd6cfView commit details