Changes between Initial Version and Version 1 of Ticket #31728
- Timestamp:
- Jun 20, 2020, 12:28:03 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31728 – Description
initial v1 25 25 }}} 26 26 27 From what I can understand, {{{connection.ops.cache_key_culling_sql()}}} command is not returning any data, so {{{cursor.fetchone()[0]}}}fails.27 From what I can understand, the cursor after running {{{connection.ops.cache_key_culling_sql()}}} command is not returning any data, so {{{cursor.fetchone()[0]}}} afterwards fails. 28 28 I guess a simple check to see if it contains data would be enough, may apply for an easy picking. 29 30 Edit: Wording