Closed juha-ylikoski closed 3 years ago
I can create fix + tests for this prob later today and create pr. (It seems there are currently no tests for FILOSQLiteAckQueue)
After trying to replicate this issue I cannot seem to be able to replicate it. I will try to replicate this tomorrow with my other computer where I found this issue.
The problems was with q.get(raw=True
. The FILO-queue had missing parts of the row in the query -> index error. I'm gonna submit pr containing fix + tests soon.
It seems that FILOSQLliteAckQueue's _SQL_SELECT is not formatted properly.
with
q.get(raw=True)
I'm getting:This can be fixed by setting
->
Like in SQLiteAckQueue.