From bc715cf6e3245effa2756602bbd0a9d0bddfa7f5 Mon Sep 17 00:00:00 2001 From: Matt Larraz Date: Tue, 22 Nov 2022 21:05:21 -0500 Subject: [PATCH] unicode --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b3ecf955..485986da 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -55,14 +55,14 @@ jobs: bundler-cache: true - name: Setup PostgreSQL run: | - export CONN_STR='DRIVER={PostgreSQL ANSI};SERVER=localhost;PORT=5432;DATABASE=odbc_test;UID=postgres;' + export CONN_STR='DRIVER={PostgreSQL Unicode};SERVER=localhost;PORT=5432;DATABASE=odbc_test;UID=postgres;' sudo odbcinst -j sudo cat /usr/share/psqlodbc/odbcinst.ini.template sudo odbcinst -i -d -f /usr/share/psqlodbc/odbcinst.ini.template - run: | - export CONN_STR='DRIVER={PostgreSQL ANSI};SERVER=localhost;PORT=5432;DATABASE=odbc_test;UID=postgres;' + export CONN_STR='DRIVER={PostgreSQL Unicode};SERVER=localhost;PORT=5432;DATABASE=odbc_test;UID=postgres;' bundle exec rake test env: PGHOST: localhost