fix relation detection bug and allow offset on lower levels
This commit is contained in:
Vendored
+1
@@ -29,6 +29,7 @@ GRANT ALL ON TABLE
|
||||
, nullable_integer
|
||||
, projects
|
||||
, projects_view
|
||||
, projects_view_alt
|
||||
, simple_pk
|
||||
, tasks
|
||||
, filtered_tasks
|
||||
|
||||
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