projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a30bd95
)
Add missing attribute name in header
Dagfinn Ilmari Mannsåker [Sat, 14 Sep 2013 16:44:33 +0000 (17:44 +0100)]
lib/SQL/Translator/Schema/Field.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Schema/Field.pm
b/lib/SQL/Translator/Schema/Field.pm
index
89cb6ff
..
f6ce2a6
100644
(file)
--- a/
lib/SQL/Translator/Schema/Field.pm
+++ b/
lib/SQL/Translator/Schema/Field.pm
@@
-486,7
+486,7
@@
has table => ( is => 'rw', isa => schema_obj('Table'), weak_ref => 1 );
around table => \&ex2err;
-=head2
+=head2 parsed_field
Returns the field exactly as the parser found it