-
Very early stage of playing with this, but I wanted to adopt consistent .sql formatting in the project, and found https://github.com/akoutmos/sql_fmt which comes with a mix formatter plugin that seems…
-
### Description
2024-11-14 10:04:01.899 - SQL 错误 [42000]: 第 20 行, 第 1 列[COMMENT]附近出现错误:
语法分析出错
org.jkiss.dbeaver.model.sql.DBSQLException: SQL 错误 [42000]: 第 20 行, 第 1 列[COMMENT]附近出现错误:
语法分析出错
…
-
Raising as an issue from:
https://discord.com/channels/955259353043173427/955259353043173430/1300940268618383421
Example app: https://github.com/chimon2000/notes_nitric
The issue occurring in t…
-
No seu script SQL, no INSERT de clientes, o telefone deve ser apenas números, sem espaços ou traços
Deve ficar assim
```
INSERT INTO cliente (nome, cpf, telefone) VALUES
('Maria Silva', '123456…
-
We have an issue that have scared us and that has taken us some time to understand.
I am not sure if this is an issue that belongs to SqlClient or System.Transaction or Azure SQL
The bug first appear…
-
**Is your feature request related to a problem?**
When using the ODBC driver to connect to a Serverless SQL instance, the driver fails to connect. This is because Serverless has a [restricted API set…
-
Hi @olahallengren , we spoke at the recent PASS Data Summit in Seattle. You asked me to open a feature request which is to add the ability to use SQL Safe to write a backup to Azure Blob Storage which…
-
The quantitative testing project at the CRS dev retreat in Nov 2024 (https://github.com/coreruleset/coreruleset/wiki/Discussion-Quantitative-Testing) revealed some false positives on 942151.
Here i…
-
**Describe the bug**
Fails with a PSQL error when installing - fresh install on Ubuntu
**Your Server Environment**
* own setup
* Deployment: monolith
* Deployment type: deb
* ThingsBoar…
-
Pedro, existe uma modificação que você precisa fazer no script SQL.
O CPF e o telefone devem ser armazenados apenas os números, sem pontos ou traços, portanto nos INSERTS da tabela cliente, é neces…