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`)
)
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
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
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