[Commits] python.it commit r268 -
code/pythonisti/trunk/pythonisti/apps/profile/sql
commit a svn.python.it
commit a svn.python.it
Gio 18 Gen 2007 19:12:54 CET
Author: rhymes
Date: Thu Jan 18 19:12:52 2007
New Revision: 268
Modified:
code/pythonisti/trunk/pythonisti/apps/profile/sql/country.sql
Log:
fixed a problem in country.sql with single quotes
Modified: code/pythonisti/trunk/pythonisti/apps/profile/sql/country.sql
==============================================================================
--- code/pythonisti/trunk/pythonisti/apps/profile/sql/country.sql (original)
+++ code/pythonisti/trunk/pythonisti/apps/profile/sql/country.sql Thu Jan 18 19:12:52 2007
@@ -51,7 +51,7 @@
INSERT INTO profile_country VALUES ('CONGO, THE DEMOCRATIC REPUBLIC OF THE', 'CD')
INSERT INTO profile_country VALUES ('COOK ISLANDS', 'CK')
INSERT INTO profile_country VALUES ('COSTA RICA', 'CR')
-INSERT INTO profile_country VALUES ('CÔTE D\'IVOIRE', 'CI')
+INSERT INTO profile_country VALUES ('CÔTE D''IVOIRE', 'CI')
INSERT INTO profile_country VALUES ('CROATIA', 'HR')
INSERT INTO profile_country VALUES ('CUBA', 'CU')
INSERT INTO profile_country VALUES ('CYPRUS', 'CY')
@@ -113,11 +113,11 @@
INSERT INTO profile_country VALUES ('KAZAKHSTAN', 'KZ')
INSERT INTO profile_country VALUES ('KENYA', 'KE')
INSERT INTO profile_country VALUES ('KIRIBATI', 'KI')
-INSERT INTO profile_country VALUES ('KOREA, DEMOCRATIC PEOPLE\'S REPUBLIC OF', 'KP')
+INSERT INTO profile_country VALUES ('KOREA, DEMOCRATIC PEOPLE''S REPUBLIC OF', 'KP')
INSERT INTO profile_country VALUES ('KOREA, REPUBLIC OF', 'KR')
INSERT INTO profile_country VALUES ('KUWAIT', 'KW')
INSERT INTO profile_country VALUES ('KYRGYZSTAN', 'KG')
-INSERT INTO profile_country VALUES ('LAO PEOPLE\'S DEMOCRATIC REPUBLIC', 'LA')
+INSERT INTO profile_country VALUES ('LAO PEOPLE''S DEMOCRATIC REPUBLIC', 'LA')
INSERT INTO profile_country VALUES ('LATVIA', 'LV')
INSERT INTO profile_country VALUES ('LEBANON', 'LB')
INSERT INTO profile_country VALUES ('LESOTHO', 'LS')
Maggiori informazioni sulla lista
Commits