> Is there any downside to checking this in immediately? It's a simple > enough change that I don't see it introducing any bugs (famous last > words, right?)...
Please don't allow using connections from different database backends unless the problems of using the correct database options are resolved first. Both model fields and query creation still have a lot of uses of the 'default' connection to get to these options. This implies that there is a possibility to get hard to debug weird sql trouble when mixing database engines. Enforcing the same backend for the different connections might be a good idea for now. Koen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. 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 -~----------~----~----~----~------~----~------~--~---
