Use of MariadB latest version

Post Reply
Pa0ply
Advanced Class
Posts: 66
Joined: 08 Dec 2022, 22:14
Location: JO32LR
Contact:

Use of MariadB latest version

Post by Pa0ply »

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
F4BPO
Log4OM Alpha Team
Posts: 229
Joined: 22 Jan 2013, 10:49
Location: France

Re: Use of MariadB latest version

Post by F4BPO »

+1 really needed here as well !
73 de F4BPO Greg
User avatar
IW3HMH
Site Admin
Posts: 2988
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

Re: Use of MariadB latest version

Post by IW3HMH »

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 :-)
Daniele Pistollato - IW3HMH
Post Reply