Exclude $ identifiers from Oracle example
This commit is contained in:
parent
e501fe01e1
commit
1b2e487bbf
@ -177,7 +177,7 @@
|
||||
</includes>
|
||||
|
||||
<!-- Known issue with this type: https://github.com/jOOQ/jOOQ/issues/3709 -->
|
||||
<excludes>ST_ANNOTATIONTEXTELEMENT</excludes>
|
||||
<excludes>ST_ANNOTATIONTEXTELEMENT|.*\$.*</excludes>
|
||||
<dateAsTimestamp>true</dateAsTimestamp>
|
||||
<schemata>
|
||||
<schema>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user