Commit Graph

23 Commits

Author SHA1 Message Date
Vitor Buzinaro
7612f0e546 Updated node-mssql to v3.2.1 (#8893)
* Updated node-mssql to v3.2.1

According to https://github.com/patriksimek/node-mssql#2x-to-3x-changes, updated the definitions.

* Update mssql.d.ts

* Update mssql.d.ts
2016-04-12 22:45:59 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
vvakame
9027703c0b pass npm run all in new definition-tester 2016-02-10 00:16:03 +09:00
Pierre Anctil
5b9d1a8c6a Add typing for execute methods 2015-12-24 08:44:46 +01:00
Pierre Anctil
ddf001276e [mssql] add typed queries & batches 2015-12-22 17:24:19 +01:00
Ben Farr
d6aab9d299 Add public properties the main classes 2015-09-14 00:39:02 +01:00
Ben Farr
2e2fb72c26 Add public properties the main classes 2015-09-14 00:26:18 +01:00
Ben Farr
8c36347a98 add register method to property 'map' array 2015-09-13 23:59:24 +01:00
Ben Farr
bda476885a export Error classes 2015-09-13 23:57:56 +01:00
Ben Farr
ae22764e14 Define SQL types
Also Duplicated in to .TYPES
2015-09-13 23:20:15 +01:00
Ben Farr
93820e0d62 Add version and credit 2015-09-13 23:09:49 +01:00
Ben Farr
8502c06745 Minor fixes 2015-09-13 23:08:41 +01:00
Ben Farr
1368ed3f94 Classes extend EventEmitter
Classes Connection, Request, Transaction and PreparedStatement all
extend Node's EventEmitter
2015-09-13 22:56:17 +01:00
Ben Farr
1ae80ee1ef Different arguments for new Request
Request can be constructed with a connection, preparedStatment,
transaction or no arguments
2015-09-13 21:49:01 +01:00
Ben Farr
5ac3ef67ba Return Promises
Methods return a promises if the callback is omitted.
2015-09-13 21:36:04 +01:00
Ben Farr
ffe1b8a10b Add missing module variables 2015-09-13 17:42:11 +01:00
Ben Farr
280b0abd48 Fix table.row.add method
table.row.add takes a variable amount of arguments
2015-09-13 17:16:15 +01:00
Samuel Albert
cd70771979 added more data types. 2015-07-25 18:17:40 -04:00
ColsaCorp
e889118f0e Update mssql.d.ts 2015-03-23 14:15:30 -05:00
ColsaCorp
fe8fabf5f7 Update mssql.d.ts 2015-03-23 14:01:16 -05:00
Zenoware
6a823fea13 Merge remote-tracking branch 'origin/patch-1' into patch-2 2015-03-19 08:25:11 -05:00
ColsaCorp
d0087d3ab8 Create mssql-tests.ts
Tests for MSSQL database connector for Node.js
2015-03-18 22:57:36 -05:00
ColsaCorp
20a7a9419a Create mssql.d.ts
Initial creation of MSSQL database connector for Node.js defintion
2015-03-18 22:56:48 -05:00