projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6cedfc2
)
Fixed missing schema table comments
Mark Addison [Thu, 22 Dec 2005 12:13:22 +0000 (12:13 +0000)]
t/17sqlfxml-producer.t
patch
|
blob
|
blame
|
history
t/38-filter-names.t
patch
|
blob
|
blame
|
history
diff --git
a/t/17sqlfxml-producer.t
b/t/17sqlfxml-producer.t
index
54003c4
..
21949ae
100644
(file)
--- a/
t/17sqlfxml-producer.t
+++ b/
t/17sqlfxml-producer.t
@@
-83,6
+83,7
@@
$ans = <<EOXML;
<extra />
</constraint>
</constraints>
+ <comments></comments>
</table>
</tables>
<views></views>
@@
-291,6
+292,7
@@
$ans = <<EOXML;
</fields>
<indices></indices>
<constraints></constraints>
+ <comments></comments>
</table>
</tables>
<views></views>
diff --git
a/t/38-filter-names.t
b/t/38-filter-names.t
index
ab791c6
..
c46b663
100644
(file)
--- a/
t/38-filter-names.t
+++ b/
t/38-filter-names.t
@@
-70,6
+70,7
@@
schema:
constraints: []
fields:
First_name:
+ comments: ''
data_type: foovar
default_value: ~
extra: {}