Skip to content

Commit 1776d7a

Browse files
author
stephanie
committed
update postgres script
1 parent 6553676 commit 1776d7a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

appveyor.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,18 @@ build_script:
102102
##https://github.com/sqlectron/sqlectron-core/blob/master/appveyor.yml
103103
- echo %PATH%
104104

105+
# mysql
106+
- sh ci-helpers\mysql_setup.sh
107+
# - mysql -e "drop database test; create database odm2;" --user=root
108+
# - mysql odm2 < tests/usecasesql/littlebearriver/sampledatabases/odm2_mysql/LBR_MySQL_SmallExample.sql --user=root
109+
105110
# postgres
106111
- sh ci-helpers\postgres_setup.sh
107112
# - psql createdb marchantariats
108113
# - psql -d marchantariats -a -f tests/usecasesql/marchantariats/marchantariats.sql
109114

110115

111-
# mysql
112-
- sh ci-helpers\mysql_setup.sh
113-
# - mysql -e "drop database test; create database odm2;" --user=root
114-
# - mysql odm2 < tests/usecasesql/littlebearriver/sampledatabases/odm2_mysql/LBR_MySQL_SmallExample.sql --user=root
116+
115117

116118
# sqlserver
117119
- ps: ci-helpers\appveyor\sqlserver.ps1 SQL2008R2SP2

tests/usecasesql/marchantariats/marchantariats.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SET client_min_messages = warning;
1818
-- Name: marchantariats; Type: DATABASE; Schema: -; Owner: -
1919
--
2020

21-
CREATE DATABASE marchantariats WITH TEMPLATE = template0 ENCODING = 'UTF8' LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8';
21+
CREATE DATABASE marchantariats WITH TEMPLATE = template0 ENCODING = 'UTF8' ;--LC_COLLATE = 'en_US.UTF-8' LC_CTYPE = 'en_US.UTF-8';
2222

2323

2424
\connect marchantariats

0 commit comments

Comments
 (0)