Those are Macintosh issues, not Sqlite, and you need to handle them in
your application.
Dave Dyer wrote:
t
??? Sqlite is agnostic about file names. Give it a pathname to suit the
underlying file system and it is happy. You might be using some wrapper that
messes with pathnames, but that is not Sqlite.
No, no wrappers. The mac these days is pretty confused about
what kind of a system it really is. There are both carbon
APIs which accept old file names, and darwin APIs which are
unix based. Carbon can find "foo:bar.sq3" in a subdirectory
named foo, but darwin APIs will look for a file named "foo:bar.sq3"
in the current directory.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------