Re: Session handling busted on Oracle

2007-10-09 Thread Julian 'Julik' Tarkhanov
On Oct 9, 2007, at 7:57 PM, Berger, Daniel wrote: So far, so good I know it's a minority concern, but maybe it is a good idea to make that ID field present and use it accordingly. -- Julian 'Julik' Tarkhanov please send all personal mail to [EMAIL PROTECTED] ___

Re: Session handling busted on Oracle

2007-10-09 Thread David Gurba
ay, October 09, 2007 11:15 AM >> To: camping-list@rubyforge.org >> Subject: RE: Session handling busted on Oracle >> >> >>> -Original Message- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] On Behalf Of >>> Jonas Pfenniger >

RE: Session handling busted on Oracle

2007-10-09 Thread Berger, Daniel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Berger, Daniel > Sent: Tuesday, October 09, 2007 11:15 AM > To: camping-list@rubyforge.org > Subject: RE: Session handling busted on Oracle > > > > -Origi

RE: Session handling busted on Oracle

2007-10-09 Thread Berger, Daniel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jonas Pfenniger > Sent: Monday, October 08, 2007 12:23 PM > To: camping-list@rubyforge.org > Subject: Re: Session handling busted on Oracle > > > 2007/10/8, Be

RE: Session handling busted on Oracle

2007-10-08 Thread Berger, Daniel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jonas Pfenniger > Sent: Monday, October 08, 2007 12:23 PM > To: camping-list@rubyforge.org > Subject: Re: Session handling busted on Oracle > > > 2007/10/8, Be

Re: Session handling busted on Oracle

2007-10-08 Thread Jonas Pfenniger
2007/10/8, Berger, Daniel <[EMAIL PROTECTED]>: > Was there something else I should have used? Well technically, the id field is not necessary anymore. I don't know how AR will react if it is set. Also, are you sure that you are using camping from trunk ? Btw, here is the schema I have on sqlite :

RE: Session handling busted on Oracle

2007-10-08 Thread Berger, Daniel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jonas Pfenniger > Sent: Sunday, October 07, 2007 11:00 AM > To: camping-list@rubyforge.org > Subject: Re: Session handling busted on Oracle > > > Weird, the ivars fie

Re: Session handling busted on Oracle

2007-10-07 Thread Jonas Pfenniger
Weird, the ivars field should have been defined in the "generate" function. Did you drop the session schema on beforehand ? -- Cheers, zimbatm ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

RE: Session handling busted on Oracle

2007-10-05 Thread Berger, Daniel
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jonas Pfenniger > Sent: Friday, October 05, 2007 9:54 AM > To: camping-list@rubyforge.org > Subject: Re: Session handling busted on Oracle > > > Hi Daniel, > >

Re: Session handling busted on Oracle

2007-10-05 Thread Julian 'Julik' Tarkhanov
On 5-okt-2007, at 17:54, Jonas Pfenniger wrote: > I think that I have corrected that last week changeset [226]. The > problem was that Session uses it's own kind of id (hashid) and that by > default, ActiveRecord uses an incremental version. > > See : http://code.whytheluckystiff.net/camping/chan

Re: Session handling busted on Oracle

2007-10-05 Thread Jonas Pfenniger
Hi Daniel, I think that I have corrected that last week changeset [226]. The problem was that Session uses it's own kind of id (hashid) and that by default, ActiveRecord uses an incremental version. See : http://code.whytheluckystiff.net/camping/changeset/226 Please tell me if I introduced any r

Session handling busted on Oracle

2007-10-05 Thread Berger, Daniel
Hi, Ruby 1.8.6 (one-click) Camping 1.5 I'd submit this as a bug, but the tracker says I'm forbidden, so here you go. The first problem is that the sql to create the sessions table is broken. This is what it tried to send: CREATE TABLE sessions ( id NUMBER(38) NOT NULL PRIMARY KEY (38), --> P