lazierthanthou/sqlite-manager

Custom rowid shows up two times

KingKadelfek opened this issue · 0 comments

When you define a custom rowid, such as "rowid INTEGER PRIMARY KEY ASC", then SQLite Manager displays two times rowid.
It looks like SQLite Manager automatically adds "rowid" to all "select *" requests, even when there is already a rowid column.

Generally speaking, it looks like there is no management for custom rowid (or no rowid), like reported in issue #25 .