Commit Graph

36 Commits

Author SHA1 Message Date
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
fa204a87d1 Remove obsolesced reference comments 2016-04-27 21:53:46 -07:00
Ryan Cavanaugh
337587de8c Rename external modules to index.d.ts 2016-04-27 21:30:22 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Ryan Cavanaugh
541e24b685 Fix angularjs/angular; 'export declare'/'declare export' 2016-04-25 13:02:25 -07:00
Ryan Cavanaugh
4a433abbf4 Unwrap all lone ambient external modules 2016-04-22 14:12:45 -07:00
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