[#1490] Compilation error when a SQL Server stored procedure has a
parameter named "value"
This commit is contained in:
parent
56e200b85e
commit
22222acb75
@ -2239,7 +2239,7 @@ public class DefaultGenerator extends AbstractGenerator {
|
||||
out.print("Value");
|
||||
}
|
||||
out.print("(");
|
||||
out.print(strategy.getJavaIdentifier(parameter));
|
||||
out.print(strategy.getFullJavaIdentifier(parameter));
|
||||
out.println(", value);");
|
||||
out.println("\t}");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user