Hi,

We are migrating to mysql 4.1 (from 4.0).  We have lots of BIGINT
columns, and lots of application code that have queries like the
following:

select ... where bigint_col = '64-bit int value'

In 4.0, this worked fine.  In 4.1 it does not work.  The query only
works if you take the single-quotes away.

I could not find an explanation in the docs.  Is this a bug or expected
behavior?  Is there a workaround besides changing all our code?

Thanks,
Ephraim Dan


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to