Skip to content

Commit a4b2643

Browse files
committed
Fixed a bug!
1 parent c31fd0f commit a4b2643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeGenEngine/TokenExpanders/TokenExpanderFieldLoop.dbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ namespace CodeGen.Engine
19341934
proc
19351935
lambda doExpand(str, field)
19361936
begin
1937-
using field.SqlType select
1937+
using (a)(field.SqlType) select
19381938
("BIGINT"),
19391939
mreturn "SqlDbType.BigInt"
19401940
("BIT"),

0 commit comments

Comments
 (0)