File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Changed
12
12
13
- - ` None ` Nothing changed
13
+ - ` Enhancement ` In the HTTP access method, the upload method may encounter an error from the server when the file being uploaded
14
+ is bigger that is allowed by the server. This previously resulted in an unclear failure. I now catch this and throw a clear exception.
14
15
15
16
### Fixed
16
17
17
- - ` None ` Nothing fixed
18
+ - ` Fixed ` A bug was found with the append method of the SASdata object. When appending a Dataframe, the method uses df2sd to
19
+ transfer the data to SAS to then proc append it. After, it deletes that SASdata set it created. The method also allows you to
20
+ provide a SASdata object to append, but it didn't check and deletes that SASdata set too. That should not have been happening.
21
+ This is fixed in this release and only deletes the data set if it was temporarily created from the Dataframe.
18
22
19
23
### Removed
20
24
You can’t perform that action at this time.
0 commit comments