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

BUG | ABTable.create_table returns empty list #46

Closed
v1a0 opened this issue Sep 18, 2021 · 0 comments
Closed

BUG | ABTable.create_table returns empty list #46

v1a0 opened this issue Sep 18, 2021 · 0 comments
Labels
bug Something isn't working or doesn't seems to work right

Comments

@v1a0
Copy link
Owner

v1a0 commented Sep 18, 2021

ABTable.create_table returns empty list instead of None-return

db.create_table('user', {
    'id': sqllex.constants.INTEGER,
    'name': sqllex.constants.sqlite.TEXT
})
# []
@v1a0 v1a0 added the bug Something isn't working or doesn't seems to work right label Sep 18, 2021
v1a0 added a commit that referenced this issue Sep 19, 2021
- Issue #46 fixed
- LIKE (and all other pql const-s) added to sqllex.constants.sqlite
- WHERE type checking fixed
- docs update
@v1a0 v1a0 closed this as completed Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or doesn't seems to work right
Projects
None yet
Development

No branches or pull requests

1 participant