From f26592846f8190fdab6cb148e484a4aeb032c096 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 2 Apr 2015 18:50:16 +0200 Subject: [PATCH] added test for bug #69354 --- ext/odbc/tests/bug69354.phpt | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ext/odbc/tests/bug69354.phpt diff --git a/ext/odbc/tests/bug69354.phpt b/ext/odbc/tests/bug69354.phpt new file mode 100644 index 0000000000..0e53aceab3 --- /dev/null +++ b/ext/odbc/tests/bug69354.phpt @@ -0,0 +1,43 @@ +--TEST-- +Bug #69354 Incorrect use of SQLColAttributes with ODBC 3.0 +--SKIPIF-- + +--FILE-- + +==DONE== +--EXPECT-- +100 +a +a +==DONE== +--CLEAN-- + -- 2.40.0