DbLoader incompatible SQLite and lowercase-named tables?

From: Scott Anderson (sanderso..irvana.com)
Date: Thu Jun 18 2009 - 15:36:31 EDT

  • Next message: Michael Shea: "How to use #result with extended enumerations in SQLTemplate?"

    I'm using 3.0M6 with SQLite v056. In DBLoader.java, line 408, the loader
    is trying to check if the table is named correctly using
    String.equals(), but the SQLite metadata is returning the table name in
    uppercase, and it's defined in the map in lowercase.

     

    Can equals() be replaced with equalsIgnoreCase()?



    This archive was generated by hypermail 2.0.0 : Thu Jun 18 2009 - 15:37:20 EDT