>> sqlite  can  be initialized using resource files. These can be combined
>>       with command line arguments to set up sqlite exactly the way  you
>> want
>>       it.  Initialization proceeds as follows:
>>
>>       o The defaults of
>>
>>
>>       mode            = LIST
>>       separator       = "|"
>>       main prompt     = "sqlite> "
>>       continue prompt = "   ...> "
>>
>>
>>
>> found on
>> http://www.linuxcommand.org/man_pages/sqlite31.html
>
>That man page is a little outdated.  It used SQLite version 3.0.8 and its
>date at the bottom is
>Mon Apr 15 23:49:17 2002                  SQLITE(1)

Nonetheless, in no less than two places in the man page is it stated that the 
init file should contain dot-commands which will be processed by the shell 
after its standard initialization and before processing commands supplied via 
whatever stdin stream content it would, but for the init commands, process.

While the specifics of the dot-commands themselves may have changed, or there 
may be new ones or deprecated ones removed depending on version, the 
description of the processing is still accurate.




_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to