Commit Graph

19 Commits

Author SHA1 Message Date
Frank DeFalco 428420ec94 improve error handling on database connector jar setings. 2023-09-07 14:37:29 -04:00
Frank DeFalco 1bcb2236e8 resolved issues with CHECK and tests. 2023-09-07 13:52:20 -04:00
Adam Black c98e171ebc add ddl execution 2021-08-19 23:58:18 -04:00
Adam Black ec02071b64 test connection on all platforms 2021-08-19 23:42:04 -04:00
Adam Black 8fc2ae6e4e debug actions 2021-08-19 23:38:29 -04:00
Adam Black 2a9fa71612 debug actions. 2021-08-19 23:12:55 -04:00
Adam Black 3af7fdbe69 debug actions 2021-08-19 23:05:43 -04:00
Adam Black 94ffcba404 debug actions. 2021-08-19 22:59:07 -04:00
Adam Black e68cb43854 debug tests on github 2021-08-19 22:45:23 -04:00
Adam Black cedf334df6 Add tests for oracle and sql server. Move setup.R file. 2021-08-19 22:23:39 -04:00
Adam Black 63ba979509 Merge in Maxims changes. update documentation 2021-08-19 16:00:24 -04:00
Adam Black ed5fb2d428 Add tests for redshift. Clean up test setup file. 2021-08-19 15:17:01 -04:00
Adam Black 19462d322d
Add tests, github actions, and executeDdl function (#425)
* Add github actions workflow to build package and run tests.

* update Description file

* rename .Rproj file.

* Consolidate 'create' functions into one file.

* Add tests for create functions.

* update description

* removed spaces in file and folder names. Regenerated ddl output. Tried to fix Field_Level.csv file.

* consolidate write functions into one file. Add execute function.

* update docs

* add tests for write and execute functions

* update documentation

* Add windows and linux runners in github actions.

* update github actions

* download drivers before running tests

* fix small error in setup test file.

* debug github actions

* debug github actions

* debug github actions

* debug github actions

* fix tiny bug

* comment out execute ddl test

* fix bug in test

* Add execute test back in

* revert accidental change in description

* add print statement for debugging schema error on github actions.

* Fix schema environment variable name

* Add comment to github actions workflow file.

* remove placeholder text in function documentation.

* Rename createdDdl.R to createDdl.R

Co-authored-by: Adam Black <adam.black@odysseusinc.com>
2021-08-19 11:49:36 -04:00
Adam Black 66a892d87c add print statement for debugging schema error on github actions. 2021-08-19 09:11:02 -04:00
Adam Black c2717409d3 Add execute test back in 2021-08-19 08:33:24 -04:00
Adam Black cea09cf273 fix bug in test 2021-08-19 08:23:41 -04:00
Adam Black 7ecd0a5410 comment out execute ddl test 2021-08-19 08:13:03 -04:00
Adam Black bce8bc5edc debug github actions 2021-08-19 07:45:18 -04:00
Adam Black ae921ede24 add tests for write and execute functions 2021-08-18 23:35:38 -04:00