Re: override dbo

2007-09-04 Thread Zeekar
Sorry if I'm being dense, but why not just double-quote all object names, whether they're reserved words or not? If it only happens in generated sql statements... The version I'm using may be out of date, but it uses a union of user_tables and user_views to find sources, which isn't sufficient i

Re: override dbo

2007-08-31 Thread Martin Schapendonk
Hi Jeff, 2007/8/30, Jeff Loiselle aka phishy <[EMAIL PROTECTED]>: > I wrote the Oracle DBO. The version in the latest 1.2 nightly works > and is supported. As Chris Hartjes said, if you have any problems with > that version, submit a ticket to Trac. I would love to get more Oracle > people on boa

Re: override dbo

2007-08-30 Thread Jeff Loiselle aka phishy
Adwin, I wrote the Oracle DBO. The version in the latest 1.2 nightly works and is supported. As Chris Hartjes said, if you have any problems with that version, submit a ticket to Trac. I would love to get more Oracle people on board. Please let us know if you have any further problems. Regards,

Re: override dbo

2007-08-29 Thread Chris Hartjes
On 8/28/07, Adwin Wijaya <[EMAIL PROTECTED]> wrote: > > After using a dbo_odbc for a day .. i decided not to use it ... it is > unstable for me .. and many bugs found in there :( I suggest you report the bugs to trac.cakephp.org or else they will never get fixed. -- Chris Hartjes Senior Develop

Re: override dbo

2007-08-29 Thread Adwin Wijaya
Not yet, i couldnt access to the svn (blocked by my administrator) :( > > Have you tried the native dbo_oracle.php? > > Martin > > -- > Martin Schapendonk, [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

Re: override dbo

2007-08-28 Thread Martin Schapendonk
2007/8/28, Adwin Wijaya <[EMAIL PROTECTED]>: > After using a dbo_odbc for a day .. i decided not to use it ... it is > unstable for me .. and many bugs found in there :( > i also cannot use cake for my project :( Have you tried the native dbo_oracle.php? Martin -- Martin Schapendonk, [EMAIL

Re: override dbo

2007-08-28 Thread Adwin Wijaya
After using a dbo_odbc for a day .. i decided not to use it ... it is unstable for me .. and many bugs found in there :( i also cannot use cake for my project :( On Aug 28, 1:57 pm, Adwin Wijaya <[EMAIL PROTECTED]> wrote: > how to override dbo in cake ? in model or controller ? I ca

override dbo

2007-08-27 Thread Adwin Wijaya
how to override dbo in cake ? in model or controller ? I cannot find the links :( I am going to override $alias because the alias = 'AS ' in dbo_source.php doesnt work with oracle (select * from mytableabc as x --> produce error i