j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

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

Open naveenvenkannagari opened 6 years ago

naveenvenkannagari commented 6 years ago

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

j256 commented 2 years ago

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?