[symfony-users] Doctrine not honoring query params?

2010-08-27 Thread Quince
') AND s3.study_id IN ('1')) ORDER BY t2.trait_name 23.65s, doctrine connection How can I prevent this behavior? Thanks, Quince. N.B. The largest table trait_result is a large (MyISAM) table 60 Million rows so 0.00s execution time is highly questionable for un- cached query. -- If you want

[symfony-users] Numeric Settings in schema.yml for range 1.0e-120 to 1.

2010-08-20 Thread Quince
Hello, I'm creating an application in Smyfony v1.4. I would like to specify a column that is capable of handling numbers between 1.0e-120 and 1. I only need say 5 or so digits in the number for my purposes (i.e 1.450e-30). Rightnow I'm using MySQL. What column settings will allow me to load

[symfony-users] Re: Database does not exist

2010-08-20 Thread Quince
I'm a new user so hopefully this solves your problem. In your schema.yml file I believe you're missing the following line for each table: connection: propel This should be a level below the table name. For instance: ---code- blog: connection: propel