PayasR / paralite

0 stars 0 forks source link

.schema not supported #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.paralite anydatabase ".schema"

What is the expected output? What do you see instead?
It should show schema of all tables in anydatabase, but
it raises an exception.  Currently it's not implemented.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Taura.Kenjiro@gmail.com on 30 Apr 2013 at 9:43

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.paralite anydatabase ".schema"

What is the expected output? What do you see instead?
It should show schema of all tables in anydatabase.
Now it returns "Error: ParaLite cannot support the query"

Original comment by tingchen...@gmail.com on 16 Jun 2013 at 1:02

GoogleCodeExporter commented 9 years ago
".schema" is supported now.

paralite anydatabase "create table x(a integer, b text)"
paraltie anydatabase ".schema" 
CREATE TABLE x(a integer, b text)

will be shown.

Original comment by ntbao2...@gmail.com on 17 Jun 2013 at 9:33