Several fixes of Derby support

Hi, I’ve used Liquibase to update my Derby database structure/data and experienced several problems. My Liquibase version is 2.0.2 and Derby version is 10.8.1.2. I’ve used network reachable standalone Derby.


  1. First of all I’ve found that code to determine driver version doesn’t work correctly with my setup. As a result some new Derby functionality was not available.

The code I’ve used as a workaround (method <span);

  •     }
  • I hope this will help.


    Thanks,

    Alex

  • Thanks. I’ll get it into the main code for 2.1


    Nathan