meta database ddl returns unclear errors for database types that don’t support database-level DDL, for example:
dbvr meta database ddl -ds=postgres-jdbc-1732d7fda0b-4cbc093ffe99f52d -db=demo
Error evaluating cli: Schema name not specified
dbvr meta database ddl -ds=dbeaver-sample-database-sqlite-1
Error evaluating cli: Object name is not specified
Current errors look like incorrect user input, not an unsupported operation.
Suggested message - Database DDL is not supported for this database type. Try a lower-level DDL command, such as meta schema ddl or meta table ddl.
meta database ddlreturns unclear errors for database types that don’t support database-level DDL, for example:Current errors look like incorrect user input, not an unsupported operation.
Suggested message -
Database DDL is not supported for this database type. Try a lower-level DDL command, such as meta schema ddl or meta table ddl.