Releases: spatie/db-dumper
Releases · spatie/db-dumper
2.19.0
- fix: add some public functions that allow extensibility (#139)
2.17.0
- add
doNotUseColumnStatistics
2.16.1
- fix using gzip compression on windows (#130)
2.16.0
- allow for adding options after the db name (#129)
2.15.3
- Fix incomplete credential guard (#126)
2.15.2
2.15.2 - 2020-01-16
- Fix sqlite3 dump on Windows
2.15.0
- add
doNotCreateTables
to Postgres driver (#116)
2.14.3
- fix memory leak (issue #109)
2.14.2
2.14.2 - 2019-06-28
- Determine quotes for windows for MongoDB and PostgreSql dumps (#107)