strongloop / strong-oracle

Deprecated: Node.js Driver for Oracle databases (Use https://github.com/oracle/node-oracledb instead)
Other
45 stars 18 forks source link

Added basic LONG RAW support. #55

Closed isaackehle closed 8 years ago

isaackehle commented 8 years ago

LONG_ROW_MAX_SIZE is currently set to 20MB. Could change this to a required option.

slnode commented 8 years ago

Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test."

isaackehle commented 8 years ago

This has never been merged. Any thoughts to adding it to master?

slnode commented 8 years ago

Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test."

jannyHou commented 8 years ago

@pgkehle Thank you for contribution! Could you also create some test case to prove your change?

isaackehle commented 8 years ago

Hi, frankly, I have not yet made use of the newer testing tools (travis-ci) yet. My test case was to pull from an old production server that had a table with a column that was of the type LONG RAW. The data comes in as a text string that I can handle. Not a whole lot to it I'm afraid.

(Also, I apologize it's taken so long to reply -- this was lost amongst a sea of github notifications)