mvsagar / queper_rep

wjISQL - a webapp for accessing relational databases
0 stars 1 forks source link

W_B_20160811_33 - All columns of primary key of SQLite tables are not displayed sometimes #17

Open mvsagar opened 7 years ago

mvsagar commented 7 years ago

Button "Keys" does not display all columns of primary key for SQLite tables. Only last column of compound key is displayed. This happens only some times.

mvsagar commented 7 years ago

Found that the issue is with the JDBC driver of SQLite. Refer to issue #228 at bitbucket website https://bitbucket.org/xerial/sqlite-jdbc/issues?status=new&status=open

Hence this bug will not be fixed but gets fixed by JDBC driver.