Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
Sean Leonard 054c248f7c
Fix R Unit Tests and Invalid Cursor State Occurrences (#100)
* Fix code causing 'length(x) = 5 > 1' in coercion to 'logical(1)' warning.

* fix failing func execute in sql test due to differing environments

* add unittest for getServerVersion to detect bad cursor error on odbc

* add new R 4.2 to test workflow.

* adjust comment text and variable name

* Fix for spees generation codepath triggering cursor state invalid error

* Fix warning  longer object length is not a multiple of shorter object length

* support for special characters in connection string password

* updated version number of R package to 1.2.1 in DESCRIPTION

* update CRAN snapshot reference

Co-authored-by: Sean Leonard <seleonar@microsoft.com>
2022-07-11 09:24:18 -07:00
Jonathan Zhu c6ff0841aa
Add external language support (#82)
Add external language support - users can add a language_name to run on an already installed external language.
2020-10-27 13:56:37 -07:00
Jonathan Zhu 57d7527e6a
Jonathan zhu11/source (#77)
* Build source packages on the client, if the server matches (windows or unix)

* update version number
2020-08-20 15:20:48 -07:00
Jonathan Zhu 6a343b69ec
Jonathan zhu11/odbc testing (#70)
* Change all sql package calls to use odbc instead of RODBC

* style fixes

* remove references to RODBC

* comment and whitespace changes

* Add timeout to 60 minutes in Travis-CI
2020-07-09 10:08:43 -07:00
Jonathan Zhu 50e09d93a3
Fix check for managed instance and update version number (#69) 2020-06-15 11:50:49 -07:00
Jonathan Zhu 7138167e1f update version 2019-06-07 15:47:56 -07:00
Jonathan Zhu 463e71d0bd update Rd files 2019-06-06 10:53:37 -07:00
Jonathan Zhu 3a571aa1ac update to 0.7.0 2019-06-06 10:52:38 -07:00
Jonathan Zhu 789d4f60c4 Update R version with Linux support 2019-05-22 12:51:40 -07:00
Jonathan Zhu 9b9ba866bc
update zip version (#31) 2019-04-02 15:27:00 -07:00
Jonathan Zhu d3e7c94331
downgrade bak SQL version and add Airline test users (#15)
* downgrade bak SQL version and add Airline test users

* fix some messages and README

* update sqlmlutils zip

* reenable toplevel tests
2019-01-31 11:52:19 -08:00
Jonathan Zhu 19e91e1dc7
Split tests into multiple testthat files (#11)
* test filtering in test_check

* change to multiple testthat files
2018-11-06 12:36:55 -08:00
Jonathan Zhu 43e6bd2690 add Travis 2018-10-29 14:00:05 -07:00
Jonathan Zhu 0dfd965952
Initial Commit
Working version of sqlmlutils in Python and R

Supports: 
- Stored Procedures
- Execute in SQL
- Package Management

Known Issues:
- Cannot execute Stored Procedures with Output Parameters 
- No dependency resolution on uninstall in Python Package Management
2018-09-24 11:59:34 -07:00