-
A major point of delta tables is to enable timetravel queries. An example:
```sql
SELECT *
FROM delta_scan(...)
AS OF '2023-10-23 00:00:00'
```
This is currently missing.
Important reference:…
-
César fiz pequenas adaptações para usar com o MS-SQL Server, e funcionou! Se desejar posso enviar para você, só me orientar como fazer.
Obrigado pelo bom trabalho no projeto!
![image](https://gith…
-
### Component(s)
receiver/sqlserver
### Is your feature request related to a problem? Please describe.
Similar to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32810 we f…
-
**### Getting errors when trying to add converted script in this table AX_mon_TransactionsPerHour as instructed in manual for SQL Server.**
**Can someone help me out? It won't let me save and gives …
-
When Duplicati "hangs" it is often an SQL query that is extremely slow.
There is logging before and after to capture the statements and the timing, but often the flow is:
1. Discover hanging backup
…
-
If I attempt to start a workload on a read only standby cluster, the workload logs return log messages which suggest prepared statement evaluation failed:
```
W241120 14:45:36.803837 230 workload/pg…
-
This chart has some configuration around enabling the SQL API but when I enable it all my attempts to connect to it with a JDBC client timeout. Being new to K8s as I am, I'm not entirely sure how to e…
-
Spec is available [here](http://standards.iso.org/ittf/PubliclyAvailableStandards/c067367_ISO_IEC_TR_19075-6_2017.zip). There's a good blog post covering the feature in Postgres [here](http://gmile.me…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
2.0-dev
### Commit ID
0b8641a
### Other Environment Information
```Markdown
- Hardware…
-
In adhoc queries, casting INT to TIMESTAMP (`value::TIMESTAMP`) takes the INT value as the EPOCH and converts it to the equivalent TIMESTAMP.
```sql
-- adhoc query
SELECT 1729595568::TIMESTAMP;
…