fix relation detection bug and allow offset on lower levels
This commit is contained in:
Vendored
+6
@@ -654,6 +654,12 @@ CREATE VIEW projects_view AS
|
||||
FROM projects;
|
||||
|
||||
|
||||
CREATE VIEW projects_view_alt AS
|
||||
SELECT projects.id as t_id,
|
||||
projects.name,
|
||||
projects.client_id as t_client_id
|
||||
FROM projects;
|
||||
|
||||
--
|
||||
-- Name: simple_pk; Type: TABLE; Schema: test; Owner: -
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user