Skip to content
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

Fix SQLSTATE[42S22]1054 Unknown column... .id #99

Closed
cable8mm opened this issue Jan 6, 2025 · 0 comments · Fixed by #100
Closed

Fix SQLSTATE[42S22]1054 Unknown column... .id #99

cable8mm opened this issue Jan 6, 2025 · 0 comments · Fixed by #100
Assignees
Labels
bug Something isn't working

Comments

@cable8mm
Copy link
Owner

cable8mm commented Jan 6, 2025

PHP Version

8.3

Description

It was not working when there wasn't ID(primary key).

Steps To Reproduce

  1. Make a table without id(primary key)
  2. Make nova resource
  3. A error occured
@cable8mm cable8mm added the bug Something isn't working label Jan 6, 2025
@cable8mm cable8mm self-assigned this Jan 6, 2025
cable8mm added a commit that referenced this issue Jan 7, 2025
* Fix a error when no primary key in a table

* Rearrange issue template sections order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant