OK, issues I'd like either/both of you to deal with:

1. boolean for the rollback/commit - True or False by default?   documentation 
verbiage?

2. pull request to make the flag configurable at the dialect level

3. how backwards incompatible is this?  if so, can be for 0.9 ?  



On Jun 22, 2013, at 11:33 AM, Werner <[email protected]> wrote:

> Hi Michael,
> 
> On 22/06/2013 16:39, Michael Bayer wrote:
> ...
>>>    def do_rollback(self, dbapi_connection):
>>>        # Use the retaining feature, that keeps the transaction going
>>>        dbapi_connection.rollback(True)
>>> 
>>>    def do_commit(self, dbapi_connection):
>>>        # Use the retaining feature, that keeps the transaction going
>>>        dbapi_connection.commit(True)
>> 
>> 
>> other users have urged me that this boolean is very necessary.
> Do you recall who pushed for this - did a quick search in the archive of this 
> list but didn't find it.
> 
> http://www.firebirdsql.org/file/documentation/papers_presentations/html/paper-fbent-impacting.html
> 
> Do you want me to post a question on this on the FB list and see what current 
> thinking/know how is?
> 
>> Why does Firebird have to be so ridiculously weird (and why do you all use 
>> it?)
> 
> I still use as I had no time to move to PostGreSQL and chose it at the time 
> as it is good fit for small desktop application due to its embedded engine 
> and years ago PG didn't have a Windows build.
> 
> Werner
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sqlalchemy.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to