wankdanker / node-odbc

ODBC bindings for node
MIT License
174 stars 79 forks source link

Dynodbc fix among other little things #17

Closed bzuillsmith closed 9 years ago

bzuillsmith commented 9 years ago

A series of commits that fixes #83. Got it compiling, but should probably run the benches and/or tests with different combinations of UNICODE and dynodbc on and off. I'm limited by my Windows environment.

wankdanker commented 9 years ago

Merged in 8d3aebae. Published v1.1.2 to npm.

I tested the dynodbc stuff with /usr/lib/x86_64-linux-gnu/odbc/libsqlite3odbc and UNICODE disabled. It seemed to work for me. No major speed improvements though.