$OpenBSD: patch-libsrc_Wi_system_sql,v 1.1.1.1 2013/04/22 17:32:31 zhuk Exp $
--- libsrc/Wi/system.sql.orig	Thu Aug  2 03:11:51 2012
+++ libsrc/Wi/system.sql	Tue Jan 29 19:31:22 2013
@@ -1062,7 +1062,7 @@ done:
   inx := 0;
   while (inx < length (cols))
     {
-      cid := (select COL_ID from DB.DBA.SYS_COLS where "TABLE" = tname and 0 = casemode_strcmp (\COLUMN, aref (cols, inx)));
+      cid := (select COL_ID from DB.DBA.SYS_COLS where "TABLE" = tname and 0 = casemode_strcmp (COLUMN, aref (cols, inx)));
       if (cid is null)
        {
          txn_error (6);
