Can equals() be replaced with equalsIgnoreCase()?
+1. On Jun 18, 2009, at 10:36 PM, Scott Anderson wrote:
I'm using 3.0M6 with SQLite v056. In DBLoader.java, line 408, the loaderis trying to check if the table is named correctly usingString.equals(), but the SQLite metadata is returning the table name inuppercase, and it's defined in the map in lowercase. Can equals() be replaced with equalsIgnoreCase()?
