update regarding dumping of tables with blind on Sqlite

This commit is contained in:
Miroslav Stampar
2010-12-11 22:00:16 +00:00
parent f7344a5fc3
commit b1babeefe5
3 changed files with 24 additions and 7 deletions

View File

@@ -320,6 +320,7 @@
</tables>
<columns>
<inband query="SELECT sql FROM sqlite_master WHERE tbl_name='%s'"/>
<blind query="SELECT sql FROM sqlite_master WHERE tbl_name='%s'" condition=""/>
</columns>
<dump_table>
<inband query="SELECT %s FROM %s"/>