-
Notifications
You must be signed in to change notification settings - Fork 130
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
Query always returns undefined
.
#354
Comments
Tried using a "raw" query: SELECT messages FROM guild_members WHERE did='91616138860978176'; This returns a big error, even though the query runs just fine in PhpMyAdmin.
|
Appears this may be the same issue as #107. |
Tested with the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hii there,
When I try to run a query in my app, the ORM always returns a value of
undefined
, despite the entry existing in my database.This is my Model:
And the code I try to execute for the query:
In the first pass, it creates the row just fine, however, in the second pass, it just tries to insert it again.
Am I doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered: