diff Framework/Plugins/StorageBackend.cpp @ 244:02cd7254c949

separating class InputFileValue from FileValue
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Apr 2021 18:43:21 +0200
parents b97a537f4613
children 9d00e5e073e8
line wrap: on
line diff
--- a/Framework/Plugins/StorageBackend.cpp	Tue Apr 13 17:53:53 2021 +0200
+++ b/Framework/Plugins/StorageBackend.cpp	Tue Apr 13 18:43:21 2021 +0200
@@ -98,7 +98,7 @@
         "INSERT INTO StorageArea VALUES (${uuid}, ${content}, ${type})");
      
       statement.SetParameterType("uuid", ValueType_Utf8String);
-      statement.SetParameterType("content", ValueType_File);
+      statement.SetParameterType("content", ValueType_InputFile);
       statement.SetParameterType("type", ValueType_Integer64);
 
       Dictionary args;