aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc/test
AgeCommit message (Collapse)Author
2018-07-27Change "can not" into "cannot"Raimo Niskanen
I did not find any legitimate use of "can not", however skipped changing e.g RFCs archived in the source tree.
2016-06-27odbc: Convert doc clauses form test_server to ctIngela Anderton Andin
2016-06-27odbc: Replace test_server with ct eqvivalentsIngela Anderton Andin
2016-06-27odbc: Remove legacy config macrosIngela Anderton Andin
2016-06-27odbc: Remove legacy suite clauses from test suitesIngela Anderton Andin
2016-03-15update copyright-yearHenrik Nord
2016-02-17Makefiles: Remove test_server from include path and code pathBjörn Gustavsson
Since no test suites includede test_server.hrl, there is no need to have test_server in the include path or code path.
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl.
2015-07-02add test for odbc port_timeoutStefan Strigler
2015-06-18Change license text to APLv2Bruce Yinhe
2014-11-24add odbc:start/stop in testcaseMarcus Arendt
2014-11-14Test to reveal odbcserver protocol bugDmitry Belyaev
2014-08-26odbc: Condition test case to avoid permission issues in VistaIngela Anderton Andin
2014-02-24Add test suites performing app and appup file checksTobias Schlager
Add the mentioned test suites for *all* library and touched non-library applications.
2013-09-06Merge branch 'maint'Lukas Larsson
* maint: Ignore odbc cores Cross compilation is now a supported feature
2013-09-04Ignore odbc coresLukas Larsson
2013-06-12Merge branch 'maint'Björn-Egil Dahlberg
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-03-27explain postgres pecularity for param query out parametersRaimo Niskanen
2013-03-27postgresql test case for 64bit bug for param_querySatoshi Kinoshita
2013-03-27rollback disabling scrollable_cursors for oracleSatoshi Kinoshita
2013-03-27drop procedure after testingSatoshi Kinoshita
2013-03-27set scrollable_cursors to off for oracle driverSatoshi Kinoshita
2013-03-27drop procedure after testingSatoshi Kinoshita
2013-03-27test case for stored procedure with (32bit) integer out params on 64bit platformSatoshi Kinoshita
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-18Merge branch 'ia/odbc/port_info'Ingela Anderton Andin
* ia/odbc/port_info: odbc: Use erlang:port_info to make sure test cases chooses the correct port
2013-02-14odbc: Use erlang:port_info to make sure test cases chooses the correct portIngela Anderton Andin
2013-02-08Merge branch 'kp/odbc-empty-params/OTP-10798'Fredrik Gustafsson
* kp/odbc-empty-params/OTP-10798: Add testcases for odbc:param_query Fix odbc:param_query/3 and odbc:param_query/4.
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Add testcases for odbc:param_queryDanil Onishchenko
Add testcases for odbc:param_query/3 and odbc:param_query4 with unparameterized query string and empty parameters list.
2013-01-09Prepare OTP files for Unicode as default encodingHans Bolinder
2012-12-04Added test case for new odbc option 'extended_errors'Franko Franicevich
Test case is in odbc 'connect' suite; and just tries force an error with the extended errors flag both on and off; validating the return types. OTP-10603
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-22odbc: remove "-" in hostname from generated unique table nameIngela Anderton Andin
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2011-09-26Temporary disable tests on MAC due to issus with the MAC ODBC driversIngela Anderton Andin
2011-09-02When using output parameters the internal odbc state was not correctlyIngela Anderton Andin
cleaned causing the next call to param_query to missbehave. Also corrected some test code
2011-08-26Skip utf8 test case on linux 64 due to old driverIngela Anderton Andin
When the test environment supports a newer Postgres driver, (newer than psqlODBC 08.04.0200) the utf8 test case should work as expected and can be enabled again.
2011-07-05Skip test if not applicableIngela Anderton Andin
Skip tests on sles9 (do not need to support this old version and we have no working driver). Run linux 32 against MySQL and 64 against Postgres (as MySQL driver does not support parameterized queries on linux at the moment) Do not run Postgre on Solaris as driver does not work good, run MySQL on solaris and enable tests on Mac
2011-06-27Rewrote test case so that it worksIngela Anderton Andin
2011-06-22Add support for SQL_WLONGVARCHARHanfei Shen
2011-06-17Added code to handle old postgres drivers on solaris and running againstIngela Anderton Andin
postgres for linux 64 bits (MySQL 64 seems to be broken).
2011-06-16Enabled odbc tests on macIngela Anderton Andin
2011-06-13Test odbc with MySQLIngela Anderton Andin
Updated test framework to also be able to test the erlang odbc application with MySQL as database. Made minor changes to error-handling to improve interoperability with MySQL-drivers.
2011-05-30Modernized the test suitesIngela Anderton Andin
Moved functionality of special specs odbc.dynspec and odbc.spec.win to the test suites.
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Update so that tests are skipped if odbc:connect failsLukas Larsson