Re: [sqlite] Simple Suggestions

2008-09-22 Thread Enrique Ramirez
On Sat, Sep 20, 2008 at 2:07 PM, ivo welch <[EMAIL PROTECTED]> wrote: > * sqlitebrowser is very buggy under linux when it comes to importing > csv files. often, nothing happens. sometimes, trying a second import > works. just buggy. sqlitebrowser is a third party application made by someone

Re: [sqlite] Simple Suggestions

2008-09-20 Thread Darren Duncan
ivo welch wrote: > * SHOW columns FROM table--- would be a great addition, if only > for compatibility with MySQL. Aside, it is easier to remember than a > pragma. MySQL's SHOW features are just an old MySQL-proprietary way of doing introspection, prior to their adding support for the SQL

Re: [sqlite] Simple Suggestions

2008-09-20 Thread Igor Tandetnik
"ivo welch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Two simple functions would make SQLite much more useful to me are: Be aware that you can extend SQLite with custom functions. See sqlite3_create_function[16] Igor Tandetnik

Re: [sqlite] Simple Suggestions

2008-09-20 Thread Scott Baker
ivo welch wrote: > Sqlite is a wonderful program. A big thanks to its creator. As a new > user, the following are nuisances, though, so I thought I would > register these as simple suggestions: > > * SHOW columns FROM table--- would be a great addition, if only > for compatibility with

[sqlite] Simple Suggestions

2008-09-20 Thread ivo welch
Sqlite is a wonderful program. A big thanks to its creator. As a new user, the following are nuisances, though, so I thought I would register these as simple suggestions: * SHOW columns FROM table--- would be a great addition, if only for compatibility with MySQL. Aside, it is easier to