-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
use interface in ColumnDefinition #1367
Copy link
Copy link
Closed
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
it seems like since https://github.com/JSQLParser/JSqlParser/pull/1274/files#diff-7a533138e54adbf0baac5356d4b7d4a6d192300199ef50eede004f706fd35de3R104
ColumnDefinitionacceptsExpressionVisitorAdapterJSqlParser/src/main/java/net/sf/jsqlparser/statement/create/table/ColumnDefinition.java
Lines 104 to 106 in c89cf21
is it possible to have it take one of the interfaces instead?
(just noticed also, they seem to be referencing each other,
ExpressionVisitorAdapter#visitcallsColumnDefinition#accept)