You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
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]>