-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
sqlite: parseColumnType gives a warning #315
Comments
Can you dump what |
My bad, this is not a bug. One of my tables (a different one) was missing a type on a column, which I discovered with
When I add the type it all works fine, sorry for false alarm. Thanks for the pointer and for your work, David! |
dg
added a commit
that referenced
this issue
Dec 27, 2024
dg
added a commit
that referenced
this issue
Jan 9, 2025
dg
added a commit
that referenced
this issue
Jan 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 3.2.5
Bug Description
When I upgrade to 3.2.5 from 3.2.0 database layer starts throwing exceptions. I am using sqlite db with Database explorer.
First it gives a warning in parseColumnType:
Warning
Undefined array key 1
Then if skipped, throws a TypeError:
TypeError
strtoupper(): Argument # 1 ($string) must be of type string, null given
I attach a stack trace and table description.
Steps To Reproduce
A select/insert into sqlite both produce this error.
call_stack.txt
Offering to help
I can try to prepare a PR if you point me in the right direction (very new to nette)
The text was updated successfully, but these errors were encountered: