Hello,
There are two extra columns (origin, partial) in the result returned
by pragma index_list.
Just for your information, it causes a regression test failure because
only 3 columns are expected:
--- FAIL: TestTableIndexes (0.00s)
meta_test.go:163: error listing indexes: incorrect argument count for
Stmt.Scan: have 3 want 5 (wrapper specific error)

if err = s.Scan(nil, &i.Name, &i.Unique); err != nil {

I will patch my code...
Regards.

Reply via email to