- Fixes a bug where _apply_default_value is not found (due to it being part of SQL...
authorJonathan Yu <frequency@cpan.org>
Wed, 14 Jan 2009 15:00:41 +0000 (15:00 +0000)
committerJonathan Yu <frequency@cpan.org>
Wed, 14 Jan 2009 15:00:41 +0000 (15:00 +0000)
commit8d11f4cb2c75adafc4686ee3196331675c554162
treec4af5a66bb76a4b3a05a5888f0b53b6df1e9bf5c
parentd6d6b2055f8cfab6457e42186d805c5663b132a3
- Fixes a bug where _apply_default_value is not found (due to it being part of SQL::Translator::Producer); does this by simply making this PostgreSQL producer a subclass of the SQLT::Producer base.
lib/SQL/Translator/Producer/PostgreSQL.pm