Re: [Catalyst] Error while going through tutorial using Oracle

2006-08-18 Thread Hartmaier Alexander
dentifier is passed /as is/, i.e. as the user provides or Oracle > >> returns it. |table_info()| performs a case-sensitive search. So, a > >> selection criterion should respect upper and lower case. Normally, an > >> identifier is case-insensitive. Oracle stores and returns it in

Re: [Catalyst] Error while going through tutorial using Oracle

2006-08-18 Thread Jason Crummack
] [mailto:catalyst- >> [EMAIL PROTECTED] On Behalf Of Jason Crummack >> Sent: Friday, August 18, 2006 10:15 AM >> To: The elegant MVC web framework >> Subject: [***SPAM*** Score/Req: 11.00/6.0] Re: [Catalyst] Error while >> going through tutorial using Oracle >> >

Re: [Catalyst] Error while going through tutorial using Oracle

2006-08-18 Thread Hartmaier Alexander
To: The elegant MVC web framework > Subject: [***SPAM*** Score/Req: 11.00/6.0] Re: [Catalyst] Error while > going through tutorial using Oracle > > Hi Hartmaier > > Thats going to cause me problems when the next release hits the streets, > if you're automatically u

Re: [Catalyst] Error while going through tutorial using Oracle

2006-08-18 Thread Jason Crummack
c on startup which saves you some time. > > -Alex > > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:catalyst- >> [EMAIL PROTECTED] On Behalf Of Jason Crummack >> Sent: Friday, August 18, 2006 1:38 AM >> To: The elegant MVC web framework >>

Re: [Catalyst] Error while going through tutorial using Oracle

2006-08-18 Thread Hartmaier Alexander
some time. -Alex > -Original Message- > From: [EMAIL PROTECTED] [mailto:catalyst- > [EMAIL PROTECTED] On Behalf Of Jason Crummack > Sent: Friday, August 18, 2006 1:38 AM > To: The elegant MVC web framework > Subject: Re: [Catalyst] Error while going through tutorial usin

Re: [Catalyst] Error while going through tutorial using Oracle

2006-08-17 Thread Jason Crummack
Jason Crummack wrote: Sorry Alex I also forgot to mention that the underlying column_info call that happens (assuming your using DBD::Oracle) is case sensitive, so you'll probably also need to upper case the table name (don't think its necessary with the actual column names). e.g. __PACKAGE__-

Re: [Catalyst] Error while going through tutorial using Oracle

2006-08-17 Thread Jason Crummack
Alex Boster wrote: Hi Alex, For oracle I think you need to set the sequence name for auto-increments e.g. __PACKAGE__->load_components (qw/PK::Auto Core/); __PACKAGE__->sequence ('{NAME OF YOUR SEQUENCE HERE}'); I think that's right Jason > I am part way through the tutorial using Oracle and

[Catalyst] Error while going through tutorial using Oracle

2006-08-17 Thread Alex Boster
I am part way through the tutorial using Oracle and have gotten stuck. I have create sequences and before insert triggers to replace mySQL's autoincrements. However, I now get: |Caught exception in MyApp::Controller::Books->url_create "Can't use an undefined value as a HASH reference at /u01