dannote / mod-ndb

Automatically exported from code.google.com/p/mod-ndb
0 stars 0 forks source link

Exit-handling bugs in Query() #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are some places in Query() that return a 400- or 500- response code.
If keep_tx_open == 0, these might need to clean up the data_operation (as is 
done at cleanup2 in 
Execute.cc).
The whole workflow and  logic around this is getting hard to understand. 

Original issue reported on code.google.com by john.david.duncan on 19 Apr 2007 at 11:03

GoogleCodeExporter commented 9 years ago
Some improvements in rev 318, including more comments. 

Original comment by john.david.duncan on 22 Apr 2007 at 5:51

GoogleCodeExporter commented 9 years ago

Original comment by john.david.duncan on 28 Apr 2007 at 6:13

GoogleCodeExporter commented 9 years ago
I audited Query.cc rev 346 and concluded that this is fixed.

Original comment by john.david.duncan on 21 Aug 2007 at 4:53