On 23/05/2011 08:47, Stéphane Klein wrote:
I know I have a bad assignation, I've put a string in unicode field
but I don't found where.

What tip do you use to found it ?

I think you can do this by setting the warning filter to error early in your application:

import warnings
warnings.filterwarnings('error')

More info here:

http://docs.python.org/library/warnings.html#warnings.filterwarnings

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
           - http://www.simplistix.co.uk

--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to