Fixed a bug in Oracle producer that allowed for identifiers longer than the
authorKen Youens-Clark <kclark@cpan.org>
Wed, 4 Dec 2002 01:53:51 +0000 (01:53 +0000)
committerKen Youens-Clark <kclark@cpan.org>
Wed, 4 Dec 2002 01:53:51 +0000 (01:53 +0000)
commitda8e499e6ef984a6248483ea280664dc3dbddc1d
treed416fe5b0540e6a4da82627482803256605e3306
parentdcd006fa900134a4fbe1e5161665f98f06e72fe2
Fixed a bug in Oracle producer that allowed for identifiers longer than the
maximum allowed length, also there was a problem with not using the
unreserved table name.  Added decent amount of functionality to PG producer.
lib/SQL/Translator/Producer/Oracle.pm
lib/SQL/Translator/Producer/PostgreSQL.pm