forked from galsalomon66/s3select
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Timezone and fraction seconds fixes and tests (#79)
* Tests for nested queries Added tests to run nested complex queries which are combinations of various functions. nested_query_single_row_result tests nested queries which single row output. nested_multirow_queries tests nested queries for multiple rows. Signed-off-by: Girjesh Rajoria <[email protected]> * Initializing timezone and checks for negative timezone Timezone will be initialized between rows while running multirow query. Also if timezone is negative, timezone hour and minute both would be negative. Signed-off-by: Girjesh Rajoria <[email protected]> * Fix for fraction seconds accuracy and nano second support Signed-off-by: Girjesh Rajoria <[email protected]>
- Loading branch information
Showing
11 changed files
with
420 additions
and
61 deletions.
There are no files selected for viewing
This file contains 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 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 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.