Added copyright notices to top of files.
authorDarren Chamberlain <dlc@sevenroot.org>
Fri, 15 Mar 2002 20:13:46 +0000 (20:13 +0000)
committerDarren Chamberlain <dlc@sevenroot.org>
Fri, 15 Mar 2002 20:13:46 +0000 (20:13 +0000)
commit077ebf34f9c9218e6381e211613b6f41dd3a0ec3
treee456ad5d170be8f0e2798cc47c7740e937ebe26b
parent0494e6729c85162cd84131e60871fa428196947d
Added copyright notices to top of files.
Updated documentation to be accurate.
Updated parser and producer classes to work with the modified API defined by SQL::Translate.
SQL::Translator instances have data members named parser_type and producer_type that can be used to determine from whence the parser and producer subroutines come.
SQL::Translator will accept parsers and producers in the form Class::Name::function, just like mod_perl, in addition to Class::Name (with the implicit function name), Name (relative to SQL::Translator::{Parser,Producer}, and anonymous subroutines.
lib/SQL/Translator.pm
lib/SQL/Translator/Parser.pm
lib/SQL/Translator/Parser/MySQL.pm
lib/SQL/Translator/Producer.pm
lib/SQL/Translator/Producer/Oracle.pm