Skip Menu |

This queue is for tickets about the Rose-DB-Object CPAN distribution.

Report information
The Basics
Id: 35462
Status: stalled
Priority: 0/
Queue: Rose-DB-Object

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

Bug Information
Severity: Important
Broken in: 0.766
Fixed in: (no value)



Subject: text[] defaults do no get parsed correctly
The following text[] does not get parsed correctly resulting in incorrect default value '{foo,"\\"bar,",baz}'::text[] the default should be ['foo','"bar,','baz' ] not ['foo','bar,','\\\\baz']
From: siracusa [...] gmail.com
This is in PostgreSQL, right? Can you give me an example table schema or column definition?