On Wed, Jun 19, 2013 at 11:18 AM, Tom Holden <[email protected]> wrote:

> I use the SQLiteSpy compilation of SQLite3 which recently upgraded from
> pre SQLite 3.7.8 to pre 4.2.0. I also occasionally use the SQLite3 Windows
> command-line shell. I am now encountering an error with the current
> versions that I did not with earlier ones – sorry, I cannot be precise at
> this time as to when it began. The problem arises with simple SELECTs on a
> table which has one or more fields defined with an unavailable collation
> sequence. Previously, the only time an error was thrown would be when such
> field was ordered or an index was engaged that included it. Now the error
> is thrown on a simple SELECT of the field or of the PRIMARY KEY, even
> though the latter is not defined with the missing collation. No error is
> thrown if the Primary Key is included with other fields that do not use the
> missing collation. The collation is missing because the database is created
> by proprietary software.
>
> From my perspective, this is a bug that limits the tools available to work
> with a proprietary database to fewer than there used to be – the command
> line shell being one rendered incapable.
>

I am unable to reproduce the problem using the sqlite3 command-line shell.
Perhaps this is a bug in SQLiteSpy.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to