amitkr / nodejs-db-informix

Infomix bindings for nodejs
MIT License
3 stars 3 forks source link

query.select() with array of strings as arg produces wrong (quoted) select fields #3

Closed amitkr closed 11 years ago

amitkr commented 12 years ago
SELECT 'procid','procname','owner','mode','retsize','symsize','datasize','codesize','numargs','isproc' FROM sysprocedures WHERE owner='informix' ORDER BY procname