Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.15, 3.0.2
-
Component/s: General
-
Labels:None
Description
Libreoffice crashes with MariaDB/ODBC connector accessing any database. This does not happen with MySQL/ODBC connector.
For example, with the following ~/.odbc.ini
{{
[testing]
Description = Testing database
Driver = /usr/lib64/libmaodbc.so
Server = localhost
Username = adamm
Password = test
Database = test
Port = 3306
}}
And the database just being,
{{
select * from some_table;
a | b |
— | — |
1 | 2 |
2 | 3 |
2 rows in set (0.00 sec)}}