-
# Environment
EF Core version: 5.0.1
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET 5.0
Operating system: Windows 10
IDE: Visual Studio 2019 16.9.0 Preview 2.0
…
-
Hi,
I am trying to get a graph line when the returned value is 0 or anything. I have tried to enable the null value as connected in display tab. but no luck.
using grafana V5.3.1
the database i…
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
…
-
Should we add an Age At Encounter concept, or is this not recommended because of deidentification processes?
-
`dbt docs generate` command fails when a custom macro is added. The same command works well without the custom macro. `dbt compile` command works fine even when the custom macro is added. Here is the …
-
Hello
For your opinion & a PR
in inc/contract_item.class.php from item you have :
```
Contract::dropdown(array('entity' => $item->getEntityID(),
'used' …
-
Is there a way to get the difference between two dates similar to [T-SQL](https://docs.microsoft.com/en-us/sql/t-sql/functions/datediff-transact-sql?view=sql-server-ver15)?
I can't find a `DATEDIF…
-
Hi,
I am trying to generate dbt files (`.sql` & `.yml`) from a SQLChain using `to_dbt()`. The source table is a regular table.
I'm using rasgoql **1.0.2a2**.
Here is my code, I'm just trying to…
-
刚使用这个框架,看到文档中使用datediff方法,但LocalDate如何传入呢
-
I saw that the calculation used for the duration is FLOAT(DATEDIFF('second',created at, completed at)).
Even then this is rounding off the value to integers.
Also, more importantly, for some type of…