Skip to content

Commit bebefe7

Browse files
committed
12.8.2 Release
1 parent 4d202c9 commit bebefe7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prodict/mss/_gendsql.p

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
* *
@@ -59,6 +59,7 @@
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
6364
If the user wants to have a DEFAULT value of blank for VARCHAR fields,
6465
an 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

0 commit comments

Comments
 (0)