File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11/*********************************************************************
2- * Copyright (C) 2005-2020 by Progress Software *
2+ * Copyright (C) 2005-2024 by Progress Software *
33* Corporation. All rights reserved. Prior versions of this work may *
44* contain portions contributed by participants of Possenet. *
55* *
5959 12/11/13 sdash OE Initial Value not propagated w/"Include Defaults" on delta.sql (PSC00247036)
6060 08/20/18 vprasad ODIA-1951 - ODBC Driver 17 for SQL Server certification
6161 11/11/20 vmaganti Replacing old sequence generation with Native sequence (OCTA-21826)
62+ 01/31/24 kberlia Fixed issue for not considering width option in DSRVR-PRECISION value While generating DF using delta SQL utility (OCTA-56151).
6263
6364If the user wants to have a DEFAULT value of blank for VARCHAR fields,
6465an environmental variable BLANKDEFAULT can be set to "YES" and the code will
@@ -4175,6 +4176,7 @@ DO ON STOP UNDO, LEAVE:
41754176 ASSIGN df-info.df-seq = dfseq
41764177 dfseq = dfseq + 1
41774178 df-info.df-tbl = tablename
4179+ df-info.df-fld = fieldname
41784180 df-line = " DSRVR-PRECISION " + STRING (all_digits ).
41794181 CREATE df-info .
41804182 ASSIGN df-info.df-seq = dfseq
You can’t perform that action at this time.
0 commit comments