-
Following is a challenge I came across.
Original SQL:
```
select item, item_cost
from remotedatasource.schema.item_table
and item_cost 0
```
This produced the following query against …
-
KPI figures, reduce number of decimal places for main KPI figures
Before
![image](https://github.com/user-attachments/assets/ebd3173e-427d-4426-a81c-03a3f628b9e9)
After
![image](https://gi…
-
Hi! First of all, thanks for this great lib :raised_hands:
Would you accept adding support for calculations with Decimals (namely [this Decimal library](https://github.com/ericmj/decimal), the one…
-
## Driver version
latest
## SQL Server version
mcr.microsoft.com/mssql/server:2022-latest
## Client Operating System
any
## JAVA/JVM version
any
## Table schema
no
## Problem description
Stored p…
-
### Describe the request
Please add new event
```
procedure SuggestAssgnt(PurchLine: Record "Purchase Line"; TotalQtyToAssign: Decimal; TotalAmtToAssign: Decimal; TotalQtyToHandle: Decimal; TotalAmt…
-
## Observed vs. expected behavior
```java
BooleanBuilder sizeFilter = new BooleanBuilder();
sizeFilter.and(Expressions.numberTemplate(Double.class,
"truncate({0} / {1} , 4)",
…
-
Is there a way to show decimal cooldown timers when the cooldown gets low?
-
It would be great to have a function in the expressions for trimming decimal points. Something like this.
````
fn trim_decimal_places(num: f64, places: usize) -> f64 {
let factor = 10_f64.powi(p…
-
**Environment**
![image](https://user-images.githubusercontent.com/59192491/196321131-05c1b453-511f-4af3-b63d-44e793356fe6.png)
**Steps to Reproduce**
1.Create a Python Application project
2.T…
-
## Context
The Zenlink UI showed wrong prices for DOT and XLM on the Pendulum pools, e.g. [this](https://app.zenlink.pro/pool/pendulum:2094-2-2199040033536) one. The PEN price was correct. All toke…