You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit of a weird bug. The SQLite table contains 1663 rows, but when I fetch all with DBIish, only 12 to 155 rows get fetched.
I couldn't repro the bug on 64-bit boxes or with a golfed module. The bug also disappears if I make this line be eager.
The number of rows occasionally varies per iteration or if I set --optimize=off or if I run it from a different directory, suggesting this may be some Rakudo bug.
Here are the steps to repro that include the links to database and the module that uses DBIish. If you get 1663 after running the last line, try running it a couple more times.
This is a bit of a weird bug. The SQLite table contains 1663 rows, but when I fetch all with DBIish, only 12 to 155 rows get fetched.
I couldn't repro the bug on 64-bit boxes or with a golfed module. The bug also disappears if I make this line be
eager
.The number of rows occasionally varies per iteration or if I set
--optimize=off
or if I run it from a different directory, suggesting this may be some Rakudo bug.Here are the steps to repro that include the links to database and the module that uses DBIish. If you get 1663 after running the last line, try running it a couple more times.
I'm on:
The text was updated successfully, but these errors were encountered: