[symfony-users] Sf 1.4 + Propel + Sqlite : unproper handling of bool criteria

2010-03-17 Thread SlimShaggy
Hello all, I am currently migrating an app from Symphony 1.2 to 1.4 I am using an sqlite db and I encountered a problem with the generated queries regarding booleans. Here is a part of my source code: $c = new Criteria(); $c-add(ShowPeer::IS_PUBLISHED,true); $c-add(ShowPeer::IS_CANCELED,false);

[symfony-users] Re: Sf 1.4 + Propel + Sqlite : unproper handling of bool criteria

2010-03-17 Thread SlimShaggy
Which that change, did you try rebuilding models before clearing cache? Changed the query, not the model. I tried to rebuild it, thoug with no success :( -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this

[symfony-users] yml validators in Symfony 1.4

2010-03-10 Thread SlimShaggy
Hi folks, I'm trying to upgrade a project from 1.2 to 1.4 I've read that the validate/action.yml files are no longer supported. What is the alternative, then ? Thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received