terryfkjc

Results 2 issues of terryfkjc

Hi, I have the follow table in my source database (MS SQL 2019). Precisions are lost for the following data type: | data type | value in database | converted...

**Is your feature request related to a problem? Please describe.** Consider the following code to inherit `SqlScriptGenerator` ```c# internal class CustomSqlScriptGenerator : SqlScriptGenerator { public CustomSqlScriptGenerator(SqlScriptGeneratorOptions options) : base(options) {...

enhancement