-
Notifications
You must be signed in to change notification settings - Fork 714
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
Can I use JOIN? #608
Comments
Sorry, I was wrong. I was trying to join, but it was closing the app. I thought it was because of the join, but the problem was encoding iso8859-1. After several tests, I found a bug and switched encode to UTF8 in the database. Now, join working very well.
|
Thanks @calraiden. My understanding is that a sqlite database normally has UTF-8 or UTF-16 encoding as described in:
and a sqlite database would have UTF-8 encoding by default:
I marked this as a documentation item. |
FYI I raised #652 to fix the Windows platform version to use UTF-8 encoding by default (Android/iOS/macOS platform versions already use UTF-8 encoding by default). |
Hi, I'm starting in the ionic and would like to use with sqlite, but don't found examples with JOIN.
Is it possible?
Example:
The text was updated successfully, but these errors were encountered: