Skip to content
Snippets Groups Projects
Commit 7fb27531 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Modify the new to_timestamp implementation so that end-of-format-string

is treated like a non-digit separator. This fixes the inconsistency in
examples like:

to_timestamp('2008-01-2', 'YYYY-MM-DD') -- didn't work

and

to_timestamp('2008-1-02', 'YYYY-MM-DD') -- did work
parent ec543db7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment