ソースを参照

return hash on post with binary eye

Pi 4 ヶ月 前
コミット
f94e5e981a
1 ファイル変更1 行追加2 行削除
  1. 1 2
      util-sqlpage/code/new.sql

+ 1 - 2
util-sqlpage/code/new.sql

@@ -6,5 +6,4 @@ UPDATE SET
   created = excluded.created,
   svg = excluded.svg
 WHERE excluded.created > code.created;
-SELECT 'text' AS component;
-SELECT $hash AS contents;
+SELECT 'json' AS component, json('"'||$hash||'"') AS contents;