Skip to content

v1.1 - October 2017

Choose a tag to compare

@faisaltheparttimecoder faisaltheparttimecoder released this 30 Oct 11:54
· 53 commits to master since this release

Change log

  • Whats New
    • MockD now supports and generate random data on array datatypes.
    • MockD now attempts to fix constraints of the composite primary key (PK) or unique key (UK) by taking all the columns involved.
    • MockD now generate actual bytea data.
    • MockD now has debug information while creating constraints, it prints what command is being executed and if it was successful in creating it or not.
  • Bugs fixes
    • MockD crashes when no flags are set, this is now fixed.
    • MockD earlier used to prints all debug information on the screen, this has been cleaned up and debug information will only be printed when used with "debug" flag.
    • Better handling of constraint errors, earlier we used to exit the program as soon as we hit the error during constraint creation, leaving other constraints unattended. This fix ensures we at least attempt to recreate all of them, if we do receive the error we show it on the screen and ask for user interaction to recreate the missing constraint.