For those of us who have no choice but to use Django with older
versions of MySQL, is there any possible workaround for this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this gr
James Bennett wrote:
>
> I can't think of anything we do that would break it, but I also don't
> know nearly enough about ancient versions of MySQL.
If you have a "date_hierarchy" in your models.py, it will break with
MySQL 3.23.53 as Django builds a query that uses "CAST()", which didn't
exist u
Thanks everyone.
I think I'm going to stick with sqlite until I find a better solution.
João
On 10/10/06, Terry <[EMAIL PROTECTED]> wrote:
>
> João Cruz Morais wrote:
>
> > I'm developing a website using django and the host has an old version
> > of mysql, more precisely 3.23.58. I wonder if the
João Cruz Morais wrote:
> I'm developing a website using django and the host has an old version
> of mysql, more precisely 3.23.58. I wonder if the db-api is compatible
> with this version? Unfortunately upgrading mysql is not an option.
I have seen the Django code generate SQL that uses subsel
Hi João, James,
On 10 Oct 2006, at 18:36, James Bennett wrote:
>
> On 10/9/06, João Cruz Morais <[EMAIL PROTECTED]> wrote:
>> I'm developing a website using django and the host has an old version
>> of mysql, more precisely 3.23.58. I wonder if the db-api is
>> compatible
>> with this version?
On 10/10/06, João Cruz Morais <[EMAIL PROTECTED]> wrote:
> I was talking about the generated SQL. Django db-api might produce SQL
> which is not understood by this version of mysql.
I can't think of anything we do that would break it, but I also don't
know nearly enough about ancient versions of
I was talking about the generated SQL. Django db-api might produce SQL
which is not understood by this version of mysql.
João
On Oct 10, 5:36 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 10/9/06, João Cruz Morais <[EMAIL PROTECTED]> wrote:
>
> > I'm developing a website using django and t
On 10/9/06, João Cruz Morais <[EMAIL PROTECTED]> wrote:
> I'm developing a website using django and the host has an old version
> of mysql, more precisely 3.23.58. I wonder if the db-api is compatible
> with this version? Unfortunately upgrading mysql is not an option.
Compatibility with particul
(Sorry if you've received this message already)
I'm developing a website using django and the host has an old version
of mysql, more precisely 3.23.58. I wonder if the db-api is compatible
with this version? Unfortunately upgrading mysql is not an option.
Regards,
João Cruz Morais
--~--~--
9 matches
Mail list logo