Releases: faisaltheparttimecoder/mock-data
V3.0 - July 2021
Features
Mock data can now add in realistic data for a given column, to know more on how to add realistic data for a given column check the documentation here and for all the available realistic data keys check out here
Improvements
- Uploaded test cases for most of the methods used by mock-data with a code coverage of nearly 80%
- Integration with github actions
Special Thanks @art-frela @miguelff for your pull requests
v2.9 - April 2021
Upgrade the go-pg dependency to support different sslmodes
. Reference #40
v2.8 - March 2021
- Mock Data now takes into consideration the AOCO tables
- It now support CITEXT datatype extensions
v2.7 - February 2021
Features
- Add feature to use postgres connection URI for database connection
- Using connection URI help to configure sslmode if enabled on a database
v2.6 - March 2020
Bug Fixes
Nested brackets on a constraints column causes failure (#24), this is now fixed
Features
Before when it finds an error during constraint creation it breaks & exit abruptly. Now it runs through all the constraints and displays error on the screen and doesn't exits the program
v2.5 - March 2020
Features
- Support for OID datatype
- Support for Enum datatype
Bug Fixes
- No longer dead new line on stdout and debug output
- Progress bar doesn't show up on debug mode
- If the table has only one column and it's a serial datatype we skip loading data, this is now fixed.
- If there was an index on Bytea column, it would fail. It's now fixed.
v2.4 - February 2020
Bug Fixes
- Uppercase schema name, tables are rejected. This version fixes it
- Unique constraint fixing goes into infinite loop, this is now fixed
v2.3 - February 2020
Bug Fix
- Recreating constraints fails when there is an uppercase columns, this is now fixed.
- During recreating constraints, if recreation fails then we delete the row that violates it for constraint creation to work ( only for primary key re-creation )
v2.2 - February 2020
Bug Fix
UpperCase columns are ignored, which leads to error, this release fixes the issues. Thanks @janpio for the pull request
v2.1 - February 2020
Bug fix
Fix the bug where the float always produced zero during random data generation