File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
tests/usecasesql/marchantariats Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments