Hello,
I have seen a post from Daniele that he is working on an update in order to use the MariaDB latest version.
Can you inform on the expected introducion of this update?
Br. Jan, PAoPLY
Use of MariadB latest version
- IW3HMH
- Site Admin
- Posts: 2988
- Joined: 21 Jan 2013, 14:20
- Location: Quarto d'Altino - Venezia (ITA)
- Contact:
Re: Use of MariadB latest version
Some updates...
the official driver for MARIADB didn't support the MySqlScript command or equivalent one. To do this operation i will need to use MySQL drivers instead of mariaDb one, but this is not possible with the actual structure, as every database is handled with a different DLL linked with an interface class.
This function is used when user is deploying a new database, so i need to use MySQL drivers to launch a script on MariaDB in order to build the db.
To do that i need to refactor logics by extracting the DB creation from the database specific class and move to a general purpose library that contains both MySQL and SQLITE drivers (MySQL for MySQL and MariaDB deploys).
That will take some time and need to be carefully tested
the official driver for MARIADB didn't support the MySqlScript command or equivalent one. To do this operation i will need to use MySQL drivers instead of mariaDb one, but this is not possible with the actual structure, as every database is handled with a different DLL linked with an interface class.
This function is used when user is deploying a new database, so i need to use MySQL drivers to launch a script on MariaDB in order to build the db.
To do that i need to refactor logics by extracting the DB creation from the database specific class and move to a general purpose library that contains both MySQL and SQLITE drivers (MySQL for MySQL and MariaDB deploys).
That will take some time and need to be carefully tested

Daniele Pistollato - IW3HMH