Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-27 | odbc: Convert doc clauses form test_server to ct | Ingela Anderton Andin | |
2016-06-27 | odbc: Replace test_server with ct eqvivalents | Ingela Anderton Andin | |
2016-06-27 | odbc: Remove legacy config macros | Ingela Anderton Andin | |
2016-06-27 | odbc: Remove legacy suite clauses from test suites | Ingela Anderton Andin | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Makefiles: Remove test_server from include path and code path | Bjö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-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Bjö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-02 | add test for odbc port_timeout | Stefan Strigler | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-11-24 | add odbc:start/stop in testcase | Marcus Arendt | |
2014-11-14 | Test to reveal odbcserver protocol bug | Dmitry Belyaev | |
2014-08-26 | odbc: Condition test case to avoid permission issues in Vista | Ingela Anderton Andin | |
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2013-09-06 | Merge branch 'maint' | Lukas Larsson | |
* maint: Ignore odbc cores Cross compilation is now a supported feature | |||
2013-09-04 | Ignore odbc cores | Lukas Larsson | |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-03-27 | explain postgres pecularity for param query out parameters | Raimo Niskanen | |
2013-03-27 | postgresql test case for 64bit bug for param_query | Satoshi Kinoshita | |
2013-03-27 | rollback disabling scrollable_cursors for oracle | Satoshi Kinoshita | |
2013-03-27 | drop procedure after testing | Satoshi Kinoshita | |
2013-03-27 | set scrollable_cursors to off for oracle driver | Satoshi Kinoshita | |
2013-03-27 | drop procedure after testing | Satoshi Kinoshita | |
2013-03-27 | test case for stored procedure with (32bit) integer out params on 64bit platform | Satoshi Kinoshita | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-18 | Merge 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-14 | odbc: Use erlang:port_info to make sure test cases chooses the correct port | Ingela Anderton Andin | |
2013-02-08 | Merge 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-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Add testcases for odbc:param_query | Danil Onishchenko | |
Add testcases for odbc:param_query/3 and odbc:param_query4 with unparameterized query string and empty parameters list. | |||
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-12-04 | Added 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-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-22 | odbc: remove "-" in hostname from generated unique table name | Ingela Anderton Andin | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2011-09-26 | Temporary disable tests on MAC due to issus with the MAC ODBC drivers | Ingela Anderton Andin | |
2011-09-02 | When using output parameters the internal odbc state was not correctly | Ingela Anderton Andin | |
cleaned causing the next call to param_query to missbehave. Also corrected some test code | |||
2011-08-26 | Skip utf8 test case on linux 64 due to old driver | Ingela 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-05 | Skip test if not applicable | Ingela 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-27 | Rewrote test case so that it works | Ingela Anderton Andin | |
2011-06-22 | Add support for SQL_WLONGVARCHAR | Hanfei Shen | |
2011-06-17 | Added code to handle old postgres drivers on solaris and running against | Ingela Anderton Andin | |
postgres for linux 64 bits (MySQL 64 seems to be broken). | |||
2011-06-16 | Enabled odbc tests on mac | Ingela Anderton Andin | |
2011-06-13 | Test odbc with MySQL | Ingela 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-30 | Modernized the test suites | Ingela Anderton Andin | |
Moved functionality of special specs odbc.dynspec and odbc.spec.win to the test suites. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update so that tests are skipped if odbc:connect fails | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |