Stefan1200's Forum

English => General Discussions => Topic started by: PhALDan on September 06, 2017, 02:39:49 PM

Title: Support MariaDB Connector/J in JTSDNS
Post by: PhALDan on September 06, 2017, 02:39:49 PM
Hi,

could it be possible to support beside the MySQL Connector/J 5.1 also the MariaDB Connector/J 2.1 in JTSDNS.
Both driver are JDBC 4.2 compatible.

It is already possible to connect JTSDNS to a MariaDB database, but the MariaDB driver is optimized for MariaDB.
Title: Re: Support MariaDB Connector/J in JTSDNS
Post by: Stefan1200 on September 06, 2017, 07:40:49 PM
Well, everything is possible, but I don't have the time to test multiple databases everytime I change something. As soon as I implement direct MariaDB support, the next one is asking for PostgreSQL support. ;)

As long as the MySQL connector is compatible with MariaDB, this is enough for me.
Title: Re: Support MariaDB Connector/J in JTSDNS
Post by: PhALDan on September 07, 2017, 11:40:55 AM
I can understand your position, but it was worth trying.