ormlite-android icon indicating copy to clipboard operation
ormlite-android copied to clipboard

tableName parameter of BaseConnectionSource.getSpecialConnection(String tableName) is not used.

Open naveenvenkannagari opened this issue 7 years ago • 1 comments

BaseConnectionSource.getSpecialConnection(String tableName) . tableName is not used anywhere and null is passed from the places where method is getting called.

naveenvenkannagari avatar Aug 03 '18 12:08 naveenvenkannagari

Sorry for the delay on this @naveenvenkannagari . You are certainly correct about that. Not 100% sure what the point of tableName is there aside from being confusing. Any idea what the goal was?

j256 avatar Nov 16 '21 15:11 j256