===================================================================== M S S Q L . D A T A M A S K W I S H L I S T ===================================================================== --------------------------------------------------------------------- BUGS: --------------------------------------------------------------------- - No bugs reported yet. --------------------------------------------------------------------- FUTURE ENHANCEMENT REQUESTS: --------------------------------------------------------------------- - 2010.05.20 - Matt Pierce: Popup the connection selection dialog upon first entry. - 2010.05.19 - Matt Pierce: Allow override prompt on PKeys, especially if no FKeys dependent. - 2010.05.19 - Matt Pierce: Fix transparent backdrop on all mask type screenshots (currently is white). - 2010.05.12 - Matt Pierce: Add multi-language support via localization file - 2010.04.28 - Jason Colby: Alter "Select Mask Type" dialog for mask type = "Substitute Lorem Ipsim", and other mask types like "Fixed String. Add checkbox for "Only Where Data Exists" so that nulls remain as nulls. - 2010.04.24 - Matt Pierce: Add Button linking to web page with Links to test data generators. Why? So users can easily generate substitution lists (textbox) with rich lists of users / zipcodes / etc. built from one of the online test data generator sites. - 2010.04.24 - Matt Pierce: Add note to "Substitution: List" box encouraging user to script the results, then modify using bcp into temp table for large lists of 100's of thousands of entries; - or - look into varcharmax to bypass 8000 character limit --------------------------------------------------------------------- CANCELLED ENHANCEMENT REQUESTS: --------------------------------------------------------------------- - 2010.04.19 - Matt Pierce: New Mask Type "Substitution - Regex": use regular expressions to find and replace text. (Problem = not work as SQL string...would require C# and thus contradict the simple nature of generating and executing script...need to think hard about whether or not to add this... initially intended too...but now having second thoughts). - 2010.04.19 - Matt Pierce: New Mask Type "Substitution - Encoding": swap values for tokens or id's. Have to think about whether want to add this or not (would be cross-walk map expanding on the current "Substitution - List" mask type but having key-value pairs in the scrolling text box.