Skip to content

Aggregate QSQL API calls into single one #23

@vadim-tropashko

Description

@vadim-tropashko

Currently, QSQL API contains dependent functions. For example, the methods listing errors/warnings, or translating to ERD call the main method toDDL() which builds the parse tree. A better design would be having a single method, constructing a composite object which includes all the information: the parse tree, the list of errors, the translated SQL code, and the ERD.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions