Skip to content
Snippets Groups Projects
Commit 4850d42d4392 authored by Sylvain Thenault's avatar Sylvain Thenault
Browse files

copy vargraph

parent 44b5c41b0bef
No related branches found
No related tags found
No related merge requests found
......@@ -337,6 +337,7 @@
"""the select node is the base statement of the syntax tree for selection
statement, always child of a UNION root.
"""
vargraph = None
parent = None
distinct = False
# limit / offset
......@@ -442,6 +443,7 @@
new.distinct = self.distinct
new.limit = self.limit
new.offset = self.offset
new.vargraph = self.vargraph
return new
# select specific methods #################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment