We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ABTable.create_table returns empty list instead of None-return
db.create_table('user', { 'id': sqllex.constants.INTEGER, 'name': sqllex.constants.sqlite.TEXT }) # []
The text was updated successfully, but these errors were encountered:
v0.2.0.3
5657be2
- Issue #46 fixed - LIKE (and all other pql const-s) added to sqllex.constants.sqlite - WHERE type checking fixed - docs update
No branches or pull requests
ABTable.create_table returns empty list instead of None-return
The text was updated successfully, but these errors were encountered: