-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 30 support asctime field for timestamp (#139) * test(parse asctime field): add a test that fails to parse the asctime field * feat(parse asctime field): add "asctime" into DefalutOptions.TimeFields * feat(parse asctime field): try parse single element array([]interface{}) value into time field * test(parse asctime): merge test cases into the table * test(parse asctime): change into table-driven test * chore(localstorage): test suite now expects timestamp to always be set * chore(localstorage): test for simple query eval --------- Co-authored-by: Kev <[email protected]>
- Loading branch information
Showing
3 changed files
with
121 additions
and
23 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