Hi! <br><br>Sorry for rtfm mail... I forgot to remove max_usage param in my real application...<br><br>This parameter is limiting the number of cursor usage, and if max reached, the DBUtils is automatically open a new cursor in the background! This is break out of the actual transaction context...<br>
<br>Uhhhhh.... I wasted 2 hours to found the bug in another source... :-(<br><br>dd<br><br><div class="gmail_quote">2009/5/28 Durumdara <span dir="ltr"><<a href="mailto:durumdara@gmail.com">durumdara@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi!<br><br>PGSQL makes me crazy...<br><br>I port my apps to PGSQL, and I near to finish - but I got this problem...<br>
<br>Params: PGSQL 8.3, Windows, Pylons, PGDB, DBUTILS...<br><br><br>What happened? How I can avoid the cursor changing? How to fix it in my transaction?<br>
I never ask for new cursor, I used same variable in all of my context (self.Cur)... :-(<br><br>So what is the solution? Drop DBUtils? Or what?<br><br>Thanks for your help:<br>    dd<br><br><br><br>
</blockquote></div><br>