You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with unconverting Decimal. str(value) makes a float-like string that is cause of No operation equals between Decimal(19, 2) and Float64 error.
It had been working until the cython implementation was used inside docker =(
We are not good at cython, therefore there are no monkey patch for it or a pull request for the whole problem.
The text was updated successfully, but these errors were encountered:
@DontStopMeNow hi! Sorry for such late response.
Can you please give more detailed example? Table structure and how you insert and fetch this data. Because I can't reproduce it by myself.
There is a problem with unconverting Decimal. str(value) makes a float-like string that is cause of
No operation equals between Decimal(19, 2) and Float64
error.So, we made a monkey patch.
It had been working until the cython implementation was used inside docker =(
We are not good at cython, therefore there are no monkey patch for it or a pull request for the whole problem.
The text was updated successfully, but these errors were encountered: