Hello,

I'm starting developing with maypole and I'm having a strange issue with
PostgreSQL.

I created a site to serve as a simple CD database:

#############################################
package CD;
use strict;
use warnings;
use base 'Apache::MVC';
use Class::DBI::Loader::Relationship;

CD->setup('dbi:Pg:dbname=xxxx', 'xxxx', 'xxxx');
CD->config->{uri_base} = "http://localhost/perl/";;
CD->config->{template_root} = '/var/maypole/';

CD->config->{loader}->relationship($_) for (
        'a album as a artist',
);

1;
#############################################

Although the site renders correctly and I noticed that all the values
inserted/removed/altered aren't committed to the database.

Is there any known issue with PostgreSQL and Maypole or am I doing
something wrong?

I'm using Debian with PostgreSQL 7.4, Apache 1.3 and Maypole 2.10.

Thanks for any help
-- 
Paulo Silva <[EMAIL PROTECTED]>
Eurotux Informática, S.A.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to