Restore FileIO Extension, as SQLite 3.31.x has been released

This commit is contained in:
Justin Clift
2020-02-03 13:52:29 +11:00
parent 784bdc759d
commit cbced65931

View File

@@ -70,6 +70,7 @@
<Directory Id="extensions" Name="extensions">
<Component><File Source="$(var.SQLitePath)\math.dll" /></Component>
<Component><File Source="$(var.SQLitePath)\formats.dll" /></Component>
<Component><File Source="$(var.SQLitePath)\fileio.dll" /></Component>
</Directory>
<Directory Id="imageformats" Name="imageformats">
<Component><File Source="$(var.QtPath)\plugins\imageformats\qgif.dll" /></Component>
@@ -148,6 +149,9 @@
<Feature Id="FormatsExtension" Title="Formats" Description="Provide additional field display formats." AllowAdvertise="no">
<ComponentRef Id="formats.dll" />
</Feature>
<Feature Id="FileioExtension" Title="Fileio" Description="Implements SQL functions readfile(), writefile(), and eponymous virtual type 'fsdir'." AllowAdvertise="no">
<ComponentRef Id="fileio.dll" />
</Feature>
</Feature>
<!-- Shortcuts -->