Skip to content

Release 0.6.0

Latest
Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 11 Aug 13:18
· 5 commits to master since this release
0.6.0
2673f48

Added

  • Possibility to truncate data in the database instead of the DB re-creation. truncate method in DB backends. #48
  • Command Line Interface. #6

Changed

  • Do not try to load schema if it is absent in the dump. #39
  • xdump.sqlite.SQLiteBackend now accepts only dbname and verbosity. #52
  • Now Django's xload command doesn't recreate the DB but provides a non required option --cleanup-method for choosing how to clean-up the database before the dump loading. #53
  • Django's xload command options are renamed. --dump_data -> --dump-data and --dump_schema -> --dump-schema.