-
Replace the placeholders in the code examples in https://docs.timescale.com/use-timescale/latest/schema-management/foreign-data-wrappers/ with runnable code.
-
How to quickly retrieve the latest sampling records? Currently, my approach is to use a query similar to the following:
```
select max(time) from dm.iot_sqt_agv_count where time > now() - interval…
-
It'll be interesting to have the ability to query Git repositories natively using Metabase.
This would enable a bunch of possibilities:
- Retrieve the lines of code created by a given author
- An…
-
ERROR: DB-Library error: DB #: 20018, DB Msg: General SQL Server error: Check messages from the SQL Server, OS #: -1, OS Msg: ,
Level: 11 or Level: 16 SQL state: HV00L
Using tsql I can connect and …
-
Hi! I use Sybase and get the following error ERROR: DB-Library error: DB #: 103, DB Msg: General SQL Server error: Check messages from the SQL Server, OS #: -1, OS Msg: , Level: 15.
I found that thi…
-
IMAGE should be transfered to bytea (Sybase ASE)
tinyint should be transfered to smallint
jw1u1 updated
5 months ago
-
Output of `restic version`
--------------------------
`restic 0.16.2 compiled with go1.21.3 on linux/amd64`
What should restic do differently? Which functionality do you think we should add?
-…
-
Datasets where a column relevant to FDW (specifically, a column to slice on) contains empty values throw errors in one of two places:
- If the dataset feature map contains VarLenFeatures, empty spa…
-
Where is the extension control file? Is there a way to install this somewhere that doesn't have apt?
-
If ereport(ERROR, ) present before ereport((DEBUG3, ), then the second statement will not run.
For example:
line 1411 of jq.c:
ereport(ERROR, (errmsg("remote server returned an error")));
er…