Re: [sqlite] completion of sql words

2011-04-12 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/12/2011 11:16 AM, Sylvain Pointeau wrote: > I just tried APSW on max os x, > but how to get the auto-completion to work? > it does not work for me... It requires the Python readline module to work as that is what lets you edit the command line

Re: [sqlite] completion of sql words

2011-04-12 Thread Sylvain Pointeau
Hello, I just tried APSW on max os x, but how to get the auto-completion to work? it does not work for me... Best regards, Sylvain On Sat, Apr 9, 2011 at 11:50 PM, Roger Binns wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/09/2011 02:03 PM, Edzard

Re: [sqlite] completion of sql words

2011-04-09 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/09/2011 02:03 PM, Edzard Pasma wrote: > I just made an alias in the shell (Unix-) for this tool: > > alias apsw='python -c "import apsw;apsw.main()"' I keep trying to make it so you can do "python -m apsw " and the code is structured to

Re: [sqlite] completion of sql words

2011-04-09 Thread Edzard Pasma
Op 9-apr-2011, om 21:29 heeft Roger Binns het volgende geschreven: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/08/2011 02:40 PM, Edzard Pasma wrote: >> Just found that the APSW shell does tabcomplete (and even for >> tablenames). It is described here: >> >>

Re: [sqlite] completion of sql words

2011-04-09 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/08/2011 02:40 PM, Edzard Pasma wrote: > Just found that the APSW shell does tabcomplete (and even for > tablenames). It is described here: > > http://apidoc.apsw.googlecode.com/hg/shell.html (I'm the APSW author). It also does output

Re: [sqlite] completion of sql words

2011-04-09 Thread Edzard Pasma
Here is the unbroken link: http://apidoc.apsw.googlecode.com/hg/shell.html ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] completion of sql words

2011-04-08 Thread Edzard Pasma
Op 11-feb-2011, om 23:30 heeft Simon Slavin het volgende geschreven: > > On 11 Feb 2011, at 7:19pm, prad wrote: > >> does the sqlite3 interface have completion of sql key words? >> in postgresql you can type SEL and press tab to complete. >> is there such a thing for sqlite3? > > sqlite3 doesn't

Re: [sqlite] completion of sql words

2011-02-12 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/11/2011 02:30 PM, Simon Slavin wrote: > Although you can download a command-line tool for sqlite3 from the sqlite3 > web site, it's provided just for convenience and many people don't use it (or > even know about it). On Unix platforms that

Re: [sqlite] completion of sql words

2011-02-11 Thread Jim Morris
I tihnk the firefox plug-in Sqlite Manager does. On 2/11/2011 2:30 PM, Simon Slavin wrote: > On 11 Feb 2011, at 7:19pm, prad wrote: > >> does the sqlite3 interface have completion of sql key words? >> in postgresql you can type SEL and press tab to complete. >> is there such a thing for sqlite3?

Re: [sqlite] completion of sql words

2011-02-11 Thread Simon Slavin
On 11 Feb 2011, at 7:19pm, prad wrote: > does the sqlite3 interface have completion of sql key words? > in postgresql you can type SEL and press tab to complete. > is there such a thing for sqlite3? sqlite3 doesn't have an interface. It is only a programming API. Although you can download a

[sqlite] completion of sql words

2011-02-11 Thread prad
does the sqlite3 interface have completion of sql key words? in postgresql you can type SEL and press tab to complete. is there such a thing for sqlite3? -- in friendship, prad ___ sqlite-users mailing list sqlite-users@sqlite.org