forked from pool/mariadb-connector-odbc
This branch is 37 commits behind pool/mariadb-connector-odbc:factory
- New upstream version 3.1.10
* ODBC-288 - Connector misses "interactive client" option. Added
INTERACTIVE connection string option to tell server, that
the client application is interactive, and interactive_timeout
has to be used.
* ODBC-202 - Add charsets recoding function to C/ODBC. Iconv-based
conversion function has been moved and adapted from MariaDB Connector/C.
* ODBC-289 - Fixes a crash fetching from statement after closing and re-executing
- remove upstreamed patches: fix_macros.patch,
implicit_decleration.patch, wrong_types.patch
- iconv.patch: compilation fixes
- Fix Driver in sample_odbc.ini
OBS-URL: https://build.opensuse.org/request/show/846299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb-connector-odbc?expand=0&rev=11
Homepage: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-odbc/
Connection parameters
---------------------
When configuring a DSN you can use the following keywords:
* DSN: Name of the DSN
* Driver: The name of the MariaDB ODBC Driver. Must always be {MariaDB ODBC 2.0 Driver}
* Server: name or IP of the MariaDB database server. Aliases: Servername
* User: user name for database authentication. Aliases: UID,
* Password: password for database authentication. Aliases: PWD
* Database: default database. Aliases: DB
* Port: TCP/IP Port of the database server
* Option: For MySQL Connector/ODBC compatibility. Aliases: Options
Example
"Driver={MariaDB ODBC 2.0 Driver};Server=localhost;UID=odbc_user;PWD=odbc_pw;DB=odbc_test;Port=3306";
Known bugs and limitations
* multiple statement execution is not fully supported
Description
Languages
Diff
100%