Hi,

Phoenix supports Double as it's column type, but when I am trying to upsert
a double value (eg, 7.481509313889134E-5), there is an exception comes out:
Error: ERROR 604 (42P00): Syntax error. Mismatched input. Expecting
"RPAREN", got "E".

Seems "E" in double value can not be parsed, did anyone else experience
this issue?

Reply via email to