[SQLObject] Possible bug in EnumCol/EnumValidator

2013-08-07 Thread Gert Burger
Hi Attached is a test case demonstrating the issue. Tested with version 1.5.0b1 and some previous versions. The EnumValidator checks if the value given is in the list of valid enumValues but this allows unicode values to match normal string values. That allows unicode objects into the SQL genera

Re: [SQLObject] Possible bug in EnumCol/EnumValidator

2013-08-07 Thread Oleg Broytman
Hi! On Wed, Aug 07, 2013 at 11:52:15AM +0200, Gert Burger wrote: > Attached is a test case demonstrating the issue. Tested with version > 1.5.0b1 and some previous versions. Thanks for the report! > The EnumValidator checks if the value given is in the list of valid > enumValues but this al