Replies: 2 comments
-
the follow is sql log:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Are the other fields properly populated? Is it just What response do you get from the database when you try to manually run that query? Not having a primary key in the table might be causing an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a table:
![image](https://user-images.githubusercontent.com/9336471/146119414-b631ad67-4942-41ad-9be9-90a1828fc67c.png)
when insert a row:
it returns true but the
siteid
in table is 0;phalcon version: 3.4.5
Beta Was this translation helpful? Give feedback.
All reactions