simonchen / pyminiado

Automatically exported from code.google.com/p/pyminiado
0 stars 0 forks source link

AdoDB::execute_sel doesn't work with Multi-Threads. #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
when multi-threads is calling AdoDB::execute_sel, as long as the self.rs was 
opened by first thread, the subsequent thread will be failure to call 
self.rs.Open again.

What is the expected output? What do you see instead?
The correct behavior should be that AdoDB::execute_sel can be successfully 
called by multi-threads.

Please use labels and text to provide additional information.
Multi-threads, AdoDB::execute_sel

Original issue reported on code.google.com by geekclaw...@gmail.com on 12 Oct 2010 at 6:18

GoogleCodeExporter commented 8 years ago
This issue was fixed, user can check out new code from SVN now.

Original comment by geekclaw...@gmail.com on 12 Oct 2010 at 6:34