brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

Fix adding/dropping columns with Oracle #338

Closed KyleLilly closed 7 years ago

KyleLilly commented 8 years ago

This PR addresses https://github.com/brianc/node-sql/issues/332 by changing the way the SQL statement is generated when adding/dropping tables using the Oracle dialect.

brianc commented 7 years ago

Thanks a lot for your work on this! Sorry it took me a while to get to it - life got in the way & I got really busy tending to some things. I'll merge this now & push a new minor version to npm here in just a few minutes. ❤️