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

it's works with sqlite3 text? #276

Open
agent666 opened this issue Dec 16, 2020 · 0 comments
Open

it's works with sqlite3 text? #276

agent666 opened this issue Dec 16, 2020 · 0 comments

Comments

@agent666
Copy link

@agent666 agent666 commented Dec 16, 2020

I made a misstake and wrote one line wrong of your simple testing code. The line in your example was:
query = """CREATE TABLE HighScores (id INTEGER PRIMARY KEY, name VARCHAR(100), score INTEGER)"""

But i wrote:
query = """CREATE TABLE HighScores (id INTEGER PRIMARY KEY, name text(100), score INTEGER)"""
And it look likes the database works fine..? So it is possible to use sqlite3 data types to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant