Skip to content

feat: add mysql driver #262

feat: add mysql driver

feat: add mysql driver #262

Triggered via pull request September 3, 2024 11:49
@invisalinvisal
synchronize #147
mysql-driver
Status Failure
Total duration 1m 14s
Artifacts

check.yaml

on: pull_request
quality-check
1m 4s
quality-check
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
quality-check: src/components/gui/schema-editor/column-provider.tsx#L2
Module '"."' has no exported member 'DatabaseTableColumnChange'. Did you mean to use 'import DatabaseTableColumnChange from "."' instead?
quality-check: src/components/gui/table-cell/generic-cell.tsx#L217
Type 'string | undefined' is not assignable to type 'string'.
quality-check: src/drivers/mysql/mysql-driver.ts#L110
Object is possibly 'undefined'.
quality-check
Process completed with exit code 2.
quality-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/