-
## 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)…
-
The settings for distance and time-out are not correctly saved to `.../QGIS/QGIS3/profiles//qgis.org/QGIS3.ini`.
Steps to reproduce:
- start QGIS
- open `Settings > Options > NextGIS > OSMInfo`
…
-
**Description**
This change should add a constructor to the Snowflake type intended for use by servers, or more accurately, producers of new Snowflake values.
**API Proposal**
```cs
public Snowf…
-
Steps to reproduce:
```
LOAD SPATIAL;
CREATE TABLE test (p POINT_2D);
INSERT INTO test (p) VALUES (ST_Point2d(0,0));
EXPORT DATABASE 'test';
DROP TABLE test;
IMPORT DATABASE 'test';
```
T…
-
Is it possible to set up a database that has both full text and GeoSPARQL support? Here is the assembler I tried. Unfortunately I had no luck with my test query 😒
```turtle
@prefix fuseki: .
@…
-
Setting project metadata properly sets the metadata in the database, but the returned values on the client side are all converted to some booleans.
![Image](https://github.com/user-attachments/assets/…
-
It seems that the KeePassXC Browser extension fetches credentials for a website before actually filling them in - and does not update them when filling them in. If the option "Fetch credentials automa…
-
I've been doing a pass on deployment docs, including verifying the steps to connect to managed Postgres providers. In a few cases (Supabase, GCP, etc.) they provide a direct IP address for logical rep…
-
**Checklist**
- I have searched budibase discussions and github issues to check if my issue already exists
**Hosting**
- Self
- Method: docker compose
- Budibase Version: 3.2.1
- App Ver…