- command line interface using new API
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@333 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
@@ -133,9 +133,9 @@ class node (object):
|
||||
prop =self.prop
|
||||
|
||||
#Converting parameters
|
||||
if self.name==PROJECTION:#Projection
|
||||
if self.name==PROJECTION:
|
||||
prop='\"%s\"' % prop.replace(' ','').replace(',','\",\"')
|
||||
elif self.name==u"ρ": #Rename
|
||||
elif self.name==RENAME:
|
||||
prop='{\"%s\"}' % prop.replace(',','\",\"').replace(ARROW,'\":\"').replace(' ','')
|
||||
else: #Selection
|
||||
prop='\"%s\"' % prop
|
||||
|
Reference in New Issue
Block a user