evosec / metabase-firebird-driver

A plugin that allows Metabase to connect to FirebirdSQL databases.
https://github.com/metabase/metabase/
MIT License
28 stars 7 forks source link

Fix compatibility with FB2.x #15

Closed mat02 closed 2 years ago

mat02 commented 2 years ago

Minor changes to the code that allows to use this driver with FB2.x databases.

Commit 90e797b fixes compatibility with Metabase 0.40.

This is my first shot at Clojure, so if things can be simplified/improved then feel free to edit :)

Resolves #13