Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Partial common params support in creating connection #59

Merged
merged 0 commits into from
Jun 13, 2019
Merged

Conversation

c-bik
Copy link
Member

@c-bik c-bik commented Jun 13, 2019

#55

ONLY encoding and nencoding are implemented everything else is silently ignored from map

@c-bik c-bik requested a review from acautin June 13, 2019 13:31
@c-bik c-bik self-assigned this Jun 13, 2019
@c-bik c-bik merged commit 32c7b87 into master Jun 13, 2019
@c-bik c-bik deleted the utf8_support branch June 13, 2019 13:36
KarlKeiser pushed a commit that referenced this pull request Jun 18, 2019
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* Added property utf8 when creating a new connection.
* fixed MARCO args formatting
* add a comma
* temporary files and folders
* read config from map - WIP
c-bik added a commit that referenced this pull request Jul 1, 2019
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* Added property utf8 when creating a new connection.
* fixed MARCO args formatting
* add a comma
* temporary files and folders
* read config from map - WIP
c-bik added a commit that referenced this pull request Aug 29, 2019
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* fixed MARCO args formatting
* add a comma
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* Partial common params support in creating connection (#59)
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* Added property utf8 when creating a new connection.
* fixed MARCO args formatting
* add a comma
* temporary files and folders
* read config from map - WIP
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* WIP
* implement common test infrastructure, implement test job insertIntoTable
* remove some unneeded macros
* data resource free fixes
* add bindData job, add setup for running tests on one persistent dpi slave
* local fix of a memory leak, fix merge changing of eunit tests by taking changes from a newer branch
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* fixed MARCO args formatting
* add a comma
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* Partial common params support in creating connection (#59)
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* Added property utf8 when creating a new connection.
* fixed MARCO args formatting
* add a comma
* temporary files and folders
* read config from map - WIP
* re-work, clean WIP
currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* WIP
* implement common test infrastructure, implement test job insertIntoTable
* remove some unneeded macros
* add bindData job, add setup for running tests on one persistent dpi slave
* local fix of a memory leak, fix merge changing of eunit tests by taking changes from a newer branch
* formatting
* fix mangled rebase
* set test cases
* quick feature testing
* ignored ct reports eunit wanring fixes removed deprecated eunit
* ct sample config fix priv_dir look up for ct
* benchmarking WIP
* no tests
* sanitized
* indent to spaces
* removed files from common-test branch
* removed ct specific ignores
* reverted to master
* cosmetic fixes to master
* delete reverted
* reverted to master
* dataPtr_res reused
* test coverage WIP
* Full test coverage
* hardcoded seed for conract rand sequence
* escript fixed seed for const rand sequence
* read back
c-bik added a commit that referenced this pull request Aug 29, 2019
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* fixed MARCO args formatting
* add a comma
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* Partial common params support in creating connection (#59)
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* Added property utf8 when creating a new connection.
* fixed MARCO args formatting
* add a comma
* temporary files and folders
* read config from map - WIP
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* WIP
* implement common test infrastructure, implement test job insertIntoTable
* remove some unneeded macros
* data resource free fixes
* add bindData job, add setup for running tests on one persistent dpi slave
* local fix of a memory leak, fix merge changing of eunit tests by taking changes from a newer branch
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* fixed MARCO args formatting
* add a comma
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* Partial common params support in creating connection (#59)
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* Added property utf8 when creating a new connection.
* fixed MARCO args formatting
* add a comma
* temporary files and folders
* read config from map - WIP
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* WIP
* implement common test infrastructure, implement test job insertIntoTable
* remove some unneeded macros
* add bindData job, add setup for running tests on one persistent dpi slave
* local fix of a memory leak, fix merge changing of eunit tests by taking changes from a newer branch
* formatting
* fix mangled rebase
* set test cases
* quick feature testing
* ignored ct reports eunit wanring fixes removed deprecated eunit
* ct sample config fix priv_dir look up for ct
* benchmarking WIP
* no tests
* sanitized
* indent to spaces
* removed files from common-test branch
* removed ct specific ignores
* reverted to master
* cosmetic fixes to master
* delete reverted
* reverted to master
* dataPtr_res reused
* test coverage WIP
* Full test coverage
* data 100% cover renamed to cover dpi_eunit merged in
* WIP
* cosmetics
* error DPI_ORACLE_TYPE_NUM_FROM_ATOM no match
* major re-fectoring and cleanup
* run moved to test
* cosmetics
* no change
* cov files
* hardcoded seed for conract rand sequence
* escript fixed seed for const rand sequence
* read back
c-bik added a commit that referenced this pull request Sep 2, 2019
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* fixed MARCO args formatting
* add a comma
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* Partial common params support in creating connection (#59)
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* Added property utf8 when creating a new connection.
* fixed MARCO args formatting
* add a comma
* temporary files and folders
* read config from map - WIP
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* WIP
* implement common test infrastructure, implement test job insertIntoTable
* remove some unneeded macros
* data resource free fixes
* add bindData job, add setup for running tests on one persistent dpi slave
* local fix of a memory leak, fix merge changing of eunit tests by taking changes from a newer branch
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* fixed MARCO args formatting
* add a comma
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* Partial common params support in creating connection (#59)
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* Added property utf8 when creating a new connection.
* fixed MARCO args formatting
* add a comma
* temporary files and folders
* read config from map - WIP
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* WIP
* implement common test infrastructure, implement test job insertIntoTable
* remove some unneeded macros
* add bindData job, add setup for running tests on one persistent dpi slave
* local fix of a memory leak, fix merge changing of eunit tests by taking changes from a newer branch
* formatting
* fix mangled rebase
* set test cases
* quick feature testing
* ignored ct reports eunit wanring fixes removed deprecated eunit
* ct sample config fix priv_dir look up for ct
* benchmarking WIP
* no tests
* sanitized
* indent to spaces
* removed files from common-test branch
* removed ct specific ignores
* reverted to master
* cosmetic fixes to master
* delete reverted
* reverted to master
* dataPtr_res reused
* test coverage WIP
* Full test coverage
* resource counting WIP
* res (de)alloc macrofied with counters eunit added
* all test pass typo fixed
* upgrade implemented
* data 100% cover renamed to cover dpi_eunit merged in
* WIP
* cosmetics
* error DPI_ORACLE_TYPE_NUM_FROM_ATOM no match
* major re-fectoring and cleanup
* run moved to test
* cosmetics
* no change
* cov files
* hardcoded seed for conract rand sequence
* escript fixed seed for const rand sequence
* read back
* test cosmetics
* debugging stmt release leak WIP
* print formatting fixes resource count fixes
* CRLF @ EOF
* removed un reachable code
c-bik added a commit that referenced this pull request Sep 5, 2019
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* fixed MARCO args formatting
* add a comma
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* Partial common params support in creating connection (#59)
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* Added property utf8 when creating a new connection.
* fixed MARCO args formatting
* add a comma
* temporary files and folders
* read config from map - WIP
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* WIP
* implement common test infrastructure, implement test job insertIntoTable
* remove some unneeded macros
* data resource free fixes
* add bindData job, add setup for running tests on one persistent dpi slave
* local fix of a memory leak, fix merge changing of eunit tests by taking changes from a newer branch
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* fixed MARCO args formatting
* add a comma
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* Partial common params support in creating connection (#59)
* raise exception with full DPI error
* add testcase catch_error_message
* add testcase catch_error_message_conn
* remove two debug prints in eunit
* fix broken fixture
* Added property utf8 when creating a new connection.
* fixed MARCO args formatting
* add a comma
* temporary files and folders
* read config from map - WIP
* re-work, clean WIP currently segfault
* warnings
* fix tuples in dpi:dafe call, add error handling to call macro, create an own connection for the ping test
* change error message test to use invalid password instead of TNS to avoid timeout
* catch everything in execStmt macro
* change execStmt into a function
* separate stmt and conn tests into their own fixtures
* adapt and fix old CT test cases, implement dpiData_setDouble
* WIP
* implement common test infrastructure, implement test job insertIntoTable
* remove some unneeded macros
* add bindData job, add setup for running tests on one persistent dpi slave
* local fix of a memory leak, fix merge changing of eunit tests by taking changes from a newer branch
* formatting
* fix mangled rebase
* set test cases
* consoel tested implementation - WIP
pending test case
* test case WIP
* WIP
* trying mutex
* quick feature testing
* ignored ct reports eunit wanring fixes removed deprecated eunit
* ct sample config fix priv_dir look up for ct
* benchmarking WIP
* no tests
* sanitized
* indent to spaces
* removed files from common-test branch
* removed ct specific ignores
* reverted to master
* cosmetic fixes to master
* delete reverted
* reverted to master
* dataPtr_res reused
* test coverage WIP
* Full test coverage
* resource counting WIP
* res (de)alloc macrofied with counters eunit added
* all test pass typo fixed
* upgrade implemented
* data 100% cover renamed to cover dpi_eunit merged in 
* WIP
* cosmetics
* error DPI_ORACLE_TYPE_NUM_FROM_ATOM no match
* major re-fectoring and cleanup
* run moved to test
* cosmetics
* no change
* cov files
* hardcoded seed for conract rand sequence
* escript fixed seed for const rand sequence
* read back
* test cosmetics
* debugging stmt release leak WIP
* print formatting fixes resource count fixes
* CRLF @ EOF
* removed un reachable code
* global based slave unload
* addressed review comments
* retrun unloaded when slave really stopped
* fixes test, spec
* for review comment from @karl
* cosmetic
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants