aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc/test/postgres.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2011-06-28 14:52:32 +0200
committerIngela Anderton Andin <[email protected]>2011-06-28 14:52:32 +0200
commit80afe2b50aa5479e1e53dd7ba01e540df6351781 (patch)
tree18579d791b5cc221f4118cf9c8080a4ab352b7ab /lib/odbc/test/postgres.erl
parent1049243404cc52cad5ce1f1d2d37383a2ca06160 (diff)
parent8cc6a0498ae74d6e2bb3132ff2f420c2e0401fad (diff)
downloadotp-80afe2b50aa5479e1e53dd7ba01e540df6351781.tar.gz
otp-80afe2b50aa5479e1e53dd7ba01e540df6351781.tar.bz2
otp-80afe2b50aa5479e1e53dd7ba01e540df6351781.zip
Merge branch 'hs/odbc/sql_wlongvarchar_support' into dev
* hs/odbc/sql_wlongvarchar_support: Rewrote test case so that it works Add support for SQL_WLONGVARCHAR
Diffstat (limited to 'lib/odbc/test/postgres.erl')
-rw-r--r--lib/odbc/test/postgres.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/odbc/test/postgres.erl b/lib/odbc/test/postgres.erl
index 9c7eed271f..26a2913d46 100644
--- a/lib/odbc/test/postgres.erl
+++ b/lib/odbc/test/postgres.erl
@@ -135,10 +135,6 @@ create_text_table() ->
" (FIELD text)".
%-------------------------------------------------------------------------
-create_unicode_table() ->
- " (FIELD text)".
-
-%-------------------------------------------------------------------------
create_timestamp_table() ->
" (FIELD TIMESTAMP)".