-
Notifications
You must be signed in to change notification settings - Fork 4
Add basic support for UDTs, Enums and Domains #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
DBEnum/DBUserDefinedType/DBDomain are instances of MetaSql, that's why no modification in Backup adapters needed
…etDomains Add IT case just testing fetch and existence of such objects Disabled DbGitIntegrationTestNotebook for automatic test execution not to accidentally burn test repos
# Conflicts: # src/test/java/ru/fusionsoft/dbgit/integration/DbGitIntegrationTestBasic.java
Fix of some new implementations errors Improve test case with custom types
Now we have some implementation of fetching and restore of custom types. |
@rultor merge, tests= |
@rocket-3, tests OK. You can see the full log here (spent 2min)
|
Added template code for UDTs, Enums and Domains Meta/DB objects support
DBEnum/DBUserDefinedType/DBDomain are instances of MetaSql, that's why no modification in Backup adapters needed
Added template code for Postgres DBMS implementation of fetching these obejcts data