- 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:
LtWorf
2011-10-17 21:26:01 +00:00
parent ee1e103c8f
commit cdd771462d
4 changed files with 5 additions and 4 deletions

View File

@@ -265,6 +265,7 @@ def exec_query(command):
relname='last_'
query=command
query=unicode(query,'utf-8')
#Execute query
try:
pyquery=parser.parse(query)