v0.14.2
This is a minor release to allow schema-qualified table names e.g. schema.table
in the validate_identifiers()
and to apply the validation to table names passed to the copy_table_rows()
function.
What's Changed
- Allow schema-qualified names in validate_identifier by @volcan01010 in #141
- Validate table name in copy_table_rows by @volcan01010 in #142
Full Changelog: v0.14.1...v0.14.2