Hi All,
I just noticed a little issue with the indexes nad there name.  When you create an 
index like this 

create index [Customers-CompanyName] on Customers (CompanyName)

The name of the index in sqlite_master is [Customers-CompanyName]

yet when you creqate a table like this
create table [Test table] (a ,b)

The name of the table in sqlite_master is Test Table  (no square brackets)

Is this by design or just a little oversight?

regards
Greg O

Reply via email to