Cnichols wrote:
> I disagree I myself see this as a feature.  I think the programmer should be
> responsible for file checking because if it is not a SQLite database SQLite
> will inform you.

The one fly in the ointment is all the Unicode/UTF-8 stuff.  Your own
code has to go through the exact same set of steps as SQLite and call
the same OS api otherwise the name you think a file has and what SQLite
thinks it has could be different.

SQLite doesn't usually check that what you give it is valid UTF-8 so
this can get very messed up.  If you are using ASCII everywhere then it
is no big deal.  But with users elsewhere and especially with files
stored in their home directory/my documents/documents, you will end up
with accented characters and other fun things in the file names.

Roger

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to