Open
Description
I've set a timeout value of 3 (this is 3 seconds, right?).
I've executed a query to select 30,000 rows from a table with several columns (in practice, I don't need a result this big, but I'm forcing the issue here). Timing the query results in a time of over 4 seconds. This doesn't count the time to display or do anything with the date. The first time is marked just before execute is called and the second time is marked as the first line in the completion block of the execute method. The query should have timed out before this.
Metadata
Metadata
Assignees
Labels
No labels