[libgda] Fixed bug 674976
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Fixed bug 674976
- Date: Wed, 2 May 2012 23:53:07 +0000 (UTC)
commit 506cafaff42fa88f499eebc2d4198b314932d351
Author: Daniel Espinosa <despinosa src gnome org>
Date: Wed May 2 18:42:47 2012 -0500
Fixed bug 674976
tests/vala/CheckTable.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/vala/CheckTable.vala b/tests/vala/CheckTable.vala
index 6eb9c49..13204fc 100644
--- a/tests/vala/CheckTable.vala
+++ b/tests/vala/CheckTable.vala
@@ -117,7 +117,7 @@ namespace Check {
stdout.printf("Creating table 'customer'...\n");
this.connection.execute_non_select_command("CREATE TABLE customer (id integer PRIMARY KEY AUTOINCREMENT, name string UNIQUE,"+
- " city string DEFAULT \"New Yield\","+
+ " city string DEFAULT \'New Yield\',"+
" company integer REFERENCES company (id) ON DELETE SET NULL ON UPDATE CASCADE)");
this.connection.execute_non_select_command("INSERT INTO customer (id, name, city, company) VALUES (1, \"Daniel\", \"Mexico\", 1)");
this.connection.execute_non_select_command("INSERT INTO customer (id, name, city) VALUES (2, \"Jhon\", \"Springfield\")");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]