Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Em1tt patch 1 #35

Merged
merged 2 commits into from
May 15, 2021
Merged

Em1tt patch 1 #35

merged 2 commits into from
May 15, 2021

Conversation

Em1tt
Copy link
Owner

@Em1tt Em1tt commented May 15, 2021

No description provided.

@Em1tt Em1tt merged commit f027d25 into main May 15, 2021
@Em1tt Em1tt deleted the Em1tt-patch-1 branch May 15, 2021 13:21
@github-actions
Copy link

SQL Risks Found

src/sql/init.sql
+-------------------------------------------------+
|                   SQLCHECK                      |
+-------------------------------------------------+
> RISK LEVEL    :: ONLY MEDIUM AND HIGH RISK ANTI-PATTERNS
> SQL FILE NAME :: src/sql/init.sql
> COLOR MODE    :: DISABLED
> VERBOSE MODE  :: DISABLED
> DELIMITER     :: ;
-------------------------------------------------
==================== Results ===================

-------------------------------------------------
SQL Statement: create table if not exists invoices ( invoice_id integer not null primary key,
opened timestamp not null, due timestamp not null, price real not null default
0.00, currency text not null default '€' );
[src/sql/init.sql]: (MEDIUM RISK) (PHYSICAL_DATABASE_DESIGN ANTI-PATTERN) Imprecise Data Type
[Matching Expression: real]


==================== Summary ===================
All Anti-Patterns and Hints  :: 1
>  High Risk   :: 0
>  Medium Risk :: 1
>  Low Risk    :: 0
>  Hints       :: 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant