Hello everyone,
I am currently using SQLite v2.8.11.
I have not had much experience with SQLite other than executing simple
Queries and Updates.

I don't have any problems with SQLite v2.8.11 and as such,
have not upgraded to v3.0.2

I would like to know if v3.0.2 has an improved interpreter.

Below is an example of a sqlite interpreter session:

sqlite> create table test ( tehfield string );
sqlite> drop table test;
sqlite> ^[[A
Ctrl+Z
...Corrections:
sqlite>create table test ( thefield string );


Basically, I would like to scrollback through complete SQL statements I have typed/executed.

Does sqlite v3.0.2 include such an interpreter?

Thanks in advance.
-gohaku



Reply via email to