- Fixed error catch
- Bump deps
- Bump dev deps
- Add
ADODB.PATH
configrue - [Breaking] Drop
node < 6.0.0
support
- Update typescript declaration file
- Update json.js
- Add message for SQL contain reserved words and symbols #55
- Support x64
- Fixed spawn error catch bugs
- Refactoring code
- Add node 10 test
- Clean code and file
- Update configure file
- Refactoring proxy.js, ensure the integrity of data reception
- Clean
package.json
- Use
require.resolve
instead__dirname
- Update deps
- Update deps
- Update docs
- Fixed .editorconfig
- Improving structure
- Clean .npmignore
- Update deps
- Update test case
- Update docs
- Update deps
- Use prettier format code
- Support binary data #45
- Support long SQL(use child process stdin instead of command line arguments)
package.json
addos
limit
- Improving structure and clean code
- Add js docs comments
- Rewrite with ES6
- Add
schema
method - Break changed
execute
return a promisequery
remove schema param(useschema
method instead) and return a promise
- Update deps
- Update docs
- Update deps
- Update LICENSE
- Update rollup config
- Update editorconfig
- Update deps
- Update examples and docs
- Update debug
- Update uglify-js
- Remove
executeScalar
and combine it toexecute
method - Use
debug
lib - Use faster
events
lib - Use
encodeURI
instead ofbase64
encode - Use new build tools
rollup
build cscript lib - Add
AppVeyor
test and badges - Add
Coveralls
badges - Fixed a fatal error
- Better error catch
- Fixed date parse bug
- Bug fixed
- Clean code
- Fixed #10
- Update json.js
- Update license
- Update deps
- Add executeScalar method
- Update json shim code
- Add encoding setting
- Support date/time
- Improve reliability
- Add english document
- Change author name
- Useing npm colors and add npm colors dependencies