[Git][wine/wine][master] 11 commits: odbc32: Add SQLDriverConnectA() implementation.
Alexandre Julliard pushed to branch master at wine / wine Commits: f8582383 by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Add SQLDriverConnectA() implementation. - - - - - 3757e14f by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Handle SQL_C_WCHAR conversion in SQLGetData for ANSI drivers. - - - - - 82a8e208 by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Implement SQLStatisticsW() for ANSI win32 drivers. - - - - - 7a857453 by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Implement SQLGetInfoW(SQL_STRING_FUNCTIONS) for ANSI win32 drivers. - - - - - 0608f0ac by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Implement SQLGetInfoW(SQL_NUMERIC_FUNCTIONS) for ANSI win32 drivers. - - - - - 6b084950 by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Implement SQLGetInfoW(SQL_TIMEDATE_FUNCTIONS) for ANSI win32 drivers. - - - - - 55deb031 by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Implement SQLGetInfoW(SQL_SYSTEM_FUNCTIONS) for ANSI win32 drivers. - - - - - 037afe7a by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Implement SQLGetInfoW(SQL_CONVERT_*) for ANSI win32 drivers. - - - - - dc05248a by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Implement SQLGetInfoW(SQL_CONCAT_NULL_BEHAVIOR) for ANSI win32 drivers. - - - - - c8a96ad4 by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Implement SQLGetInfoW(SQL_EXPRESSIONS_IN_ORDERBY) for ANSI win32 drivers. - - - - - 72eedc0a by Piotr Caban at 2025-10-07T21:57:29+02:00 odbc32: Implement SQLGetInfoW(SQL_ORDER_BY_COLUMNS_IN_SELECT) for ANSI win32 drivers. - - - - - 2 changed files: - dlls/odbc32/odbc32.spec - dlls/odbc32/proxyodbc.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e62997aff603a69e67d270465088f... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e62997aff603a69e67d270465088f... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)