Re: multiple database support and different DB types

2007-06-08 Thread [EMAIL PROTECTED]
yep, tried that. On Jun 7, 6:54 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I haven't tried this at all myself, as I just use mysql ...but are you > saying that specifying a different DATABASE_ENGINE in the > OTHER_DATABASES entries doesn't work? Was just making sure you had > tried tha

Re: multiple database support and different DB types

2007-06-07 Thread [EMAIL PROTECTED]
I haven't tried this at all myself, as I just use mysql ...but are you saying that specifying a different DATABASE_ENGINE in the OTHER_DATABASES entries doesn't work? Was just making sure you had tried that. On Jun 7, 2:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > hi, i'm using the mu

multiple database support and different DB types

2007-06-07 Thread [EMAIL PROTECTED]
hi, i'm using the multiple DB support branch and i'd like to have one DB be MySQL and one be sqlite, but i can't, because all of django's generated SQL conforms to the primary DB type. so in this case all the queries sent to the sqlite DB have backticks, which causes parsing errors. can anyone su