[jOOQ/jOOQ#14488] Parser should disambiguate SQL Server + operand based on operand lookup
This commit is contained in:
parent
82f57ab254
commit
244e5ab910
@ -8088,6 +8088,11 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if (add)
|
||||
return lhs.add(rhs);
|
||||
else if (lhs.getDataType().isDate() && rhs.getDataType().isDate())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user