Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove String manipulations of Date objects
This commit contains all previous work after rebase went badly RE: Pull Request requested by @kjdelisle regarding #149 following my proposed solution "A" at #149 (comment). As mentioned in the post linked above, this change allows the underlying mysqljs/mysql module to handle Date object serialization and removes the forced conversion of Dates to UTC Strings. An opt-out fallback to forced coercion to UTC is included, which was modeled after #265 from @darknos . Old, squashed commits: d0ea1d9 Legacy UTC date processing fallback credit: @darknos a59dad7 Remove orphaned string functions e8fdbdc Incorporate @darknos expanded check for zero dates abd4e0a Remove DATE manipulations in from/toColumnValue
- Loading branch information