cpursley / walex

Postgres change events (CDC) in Elixir
MIT License
282 stars 14 forks source link

Error: :erlang.binary_to_float("2222222") #8

Closed phanmn closed 2 years ago

phanmn commented 2 years ago

Thank you for awesome library!

Here is an error when I try to connect to my DB

Screen Shot 2022-07-10 at 17 22 59

My work around is using (instead of to_float())

record |> Float.parse() |> elem(0)
cpursley commented 2 years ago

Thank you. Credit goes to Supabase realtime and cainophile ;)