On 30/06/07, Joe Wilson <[EMAIL PROTECTED]> wrote:
> Drive letters A: and Z: don't work.
>
> src/org/sqlite/NestedDB.java
>
> - if (filename.charAt(1) == ':' && drive > 'a' && drive < 'z') {
> + if (filename.charAt(1) == ':' && drive >= 'a' && drive <= 'z') {
Duh. Taking a few months from programming really dulls the senses.
Thanks. It will be patched in the next release.
d.
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---