-
This is happening on current main branch
Steps:
* `rm -Rf .trustify`
* `cargo run --bin trustd`
* extract this zip into `trustify/etc/test-data/csaf/` [foo.zip](https://github.com/user-attachmen…
-
**Describe the bug**
I'm trying to start a new container because it seemed like something got messed up, but it says the database does not exist.
**Environment Details (please complete the followi…
-
### Description
When i export data to a SQL file, there is a problem with existing backslahes.
Backslahes are not escaped with a double \\.
### DBeaver Version
Community Edition 24.2.1
### Operat…
-
**Is your feature request related to a problem? Please describe.**
Polars DataFrames are becoming more and more popular and are also supported by Mage. But all database connectors only except and ret…
-
I've run into one critical issue and found that influx has duplicate value on a single tag - timestamp pair.
```
> SELECT "time", "2001", "SensorId" FROM dbname.autogen.Reading WHERE "SensorId" = …
-
Hi Guys, I know that dropDownListGroup can display values as follows
``` php
```
How can I get the values in the 'data' from a database table?
-
#### Bug Description
There is a logical error in the combination of the BETWEEN expression and the OR expression. The abstract expression sequence is: `(time BETWEEN CONSTANT AND CONSTANT) OR (TRUE…
-
### Git Issue: Boolean Form Submission Error in Business Forms Panel 4.8.0 with Grafana 11.1.0
#### Summary
When using the Business Forms Panel (v4.8.0) in Grafana (v11.1.0), submitting a boolean …
-
## What are you doing?
```js
const User = sequelize.define('User', {
username: {
type: Sequelize.STRING,
allowNull: false,
unique: true,
validate: {
…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
create table test.tt1 (id bigint,pid bigint,name varchar(20)…