Re: Model->Del() causes SQL Error

2008-02-10 Thread flip
@stefan: just make sure you delete your browser cookies after updating to the latest builds. That fixed my auth component problems. Cheers. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post t

Re: Model->Del() causes SQL Error

2008-01-29 Thread stefan
thanks again for your hints...i updated to the latest nightly build which was no good idea because somehow it messed up with my auth component...so i reverted all and just uses the dbo_.. from that build and now the query problem is gone... On 26 Jan., 17:36, villas <[EMAIL PROTECTED]> wrote: > A

Re: Model->Del() causes SQL Error

2008-01-26 Thread villas
After updating to the latest 'nightly' version, my problem with 'delete' in firebird appeared to have been resolved. Maybe that will work for you too. However, I am still curious about the SQL 'delete {alias} from' because I cannot see why the {alias} would be required in that position by any S

Re: Model->Del() causes SQL Error

2008-01-25 Thread stefan
thanks for your tips. i'm using 1.2.0.6311 beta right now, hopefully there are no other problems when updating On 25 Jan., 11:37, villas <[EMAIL PROTECTED]> wrote: > This may be related to the thread I started 'Problem with Delete'. > > I decided that DELETE {Alias} FROM Table must be non-standa

Re: Model->Del() causes SQL Error

2008-01-25 Thread villas
This may be related to the thread I started 'Problem with Delete'. I decided that DELETE {Alias} FROM Table must be non-standard because you don't normally put {alias} in that position. I posted a bug report: #3984 (Delete {alias} from Table - non-standard SQL which stops Firebird working) See

Re: Model->Del() causes SQL Error

2008-01-24 Thread Chris Hartjes
On Jan 24, 2008 3:01 PM, stefan <[EMAIL PROTECTED]> wrote: > > Hi all, > > i have a Problem with my Models that use HABTM relations (also i'm not > sure if this causes the trouble) > > when using the $model->del($id) i get an sql error: > > SQL Error: 1066: Not unique table/alias: 'Company' > > th