exasol / r-exasol

The EXASOL package for R provides an interface to the EXASOL database.
http://www.exasol.com
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

#103: exa.ReadData not working correctly under Windows #104

Closed tomuben closed 3 years ago

tomuben commented 3 years ago

RCA: During the refactoring (#63), the magic number = 1 for closing the socket for sending was replaced with SD_RECEIVE, but it should have been replaced with SD_SEND. The consequence was that the socket might have been closed before the ok answered was sent to the database.

Fix: Replace SD_RECEIVE with SD_SEND