projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
866101a
)
don't clear the schema, but leave the ability to do so if necessary
Justin Hunter [Sat, 20 Feb 2010 23:57:23 +0000 (15:57 -0800)]
lib/SQL/Translator.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator.pm
b/lib/SQL/Translator.pm
index
2eee7b5
..
61bfadc
100644
(file)
--- a/
lib/SQL/Translator.pm
+++ b/
lib/SQL/Translator.pm
@@
-110,7
+110,6
@@
class SQL::Translator {
$parser ||= $self->parser;
if (defined $parser) {
$self->_clear_parser;
- $self->_clear_schema;
$self->parser($parser);
$self->parse($data);
$return = $self->schema;