Skip to content

Commit

Permalink
unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarraz committed Nov 23, 2022
1 parent 07afd10 commit bc715cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc715cf

Please sign in to comment.