Re: [Dbix-class] getting the mysql current date into a variable with DBIx::Class

2007-11-03 Thread Matt S Trout
On Sat, Nov 03, 2007 at 10:00:51PM +0530, jagdish eashwar wrote: Hi, I've googled all over, but I haven't been able to find a way of getting the mysql current_date into a scalar using DBIx::Class. Please show me how it can be done. Why aren't you just using DateTime-now ? -- Matt S

Re: [Dbix-class] is_foreign_key_constraint = false is ineffective

2007-11-03 Thread Jon Schutz
On Sat, 2007-11-03 at 13:15 +, Ash Berlin wrote: Jon Schutz wrote: On Fri, 2007-11-02 at 09:31 +, Ash Berlin wrote: Yes good point. Of course I only ever wanted it to force creating of keys, not stop it. Fancy putting together some test cases for this? (By creating a patch

[Dbix-class] Re: getting mysql current_date into a variable with DBIx-Class

2007-11-03 Thread jagdish eashwar
Hi, Thank you, Matt. I wasn't aware of DateTime. Thanks. jagdish eashwar Message: 7 Date: Sat, 3 Nov 2007 20:55:22 + From: Matt S Trout [EMAIL PROTECTED] Subject: Re: [Dbix-class] getting the mysql current date into a variable with DBIx::Class To: DBIx::Class user and