forked from hypermodeinc/dgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handling of empty string to datetime conversion (hypermodeinc#2891)
* commented unused func indexCellsForCap (linter). * let conversion of empty string to datetime work for zero time value. linter fixes. * added Converter tests * linter fixes * removed unused func createDate and other linter fixes * convert zero-time value to empty/zero values of other types. code formatting changes. * added tests for 0 int/float to convert to datatime zero-time value. added more tests and fixed format. * refactored tests for better legibility and support * removed unlikely test on time value * reformatted tests * minor cleanups * added binary, bool and datetime tests * added bool to string test * minor cleanups
- Loading branch information
Showing
5 changed files
with
426 additions
and
430 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
Oops, something went wrong.