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') {



       
____________________________________________________________________________________
Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to