-
Notifications
You must be signed in to change notification settings - Fork 27
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
SQLPro for SQLite display a column value as NULL when a value is not null. #990
Comments
Any chance you could provide the database, or even a create a database which this can be reproduced with? |
Thought you might need that. Here are two files in a zip archive:
BiblesCopyV.sqlite - the database
QueryInput.txt - the file to use in CL sqlite3 with the .read command
If you run the following query immediately in SQLPro, it shows several nulls in the Scripture column. Running the same query in sqlite3 shows the correct values.
select verseNumber, scripture from verses
where bibleid=206
and book=66
and chapter=19
and versenumber between 1 and 20
If you copy the update commands from the QueryInput file and run them in SQLPro, and then check the above query, the nulls are gone.
Run the .read command in sqlite3, reload db in SQLPro and run the above query, and the nulls are back.

Note: I truncated most of the db file and then VACUUMed it. The issue remains.
Regards,
Chip.
… On Jun 9, 2024, at 7:02 AM, Kyle Hankinson ***@***.***> wrote:
Any chance you could provide the database, or even a create a database which this can be reproduced with?
—
Reply to this email directly, view it on GitHub <#990 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABCXQG35URUM6L6JUZ4OFI3ZGQY25AVCNFSM6AAAAABI66R6KKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWGQ2DGNZTGA>.
You are receiving this because you authored the thread.
|
Kyle,
Can you confirm you received my files? The first time, it bounced back saying the files were too large. I zipped them and resent.
Thanks,
Chip.
… On Jun 9, 2024, at 7:02 AM, Kyle Hankinson ***@***.***> wrote:
Any chance you could provide the database, or even a create a database which this can be reproduced with?
—
Reply to this email directly, view it on GitHub <#990 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABCXQG35URUM6L6JUZ4OFI3ZGQY25AVCNFSM6AAAAABI66R6KKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWGQ2DGNZTGA>.
You are receiving this because you authored the thread.
|
Hi, not received - could you email them to kyle @ hankinsoft.com? Thanks! |
Hi - could you try: And let me know if that sorts it out? If so, I will get the Mac app store version updated as well. |
Kyle,
Yes, that fixed it. I suspect it has something to do with the quotation marks used on those records? I noticed they didn’t seem to be the normal unicode versions of the curly quotes.
Thanks for the quick response. It took a while to drill down to find this issue. And thanks for a great product.
Regards,
Chip.
… On Jun 10, 2024, at 11:33 AM, Kyle Hankinson ***@***.***> wrote:
Hi - could you try:
https://sqlprostudio.s3.us-east-1.amazonaws.com/sqlite/SQLProSQLite.2024.31.app.zip
And let me know if that sorts it out? If so, I will get the Mac app store version updated as well.
—
Reply to this email directly, view it on GitHub <#990 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABCXQG7GFEAH5PMDWR5PQCLZGXBK7AVCNFSM6AAAAABI66R6KKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJYGY3TCMRVGA>.
You are receiving this because you authored the thread.
|
Awesome, glad to hear it. Yep, it was to do with the quotes. The App Store build is available now as well. If you happen to get the chance, would you consider leaving a rating or review on the App Store? As an independent developer, they help me out a ton. Please let me know if you have any other issues. |
Thanks again. Got the update and left a review!
… On Jun 12, 2024, at 7:45 AM, Kyle Hankinson ***@***.***> wrote:
Awesome, glad to hear it. Yep, it was to do with the quotes. The App Store build is available now as well. If you happen to get the chance, would you consider leaving a rating or review on the App Store? As an independent developer, they help me out a ton. Please let me know if you have any other issues.
—
Reply to this email directly, view it on GitHub <#990 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABCXQGZG676P6PXAVFADCHDZHAYGLAVCNFSM6AAAAABI66R6KKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRSHAYDENZTGU>.
You are receiving this because you authored the thread.
|
Describe the bug
SQLPro is displaying values in a column as NULL when the value is not null.
To Reproduce
This is certainly a strange bug.
Other notes:
Expected behavior
When records are updated outside SQLPro, the value should be displayed in SQLPro.
Screenshots
The first screen shot shows the command I use in SQLite to update the database with a query showing a value.
The second screen shot shows the query from the same db returning the 8 updated records. All 8 records were updated and should return results, but records 1,2,3,5,6 show NULL.
Environment details (please complete the following information):
The text was updated successfully, but these errors were encountered: