On Tue, Sep 10, 2013 at 05:17:48PM +0200, Christian Ritter wrote: ... > Are there any news about that issue? > > If there's anything i can do, just drop me a message.
It's a very tricky situation. We can't easily modify the column names
after they come back into Bucardo.pm, because things start mismatching
internally. There is probably a workaround, but I've not the time to
dig into it at the moment. What you can do is try the git version
of DBD::Pg, which make fix the problem.
Anyone that wants to try and fix Bucardo.pm, be my guest: basically,
we need to get the fetchall to match what comes back from our
querying of pgattribute. See this line for example:
@srcrow = @{$info1->{$pkval}}{@{$g->{cols}}};
Use Data::Peek and check out the cols in various places.
--
Greg Sabino Mullane [email protected]
End Point Corporation
PGP Key: 0x14964AC8
signature.asc
Description: Digital signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
