[RDBO] column_type_class

2005-11-28 Thread Bernhard Graf
Object'; __PACKAGE__->meta->auto_initialize; print __PACKAGE__->meta->perl_class_definition; products.sql: CREATE TABLE `things` ( `id` int(10) unsigned NOT NULL auto_increment, `status` smallint(5) unsigned default '0', PRIMARY KEY (`id`) )

Re: [RDBO] column_type_class

2005-11-28 Thread Bernhard Graf
On Tuesday 29 November 2005 02:11, John Siracusa wrote: > On 11/28/05 5:18 PM, Bernhard Graf wrote: > > For auto-initialization I'm trying to teach RDBO that MySQL's > > smallint is an integer, but w/o success. > > Also, I'm going to add smallint and tiny

Re: [RDBO] column_type_class

2005-11-29 Thread Bernhard Graf
It's fixed > > in CVS, and the change will be in the next CPAN release later this > > week. Oh - sorry. #-) > On 11/29/05 2:49 AM, Bernhard Graf wrote: > > BTW: What about MySQLs enum type? I think this could be emulated in > > Pg with (var)char + CHECK: > > Y

Re: [RDBO] Scaffoldings & Accessories

2006-02-08 Thread Bernhard Graf
on this list before. ;-) -- Bernhard Graf --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SP