I have been working with the latest version of liquibase (3.0.8) and sqlFire driver (1.1.1) I had to make one small change null pointer check to the DerbyDatabase close() method and everything works fine.
I have a question as to how to proceed. I as I have been looking at the extension pages on the website.
Does it make sense to create SqlFireDatabase extension?
Or should I continue using Derby Support and submit a pull request?
The problem is that the metadata call getDatabaseProductName() from sqlfire currently reports itself as "Apache Derby" rather than something like "Sql Fire". FYI SqlFire is essentially GemFire with Apache Derby interface. At the moment I have no idea if VmWare are planning to change this database metadata.
If I created this SqlFireDatabase extension will it play nice with core Derby Database implementation? Ie How would I ensure the extension is picked up before the core Derby Database?