Hi Jens,

>> I have a page of SQLite GUI apps listed and compared at:
>> http://www.tandb.com.au/sqlite/compare/?ml
>>
>> If you know of any more applications or would like to see another
>> feature compared, reply here in this forum and I'll see what I can  
>> do.
>
> You may also want to add "Base" to your list - it's not free, but it's
> a nice browser:
> http://menial.co.uk/software/

Ahh, yes, I thought I had added it, but it turns out I had't. Thanks  
for the reminder.

I've added it today, so please check and comment on my review of Base.

Base looks pretty good so far. Main problems:

1. Doesn't work well with identifiers (eg entity and column names)  
that should be quoted (eg if they have spaces in the name). All the  
underlying SQL that Base runs should quote all identifiers in double  
quotes to prevent bugs.

2. Base prevents editing of data in views, even though SQLite supports  
it, for views that have "instead of" triggers.

3. Base doesn't open SQLite database files on AppleShare volumes.

Thanks,
Tom
BareFeet

  --
Comparison of SQLite GUI applications:
http://www.tandb.com.au/sqlite/compare/?ml

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

Reply via email to