[symfony-users] Multiple Doctrine Database Issues again

2010-07-20 Thread PhiKapJames
I had this issue back in November and it was fixed on the doctrine side. I recently updated Symfony from 1.4.3 to the latest 1.4.7 and the issue has cropped back up again. Even though I'm specifying two different databases to use, it's still using the last one in the list. The base models

[symfony-users] Issue with doctrine table search adding id

2010-01-13 Thread PhiKapJames
I'm not sure what's going on this time, but I've created a table that stores users with locations. When i try to pull them though, the query is adding an id field that isn't part of the table (and of course failing). TblApprovalList: connection: internal_web tableName: tblApprovalList

[symfony-users] Re: Help with display of doctrine float numbers

2009-12-17 Thread PhiKapJames
not doing any formatting myself currently when displaying in symfony. On Dec 14, 5:04 pm, Alexandre Salomé alexandre.sal...@gmail.com wrote: Hi,   Which value do you have in your database ? (PHPMyAdmin or SQL client)   What is the type of column defined in your schema ? 2009/12/13 PhiKapJames

[symfony-users] Help with display of doctrine float numbers

2009-12-13 Thread PhiKapJames
I'm running into the issue where when I'm trying to use the default getValue() method that was automatically generated from a model, that it's not giving the correct place value. I have for examply .4123 in my database, but it is only displaying .41. When i look at the query log, it's not doing

[symfony-users] Multiple Doctrine Databases / Sf1.4 Issues

2009-11-24 Thread PhiKapJames
Found an issue with using multiple databases. I'm using the lastest 1.4 tag updated up to 20 minutes ago. To test the issue, I created a test project and documented the steps I used to have the issue. The issue seems to be that no matter what connection is specified, once the model is used, it

[symfony-users] Re: Multiple Doctrine Databases / Sf1.4 Issues

2009-11-24 Thread PhiKapJames
I created a ticket, but appears that one was already created 2 days ago. On Nov 24, 11:06 am, PhiKapJames phikapja...@gmail.com wrote: Found an issue with using multiple databases.  I'm using the lastest 1.4 tag updated up to 20 minutes ago.  To test the issue, I created a test project

[symfony-users] Symfony 1.3 doctrine:build-schema error

2009-11-19 Thread PhiKapJames
I just updated my libraries to what is in the repository this morning. I had made a change to my existing MySQL database schema, so I wanted to regenerate the models, etc. When I went to rebuild the schema this time, I ran into this error: jwh...@sejam-linux:~/TestSymfony$ ./symfony

[symfony-users] Help with Doctrine Model and Joins

2009-11-01 Thread PhiKapJames
I've just started getting into Symfony / Doctrine, but I'm running into an issue creating the join. I have a pre-existing database that I'm trying to create a new site around, so I have used doctrine:build- schema to create the model, forms, etc off of MySQL. It's using INNODB and here's the