On Sat, Sep 29, 2012 at 5:27 AM, Andy Dustman <farcep...@gmail.com> wrote: > On Tue, Sep 25, 2012 at 7:57 PM, Russell Keith-Magee > <russ...@keith-magee.com> wrote: >> On Tue, Sep 25, 2012 at 11:24 PM, maxi <maxiroba...@gmail.com> wrote: >>> No, I just answer because it caught my attention. Why not just trust in a >>> True/False property ? >> >> As I recall, the reason we can't just use a property is MySQL. There's >> no reliable way to tell whether the database has been set up as >> InnoDB, which supports transactions, or MyISAM, which doesn't. An >> experimental approach allows us to be certain. > > Actually, there are several database engines in MySQL that support > transactions, not just InnoDB, though that's the most popular.
For sure. My point is that it isn't as simple as "MySQL supports (or doesn't support) transactions", so it can't be a simple boolean flag. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.