Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: faisaltheparttimecoder/mock-data

Tags

v3.0

Toggle v3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v2.9

Toggle v2.9's commit message
update the package modules

v2.8

Toggle v2.8's commit message
remove CITEXT column while mocking

CIText is a extension and is not installed by default by postgres. We will skip the citext datatype when creating mock tables features, since if the citext extension is not installed it will fail for the users.

v2.7

Toggle v2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sslmode (#37)

* Replace dep with go.mod

* Add URI option

* Use URI when available

If postgres uri is given then use that to make a connection instead of database arguments

* Update README.md

* bump the version number

v2.6

Toggle v2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Missing bracket (#35)

* Fix for double brackets

Fixes the issues related to brackets #24

* Run all those constraints

Fixes the issue #31, This prevents from the program to fail when it has issue running constraint related queries.

If there is a error executing a query to fix the constraint, throw the error on the screen and continue till the end.

At the end the user can manually fix anything if there is any issue.

* Bump the version number

v2.5

Toggle v2.5's commit message
code cleanup

+ Cleanup all the dead new lines
+ Better stdout when verbose and debug mode is one
+ Reduce code duplication

v2.4

Toggle v2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug fixes (#22)

* Uppercase schema bug fix

* Fixing the infinite for loop

* bump the version

v2.3

Toggle v2.3's commit message
reverting the changes leading to failure of schema creation

v2.2

Toggle v2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(GetConstraintsPertab): Also work with non-lowercase column names (#…

…10)

* fix(GetConstraintsPertab): Also work with non-lowercase column names

Possibly closes #6

* Fix for uppercase column (#1)

* Fix for uppercase colum

+ Uppercase columns are being converted to lowercase and hence error'ng out. this is fixed
+ Bump the version of the mock-data tool

* version bump

Co-authored-by: Faisal Ali <[email protected]>

v2.1

Toggle v2.1's commit message
Float randomizer always printed zero, this is is now fixed with a new…

… random calculation