-
Why this error is showingg pleasee help me to fixx
![image_2024-10-20_203233444](https://github.com/user-attachments/assets/976b8c5a-429d-465b-a5c4-8ef237b34d87)
-
Bien la base de données mais attention à éviter les espaces dans les noms des tables et colonnes.
Manquent les requêtes SQL selon consigne, par ex:
\-- lister les activités
**SELECT** _p_.nam…
-
Luis, estou revendo seu arquivo init.sql e no INSERT da tabela cliente, o telefone deve conter somente os números, sem os parênteses, espaços ou hífen.
Está assim:
```
INSERT INTO cliente (nome,c…
-
mysql version: 5.7.25
audit_plugin version: audit-plugin-mysql-5.7-1.1.7-913-linux-x86_64.zip
my.cnf:
plugin-load=AUDIT=libaudit_plugin.so
audit_json_file=on
audit_json_log_file=/home/logs/mysq…
-
Наименования колонок
```sql
CREATE TABLE IF NOT EXISTS candle
(
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
stock_ticker VARCHAR(255) REFERENCES stock(ticker) NOT NULL,
open VAR…
-
I've been looking into it for my monitoring needs and I'm really impressed so far! Great work on the tool!
One thing I would need if I wanted to montior everything is SQL Server support. I'd be h…
-
Currently we are doing the `format!` function to create the SQL statements, this technically would allow for easy SQL injection attacks. This is to provide sanitization of the SQL before execution
-
### Would love for the table to be better formatted when using SQL SERVER.
-
Target framework: .NET 8
OS: Windows server latest
Serilog packages:
Serilog.AspNetCore 8.0.3
Serilog.Sinks.MSSqlServer 8.0.0
Azure database: Basic tier
The issue is very basic, there is …
-
Imagify is working on multiple web sites flawlessly, but one of them has a large media archive (image count).
and this produces a timeout (60sec) issue.
The symptoms are that the "Imagify settings" …