-
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…
-
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…
-
[UserMapper.xml](https://github.com/chillzhuang/SpringBlade/blob/master/blade-service/blade-system/src/main/java/org/springblade/system/mapper/UserMapper.xml)
```xml
SELECT id, tenant_id, …
-
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
-
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…
-
### Would love for the table to be better formatted when using SQL SERVER.
-
This is a list of functions that we plan to add to the SQL compiler in the near future. The functions must be already supported by Calcite.
https://calcite.apache.org/docs/reference.html
Not all of …
-
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" …
-
sql/tests.TestRandomSyntaxSchemaChangeColumn [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RandomSyntaxTestsBazel/17671371?buildTab=log) with [artifacts](https://tea…