Subject: | Problem with names in DB that using square bracers |
I was created SQLite DB in program "SQLite Administrator", and after
executing primary_key_info i'm get primary key columns in '[id]' format.
I'm looked in schema of DB it is right.
Sqlite console program works good with that DB with queries like "SELECT
* FROM sometable WHERE id > 4". I don't find explanation of this
behavior on www.sqlite.org and wish to understand this with you.