Hi everyone! I now have finally had the time to look at SQLite for VMS, something I have long wanted to. First: thanks a lot, David, for the effort you put into this. To make deployment work, I had to make some small changes to DEPLOY.COM: --- deploy.com;1 2026-02-19 10:53:14 +0100 +++ deploy.com;2 2026-02-19 12:51:34 +0100 @@ -149,7 +149,7 @@ $ item_name = cf_clang $ i = i + 1 ! skip VFS image. $ else -$ item_name = cf_vsic; +$ item_name = cf_vsic $ endif $ return $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...
Hi everyone! I now have finally had the time to look at SQLite for VMS, something I have long wanted to. First: thanks a lot, David, for the effort you put into this. To make deployment work, I had to make some changes to DEPLOY.COM: --- deploy.com;1 2026-02-19 10:53:14 +0100 +++ deploy.com;2 2026-02-19 12:51:34 +0100 @@ -149,7 +149,7 @@ $ item_name = cf_clang $ i = i + 1 ! skip VFS image. $ else -$ item_name = cf_vsic; +$ item_name = cf_vsic $ endif $ return $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...