[postgres] sql_simple_queries: 1
+ odata_new_adapter: true
breaks ieee754compatible: false
#860
Labels
bug
Something isn't working
Reopening #838 since the original was closed without actually addressing the issue.
Adding
TLDR
section this time to make sure people understand the issue before closing it.TLDR
✔
odata_new_adapter: false
+sql_simple_queries: 0
+ieee754compatible: false
=> decimals correctly returned as numbers✔
odata_new_adapter: false
+sql_simple_queries: 1
+ieee754compatible: false
=> decimals correctly returned as numbers✔
odata_new_adapter: true
+sql_simple_queries: 0
+ieee754compatible: false
=> decimals correctly returned as numbers❌
odata_new_adapter: true
+sql_simple_queries: 1
+ieee754compatible: false
=> decimals incorrectly returned as stringsDescription of erroneous behaviour
Combination of
sql_simple_queries
andodata_new_adapter
features breaks"ieee754compatible": false
setting.Detailed steps to reproduce
Also, reproducable with
"sql_simple_queries": 2
$select
,$filter
,$apply
or pagination parameters.ieee754compatible
setting is ignored anddecimal
/int64
values are returned as stringsDetails about your project
The text was updated successfully, but these errors were encountered: