2.3.0
- full support for working under Windows;
- added
Driver::getConfig()method, removedDriver::$configproperty. This
allows you to get the configuration values safely; - fixed a bug for export and import executables with Postgres databases;
- before importing a sqlite backup, each table is dropped, rather than deleting
the database file; - added
isWin()global function; - tests can have
onlyUnixoronlyWindowsgroup.
Thanks to @swiffer for the valuable contribution in supporting Windows.