Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added check for unique indexes * Added procedure to make up what the unique indexes are build with Added check if excluded column is in a unique index * Added table * Added extra options for data generation * Removed unused rowcount Added unique value dictionary creation * Added format for masking types * Added support for using formatting of values * Added check if any masking info is present * Implemented unique index support * Renamed variable * Revert "Renamed variable" This reverts commit 3f7adb8. * Renamed variable and applied formatiing * Fixed errors in unique value generation * Added variable for the unique value columns Changed the if statement for the unique columns * Explicitly reset the new value variable * Moved variables to make sure they get cleared in the loop * Removed date selection Added section for finance. Can be used for other types that support max * Revert "Removed date selection" This reverts commit 6ec4f16. * Added section for support of max * Added part for finance * Removed finance from other section * Changed if statement to switch * Changed switch back to if statement Removed sections Added finance to other section * Removed section for finance * Added checks for supported data types, masking types and sub types * Moved retrieval of method and properties to begin Changed if statements for types * Changed message of unsupported types * Added new known types Added format key to known types * Added extra known types * Implemented support for text and ntext data types * Added ntext and text data types * Added decimal data type * Moved data retrieval down * Added types and synonyms Rearranged the types to be in alphabetical order * Added types * Added types to automatically assign the right maskingtype * Improved the check for supported data types * Fixed bug missing curly bracket * Moved the retrieval of the data Implemented selective columns for data retrieval * Changed back to SELECT * instead of selective columns * Changed the SELECT * to be selective columns from table and not object * Moved data retrieval Changed where statement build-up * Removed debug query outputs * Moved where build-up * Added special conversion to date and datetime columns * Fixed bug with missing comma * Added error record * Removed unneccesary if statement Fixed bug with TEXT and NTEXT cast in WHERE clause * Implemented handling of temporal values generation Formatted code * Fixed bool handling * Added decimal type * Added fax synonyms * Fixed bool handling * Updates test should statement * Changed back the should statement * Enabled rdp * Changed rdp password * Formatted test * Reset appveyor.yml to original settings * Changed instance * Changed instance * Changed instance back * Added credential * 0.9.773 * change instance * Make Backup-DbaDatabase use Database and ExcludeDatabase when piping (#5069) * fixes #5044 * fix one test * in instead of contains * 0.9.773 changelog (#5118) * Pass Login values to Copy-DbaLogin (#5120) Call to `Copy-DbaLogin` simply didn't pass the values. Fixes #5119 * Updated test to use other instance * Enabled RDP * Set RDP to be started before tests * Removed RDP option again * Added fix for datetime * Formatted code * Added extra check for temporal tables * Changed test back to 2008 instance
- Loading branch information