Skip to content

Some errors are documented #1

Description

@tutosrive

Issue 1

An exception is thrown when a table already exists in the database, it is handled, but it causes instability:

In logs:

2025-06-16 21:04:14.067482 - Exception: OperationalError - File: c:\Users\santi\Escritorio\py\.venv\Lib\site-packages\sqlazo\sqlazo.py - ErrorLine: 85 - Messsage: table user already exists

Line Error:

  • Line 85: Missing the IF NOT EXISTS string in the query

Issue 2

An exception is thrown when trying to get data from a table that does NOT exist in the database.

Line Error:

  • Line 137: It remains to be verified whether the table exists or NOT in the database

Issue 3

It is ignored whether a condition is actually received or if it is just executed without it.

Line Error:

  • Line 153: It remains to be verified that the condition is grammatically correct and/or NOT empty.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions