Skip to content

Commit c541081

Browse files
committed
Fix new property names on 6.0 for the custom serializer
1 parent 1531358 commit c541081

File tree

387 files changed

+25
-205564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

387 files changed

+25
-205564
lines changed

‎src/Tools/CustomJsonSerializer.php‎

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,32 @@
1616
class CustomJsonSerializer extends JsonSerializer
1717
{
1818
public const SKIP_PROPERTIES = [
19-
//'allowedKeywords',
20-
//'groupOptions',
19+
'allowedKeywords',
2120
'statementGroupOptions',
22-
//'endOptions',
23-
//'keywordParsers',
24-
//'statementParsers',
25-
///'keywordNameIndicators',
26-
//'operatorNameIndicators',
27-
//'defaultDelimiter',
28-
//'parserMerhods',
29-
//'OPTIONS',
30-
//'clauses',
31-
//'dbOptions',
32-
//'delimiters',
33-
//'joins',
34-
//'fieldsOptions',
35-
//'linesOptions',
36-
//'triggerOptions',
37-
//'funcOptions',
38-
//'tableOptions',
39-
//'fieldOptions',
40-
//'dataTypeOptions',
41-
//'referencesOptions',
42-
//'keyOptions',
43-
//'viewOptions',
44-
//'eventOptions',
45-
//'userOptions',
21+
'statementEndOptions',
22+
'keywordParsers',
23+
'statementParsers',
24+
'keywordNameIndicators',// Not static
25+
'operatorNameIndicators',// Not static
26+
'defaultDelimiter',
27+
'parserMethods',
28+
'OPTIONS',
29+
'clauses',
30+
'databaseOptions',
31+
'delimiters',
32+
'joins',
33+
'statementFieldsOptions',
34+
'statementLinesOptions',
35+
'triggerOptions',
36+
'functionOptions',
37+
'tableOptions',
38+
'fieldOptions',
39+
'dataTypeOptions',
40+
'referencesOptions',
41+
'keyOptions',
42+
'viewOptions',
43+
'eventOptions',
44+
'userOptions',
4645
'asciiMap',
4746
];
4847

0 commit comments

Comments
 (0)