[jOOQ/jOOQ#15162] Support parsing SQL Server computed column syntax
This commit is contained in:
parent
102623d3e5
commit
3b347a0307
@ -4865,7 +4865,8 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
else if (!computed
|
||||
&& !ignoreProEdition()
|
||||
&& (parseKeywordIf("AS")
|
||||
|| parseKeywordIf("COMPUTED") && (parseKeywordIf("BY") || true))
|
||||
|| parseKeywordIf("COMPUTED") && (parseKeywordIf("BY") || true)
|
||||
|| parseKeywordIf("COMPUTE"))
|
||||
&& requireProEdition()) {
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user