Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Updated version to 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilpro committed Apr 13, 2017
1 parent 2167514 commit c3fb0bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ sqlcmd -s 127.0.0.1 -u sa -p p@ssw0rd "select name from sys.databases where data
```

## Version History
+ **1.5**
+ Added port option. (Thanks [mbergmann](https://github.com/mbergmann))
+ Added an option for setting quoted identifiers to off. (Thanks [lanman2000](https://github.com/lanman2000))
+ **1.4**
+ Added support for Windows domains.
+ Added support for sqlcmd.exe style template parameters. (Thanks [gunesmes](https://github.com/gunesmes))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqlcmdjs",
"version": "1.4.0",
"version": "1.5.0",
"description": "sqlcmd for Mac and Linux.",
"main": "sqlcmd.js",
"dependencies": {
Expand Down

0 comments on commit c3fb0bc

Please sign in to comment.