I've worked with Oracle, but I have never used Symfony with Oracle, so
I'm not speaking from experience.

To be fair, most of Symfony projects are most likely using MySQL
database instead of Oracle.

> 1.can not process oracle sequence

You mean for generating primary key like auto number? I usually just
create trigger that will assign the ID on insert.

> 2.when insert oracle date type,SQL wrong

Any error message? If it is date format, I'm quite sure you can
configure the date format of your Oracle database.

> 3.paging SQL is much slower than straight SQL

I'm curious, how is it much slower? Any example of the SQL generated?

On Fri, Mar 27, 2009 at 2:51 PM, yunhui song <songyunhui2...@gmail.com> wrote:
>
> I'm using propel in our ptoject. questions here:
> 1.can not process oracle sequence
> 2.when insert oracle date type,SQL wrong
> 3.paging SQL is much slower than straight SQL
>
> Sign.....
>
> I expect to save my time,but I have spend much more time than just SQL way!
>
> On 3/26/09, Fási Gábor <maerl...@gmail.com> wrote:
>>
>> On Thu, Mar 26, 2009 at 09:31, Benjamin <agtle...@gmail.com> wrote:
>>>
>>> Lets say I change a field called name to first_name.  Then I rebuild
>>> the models.  fooPeer::NAME will no longer exist.  Do I then manually
>>> define that constant in a peer class?
>>>
>>
>> Nope, you can use the phpName attribute for fields, not only for tables.
>>
>> >
>>
>
> >
>



-- 
Blue Horn Ltd - System Development
http://bluehorn.co.nz

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

Reply via email to