Files
soci/tests/odbc/test-postgresql.dsn
Vadim Zeitlin 2b89a134a0 Enable XML/CLOB tests for PostgreSQL via ODBC
Try to address the problem with PostgreSQL ODBC driver truncating all
"unknown" fields, such as XML ones, to 256 bytes by default by changing
the corresponding connection attribute if possible.

Also document the need to do it when defining the DSN as, currently,
doing it during run-time will often fail as this option has only been
added in a rather recent version of the driver.
2017-09-15 01:44:34 +02:00

10 lines
195 B
Plaintext

[ODBC]
Description=DSN for SOCI ODBC connection to PostgreSQL(Travis-CI)
Driver=PostgreSQL ANSI
Server=localhost
Port=5432
Database=soci_test
UID=postgres
PWD=Password12!
UnknownsAsLongVarchar=1