-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests for mixed case + fixes/cleanup (#1212)
1) Added test for mixed case column/pkey/table names in PG 2) BatchSize is now taken directly from config instead of from limits which is derived from config, Limits is now empty so removed. 3) table name in addpub should be using `SchemaTable.String()` instead of `QuoteIdentifier` dynamic properties test isn't working in CI, will debug and raise it separately
- Loading branch information
1 parent
202ca2b
commit 6309d62
Showing
9 changed files
with
374 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.