tsh proxy db
messes with NodeJs mariadb
driver on JSON columns
#52354
Labels
tsh proxy db
messes with NodeJs mariadb
driver on JSON columns
#52354
Expected behavior:
When connecting a NodeJS app to a remote MariaDB 11.4.4 via
tsh proxy db
, I am expecting to have the same functionality as if I were connecting locally to that same database.Current behavior:
Currently, when connecting via
tsh proxy db
, the app is crashing on some MariaDB specific calls likeJSON
columns. The fix is to usemysql
driver to have some compatibility on some features but not all of them.Running this same app directly on the MariaDB server works perfectly fine with the
mariadb
driver.This is why we concluded the
tsh proxy db
was faulty and wasn't fully compatible with MariaDB operations.Bug details:
sequelize
)The text was updated successfully, but these errors were encountered: