[dev] [commit] r1073 - patches

automailer at dexonline.ro automailer at dexonline.ro
Thu Jan 30 13:32:55 EET 2014


Author: cata
Date: Thu Jan 30 13:32:55 2014
New Revision: 1073

Log:
Replace weird dash.

Added:
   patches/00107.sql

Added: patches/00107.sql
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ patches/00107.sql	Thu Jan 30 13:32:55 2014	(r1073)
@@ -0,0 +1,12 @@
+update Definition
+  set internalRep = replace(internalRep, '‑', '-'),
+      htmlRep = replace(htmlRep, '‑', '-')
+  where sourceId = 38;
+update InflectedForm
+  set form = replace(form, '‑', '-'),
+      formNoAccent = replace(formNoAccent, '‑', '-'),
+      formUtf8General = replace(formUtf8General, '‑', '-');
+update Lexem
+  set form = replace(form, '‑', '-'),
+      formNoAccent = replace(formNoAccent, '‑', '-'),
+      formUtf8General = replace(formUtf8General, '‑', '-');


More information about the Dev mailing list