-
Currently the "number" function fails on this input: ".25" or "-.25".
Our data provider sends decimal numbers in that format, and so far JSLT is the only technology we use that cannot work with it.…
-
### Describe the bug
```
> SELECT CAST('0' AS decimal(38,0));
Arrow error: Cast error: Cannot cast string '0' to value of Decimal128(38, 10) type
```
### To Reproduce
```sql
SELECT CAST('0' AS …
-
Thank you very much for your great job and share it!!!
Ihave a problem in android app, please help me....
I havent a Mi Scale. I only put my values in Gamin Body Composition Form manually to send t…
-
### Feature description
It would be convenient if we could allow for a varying decimal precision approach, eg add a variable on dataset that contains the decimal precision level we would like to use.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Feature Description
Description:
There are currently no issues with the existing…
-
### Please confirm the following:
- [X] I've checked [the current issues](https://github.com/Ivy-Apps/ivy-wallet/issues) for duplicate issues.
- [X] I've requested a single (only one) feature/change …
-
Problem:
@spuynen cannot use coordinates because the latitude is incorrectly read in (5095584 instead of 50.95584).
What is going on:
@spuynen found that `.` is used for both thousands as decimal…
-
Using below query fails.
```
- name: query
mssql_query:
login_user: sa
login_password: "{{ sql_admin_password }}"
login_host: localhost
d…
-
I've seen in issue #115 that this was already debated and fixed in a previous version.
Nevertheless an issue was introduced along the way that prevents the reading of schemas with decimals without sc…
-
Issue: Currency Not Being Set Properly
It appears that the currency is not being set correctly during certain operations. This may cause issues with calculations or displaying the correct values.
…