mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
specify v8 of freetds to deal with #1068 'MSSQL to Postgres: is not of type VECTOR'
This commit is contained in:
parent
7e1f7c51c8
commit
c9616e2675
@ -44,4 +44,6 @@ FROM debian:stable-slim
|
|||||||
|
|
||||||
COPY --from=builder /opt/src/pgloader/build/bin/pgloader /usr/local/bin
|
COPY --from=builder /opt/src/pgloader/build/bin/pgloader /usr/local/bin
|
||||||
|
|
||||||
|
ADD conf/freetds.conf /etc/freetds/freetds.conf
|
||||||
|
|
||||||
LABEL maintainer="Dimitri Fontaine <dim@tapoueh.org>"
|
LABEL maintainer="Dimitri Fontaine <dim@tapoueh.org>"
|
||||||
|
4
conf/freetds.conf
Normal file
4
conf/freetds.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[global]
|
||||||
|
tds version = 8.0
|
||||||
|
client charset = UTF-8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user