-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
STR_TO_DATE
Function To The SQL Plugin (#1420)
* Add `STR_TO_DATE` Function To The SQL Plugin. * Added Tests Signed-off-by: GabeFernandez310 <[email protected]> * Added Empty Implementation Signed-off-by: GabeFernandez310 <[email protected]> * Added Partially Working Implementation Signed-off-by: GabeFernandez310 <[email protected]> * Cleaned Up Implementation Signed-off-by: GabeFernandez310 <[email protected]> * Modified Implementation Signed-off-by: GabeFernandez310 <[email protected]> * Modified IT Test Signed-off-by: GabeFernandez310 <[email protected]> * Added Documentation Signed-off-by: GabeFernandez310 <[email protected]> * Added Unit Tests Signed-off-by: GabeFernandez310 <[email protected]> * Altered Implementation Signed-off-by: GabeFernandez310 <[email protected]> * Reworked Implementation To Always Return Datetime Signed-off-by: GabeFernandez310 <[email protected]> * Addressed PR Comments Signed-off-by: GabeFernandez310 <[email protected]> * Fixed Some Checkstyle Issues Signed-off-by: GabeFernandez310 <[email protected]> * Cleaned Implementation Signed-off-by: GabeFernandez310 <[email protected]> * Supported Function Properties Signed-off-by: GabeFernandez310 <[email protected]> * Fixed Checkstyle Signed-off-by: GabeFernandez310 <[email protected]> * Removed Unneeded Function Signed-off-by: GabeFernandez310 <[email protected]> * Cleaned Implementation and Added IT Test Signed-off-by: GabeFernandez310 <[email protected]> * Fixed Code Coverage and Implementation Signed-off-by: GabeFernandez310 <[email protected]> --------- Signed-off-by: GabeFernandez310 <[email protected]> * Cleaned Implementation Signed-off-by: GabeFernandez310 <[email protected]> --------- Signed-off-by: GabeFernandez310 <[email protected]>
- Loading branch information
1 parent
87018c6
commit 40336d4
Showing
10 changed files
with
453 additions
and
8 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
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.