Hi, DatabseFeatures class has a supports_transactions property for test if the db engine support transactions. supports_transactions implementation makes some metadata alters to check this behaivor.
Now, is really needed to do this to check transaction support? I don't know exactly how many times this supports_transactions is called but I think what it produce unnecessary alterations in database structure, or I'm misinterpreting how it supposed works. --- Maxi -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/J4kOjty-FHkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
