Skip to content

Releases: faisaltheparttimecoder/mock-data

V3.0 - July 2021

16 Jul 09:30
1164f21
Compare
Choose a tag to compare

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

23 Apr 08:22
Compare
Choose a tag to compare

Upgrade the go-pg dependency to support different sslmodes. Reference #40

v2.8 - March 2021

11 Mar 08:34
Compare
Choose a tag to compare
  • Mock Data now takes into consideration the AOCO tables
  • It now support CITEXT datatype extensions

v2.7 - February 2021

11 Feb 14:06
f32fc37
Compare
Choose a tag to compare

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

20 Mar 20:35
6d64560
Compare
Choose a tag to compare

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

10 Mar 14:20
Compare
Choose a tag to compare

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

28 Feb 19:24
ac23cf1
Compare
Choose a tag to compare

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

28 Feb 12:20
Compare
Choose a tag to compare

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

27 Feb 20:37
ac6053a
Compare
Choose a tag to compare

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

23 Feb 17:56
Compare
Choose a tag to compare

Bug fix

Fix the bug where the float always produced zero during random data generation