Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f769fe5
fix: correct the variable name
May 15, 2018
93a1363
chore: update dependencies
May 15, 2018
afdb800
feat: returnvalue token parser for fixed length types
May 15, 2018
cdaa1a7
feat: add flag parsing and tests for returnvalue token
May 28, 2018
8a4c134
feat: support uuid datatype in returnvalue
Jun 5, 2018
227279d
feat: parser vaiable length numeric and bit type
Jun 20, 2018
625d667
chore: update chai and mocha flow-typed library
Jun 20, 2018
8a20330
feat: add varaible length type float to parser
Jun 26, 2018
3acbf37
feat: add varaible length type money to returnvalue parser
Jul 7, 2018
ee08489
feat: date type support for returnValue parser
Jul 11, 2018
a188c44
refactor: modularize parsing datalength, precision, scale
Jul 13, 2018
0fae4a4
feat: support for time datatype
Jul 19, 2018
fd1e608
test: update flow type for test framework and dependencies
Jul 19, 2018
c15ce80
fix: apis of chai-datetime plugin are not recognized in flow
Jul 19, 2018
266d036
feat: add temporal types to returnvalue token parser
Jul 30, 2018
2def848
feat: add collation and bigchartype support
Aug 13, 2018
b4d588e
parser data in multiple tds packets
Aug 17, 2018
93da9d0
fix: parsing multiple tds packets
Sep 13, 2018
5920bda
fix: error token parser
Sep 13, 2018
50d7299
feat: add parsing for nchar
Oct 3, 2018
2808190
feat: add parsing for binary type
Oct 3, 2018
9a9b843
feat: support varbinary and null values
Oct 3, 2018
f87c553
feat: parser varbinary(max) known length
Oct 11, 2018
e5fafe2
feat: parse unknown length varbinary
Oct 26, 2018
dc5243e
test: add varbinay max test for null value
Oct 26, 2018
67fe99c
feat: nvarchar support for returnvalue parser
Oct 29, 2018
8c6e615
feat: support varchar parsing
Oct 31, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[ignore]
<PROJECT_ROOT>/lib/.*
<PROJECT_ROOT>/node_modules/.*
<PROJECT_ROOT>/test/.*

[libs]
flow-typed/
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
39 changes: 39 additions & 0 deletions flow-typed/npm/chai-datetime_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
// flow-typed signature: f041f510a7750be7b298b3ce9e122452
// flow-typed version: <<STUB>>/chai-datetime_v^1.5.0/flow_v0.72.0

/**
* This is an autogenerated libdef stub for:
*
* 'chai-datetime'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module 'chai-datetime' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'chai-datetime/chai-datetime' {
declare module.exports: any;
}

declare module 'chai-datetime/test/test' {
declare module.exports: any;
}

// Filename aliases
declare module 'chai-datetime/chai-datetime.js' {
declare module.exports: $Exports<'chai-datetime/chai-datetime'>;
}
declare module 'chai-datetime/test/test.js' {
declare module.exports: $Exports<'chai-datetime/test/test'>;
}
198 changes: 0 additions & 198 deletions flow-typed/npm/chai_v3.5.x.js

This file was deleted.

Loading