wankdanker / node-odbc

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

Use C99 designated struct initializer (removes warnings on OSX) #7

Closed rossipedia closed 10 years ago

rossipedia commented 10 years ago

Seems to be working fine on Ubuntu and OSX (haven't built this on Windows yet)

wankdanker commented 10 years ago

Windows shouldn't be a problem. Windows uses a different method of getting a date/time. There is an #ifdef _WIN32 just before your patch.