-
Notifications
You must be signed in to change notification settings - Fork 357
Support time data type in MsSql and fix for datetime types
#1473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
800de2b
Add support for timespan
Aniruddh25 827ba69
Merge origin/main
Aniruddh25 0f12bd1
remove unused using
Aniruddh25 7367244
Add a case for TimeSpanType in ResolverMiddleware
Aniruddh25 221baad
enclose name in []
Aniruddh25 d210db2
Support timespan as stored procedure parameter
Aniruddh25 296511f
Parse with invariant culture and assume UTC
Aniruddh25 8c23ffe
StoredProc default paramvalue
Aniruddh25 b000168
TimeSpan Iso8601 format is PT23H59M59.999999S
Aniruddh25 1c35eb5
fixing tests
f9ab1d5
fixing MsSql tests
25c86a1
Merge remote changes
Aniruddh25 1dd0f47
Add timespan test in supported types
Aniruddh25 cd9ec5a
Fix timespan_types column name
Aniruddh25 efb3007
Merge branch 'main' into supportTimeSpan
abhishekkumams e80ef05
Fix comparison of timespan data type
Aniruddh25 1aa7b65
Missing else
Aniruddh25 d32a767
resolving merge conflicts
d5d97fd
adding timespan type
bb581ff
resolving merge conflicts
09e85b3
fix formatting
9923fc8
Merge branch 'main' into supportTimeSpan
Aniruddh25 3c4eba3
handling nullable types
507802e
resolving nits
eafb08e
Merge branch 'main' of https://github.com/Azure/data-api-builder into…
d852138
fixing sql type
b84874f
Add TimeOnly format for HotChocolate
9e1a93c
fix formatting
84e11e6
Update dab-config.MsSql.json
abhishekkumams 5549e02
Merge branches 'supportTimeSpan' and 'supportTimeSpan' of https://git…
d8d8f26
Merge branch 'main' of https://github.com/Azure/data-api-builder into…
38a9e24
fix test
718941b
fixing mysql tests
910c2d7
fixing tests
5e01c3c
fix formatting
fc0be04
fixing tests
ebd7725
fixing tests
0d0b263
fixing tests
33edfaa
using Hotchocolate.Types.NodaTime
907723b
resolving conflicts
9883d87
fix formatting
a3e968e
fixing tests
de93200
adding tests
1840105
adding tests for different time format
0d0e1a3
Merge branch 'main' of https://github.com/Azure/data-api-builder into…
4a19378
using max dateTime in the test to check no overflow issue
a6fa28f
fixing PGSQL tests
a9c396d
fixing tests
bdb5fcc
fixing mysql tests
a38db0e
adding more tests
dec4d15
nit fixes
127af62
nit fix
7ff72b8
nit fix
2b55cd4
updating test
7694c60
Merge branch 'main' into supportTimeSpan
abhishekkumams a05134b
added OData tests as well
de2f48a
Update src/Service.Tests/SqlTests/GraphQLSupportedTypesTests/GraphQLS…
abhishekkumams 9676493
Update src/Service.Tests/SqlTests/GraphQLSupportedTypesTests/GraphQLS…
abhishekkumams ecec68e
fix formatting and adding tests
0d27f42
resolving merge conflicts
30a1336
fixing tests
f126b83
Update src/Core/Services/TypeHelper.cs
abhishekkumams e68e207
fix formatting
418711b
Merge branch 'main' into supportTimeSpan
abhishekkumams 77e7536
Merge branch 'main' into supportTimeSpan
abhishekkumams File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.