projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a8eeeef
)
use IxHash
Justin Hunter [Tue, 11 Aug 2009 21:39:42 +0000 (14:39 -0700)]
lib/SQL/Translator/Object/Schema.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Object/Schema.pm
b/lib/SQL/Translator/Object/Schema.pm
index
0d75b01
..
4830a46
100644
(file)
--- a/
lib/SQL/Translator/Object/Schema.pm
+++ b/
lib/SQL/Translator/Object/Schema.pm
@@
-51,7
+51,7
@@
class SQL::Translator::Object::Schema {
}
}
},
- default => sub { {} },
+ default => sub { my %hash = (); tie %hash, 'Tie::IxHash'; return \%hash },
);
has 'procedures' => (