Just thought I would mention. Propel uses standard SQL. If you are
attemtping to use Oracle specific SQL then it wont work. Just as if you were
trying to use MySQL only SQL (like the MATCH keyword for a full text indexed
column) it wont work because that is not standardised SQL.

On Fri, Mar 27, 2009 at 3:51 AM, 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.
> >
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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