https://bugs.documentfoundation.org/show_bug.cgi?id=90780
--- Comment #16 from Robert Großkopf <[email protected]> --- One hint: There will be executed 2 queries every time (cache will need new content?) when scrolling up: 220204 17:34:10 237 Execute SELECT * FROM "Db"."Table" WHERE "Db"."Table"."ID" = 496 237 Execute SELECT * FROM "Db"."Table" WHERE "Db"."Table"."ID" = 497 220204 17:34:11 237 Execute SELECT * FROM "Db"."Table" WHERE "Db"."Table"."ID" = 541 237 Execute SELECT * FROM "Db"."Table" WHERE "Db"."Table"."ID" = 542 But when scrolling down it looks like this: 237 Execute SELECT * FROM "Db"."Table" WHERE "Db"."Table"."ID" = 497 237 Execute SELECT * FROM "Db"."Table" WHERE "Db"."Table"."ID" = 498 237 Execute SELECT * FROM "Db"."Table" WHERE "Db"."Table"."ID" = 499 237 Execute SELECT * FROM "Db"."Table" WHERE "Db"."Table"."ID" = 500 237 Execute SELECT * FROM "Db"."Table" WHERE "Db"."Table"."ID" = 501 every row will be selected … -- You are receiving this mail because: You are the assignee for the bug.
