Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE | Add new constants #16

Open
v1a0 opened this issue May 25, 2021 · 1 comment
Open

FEATURE | Add new constants #16

v1a0 opened this issue May 25, 2021 · 1 comment
Labels
feature New feature request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@v1a0
Copy link
Owner

v1a0 commented May 25, 2021

In this issue you can leave your request for new constant.

List of existing constants:

SQLite3x

__all__ = [
    'ABORT',
    'ALL',
    'AS',
    'AUTOINCREMENT',

    'BLOB',

    'CHECK',
    'CONST_PRIORITY',
    'CROSS_JOIN',

    'DEFAULT',

    'FAIL',
    'FOREIGN_KEY',

    'IGNORE',
    'INNER_JOIN',
    'INTEGER',

    'LEFT_JOIN',

    'NONE',
    'NOT_NULL',
    'NULL',
    'NUMERIC',

    'ON',

    'PRIMARY_KEY',

    'REAL',
    'REFERENCES',
    'REPLACE',
    'ROLLBACK',

    'TEXT',

    'UNIQUE'
]
@v1a0
Copy link
Owner Author

v1a0 commented May 25, 2021

Select needed ORDER_BY

  1. ASC
  2. DESC

@v1a0 v1a0 added feature New feature request good first issue Good for newcomers help wanted Extra attention is needed labels May 25, 2021
@v1a0 v1a0 changed the title Add new constant FEATURE | Add new constants Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant