LCA_SqliteDatabase.select(...)
incorrectly returns a SqliteIndex
object
#2380
Labels
LCA_SqliteDatabase.select(...)
incorrectly returns a SqliteIndex
object
#2380
This incorrectly limits the return type functionality!
IMO the return from
SqliteIndex.select(...)
should construct the new object usingself.__class__
rather thanSqliteIndex
.The text was updated successfully, but these errors were encountered: