summaryrefslogtreecommitdiffstats
path: root/examples/SQL/testdb_mysql.sql
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2026-02-26 09:56:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2026-02-27 02:58:35 +0100
commitf70dfd163db5193d58d3590467ac6b8f2ab15cd0 (patch)
tree1f5ed5acf0f5b8432ff57c49c33b4397cc1cdbb2 /examples/SQL/testdb_mysql.sql
parentdf83012cfe4f5d514e1686aadc5f996a07455f44 (diff)
downloadpytqt-r14.1.x.tar.gz
pytqt-r14.1.x.zip
Use utf8 encoding for national characters in test databases.r14.1.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8c433b92cb67ba6acd5ab0f27003957bdb6833f3)
Diffstat (limited to 'examples/SQL/testdb_mysql.sql')
-rw-r--r--examples/SQL/testdb_mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/SQL/testdb_mysql.sql b/examples/SQL/testdb_mysql.sql
index 144d4c9..9d888a2 100644
--- a/examples/SQL/testdb_mysql.sql
+++ b/examples/SQL/testdb_mysql.sql
@@ -52,6 +52,6 @@ insert into prices (id, name, price) values
(5, "Tux, der Pinguin", 65.35),
(6, "Makroskop", 985000.0),
(7, "Regenbaum", 1235.65),
- (8, "Bluterguß", 23.95),
+ (8, "Bluterguss", 23.95),
(9, "Weltmeisterschaft", 2.95),
(10, "Premiere Dekoder", -185.75);