mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 10:46:00 +00:00
query design sql generator - new algorithm WIP
This commit is contained in:
@@ -110,7 +110,7 @@ export interface Source {
|
||||
export type JoinType = 'LEFT JOIN' | 'INNER JOIN' | 'RIGHT JOIN' | 'CROSS JOIN';
|
||||
|
||||
export type Relation = Source & {
|
||||
conditions: Condition[];
|
||||
conditions?: Condition[];
|
||||
joinType: JoinType;
|
||||
};
|
||||
export type FromDefinition = Source & { relations?: Relation[] };
|
||||
|
||||
Reference in New Issue
Block a user