Skip Menu |

This queue is for tickets about the DBIx-Class-Schema-Loader CPAN distribution.

Report information
The Basics
Id: 55124
Status: resolved
Priority: 0/
Queue: DBIx-Class-Schema-Loader

People
Owner: Nobody in particular
Requestors: ovid [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.05003
Fixed in: (no value)



Subject: PostgreSQL numeric column documentation has stringified ref
Problem: auto-generated document for numeric columns has stringified array reference. For PostgreSQL 8.4.2 and DCSL 5.003, create this table: create table foo ( id int primary key, some_val numeric(2,2) ); And use the following code to dump it: use DBIx::Class::Schema::Loader 'make_schema_at'; make_schema_at( 'My::Schema', { debug => 1, dump_directory => './test_lib', }, [ 'dbi:Pg:dbname="veure"', 'veure_user', '***' ], ); The documentation for some_val is: =head2 some_val data_type: numeric default_value: undef is_nullable: 1 size: ARRAY(0x100c3b8c8) Cheers, Ovid
Subject: Re: [rt.cpan.org #55124] PostgreSQL numeric column documentation has stringified ref
Date: Tue, 2 Mar 2010 08:54:32 -0500
To: Curtis 'Ovid' Poe via RT <bug-DBIx-Class-Schema-Loader [...] rt.cpan.org>
From: Rafael Kitover <rkitover [...] io.com>
Fixed in git, thanks for the report! On Tue, Mar 02, 2010 at 02:09:26AM -0500, Curtis 'Ovid' Poe via RT wrote: ... Show quoted text
> Problem: auto-generated document for numeric columns has stringified > array reference.
... Show quoted text
> =head2 some_val > > data_type: numeric > default_value: undef > is_nullable: 1 > size: ARRAY(0x100c3b8c8)
Fixed in 0.06000