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

attempt to use book as table name #2918

Closed
wants to merge 4 commits into from
Closed

attempt to use book as table name #2918

wants to merge 4 commits into from

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented Apr 25, 2024

It fails with:

io.micronaut.data.exceptions.DataAccessException: Error executing PERSIST: Column "FRAMEWORK" not found; SQL statement:
INSERT INTO `book` (`title`,`framework`) VALUES (?,?) [42122-224]

sdelamo added 3 commits April 25, 2024 16:48
It fails with:

io.micronaut.data.exceptions.DataAccessException: Error executing PERSIST: Column "FRAMEWORK" not found; SQL statement:
INSERT INTO `book` (`title`,`framework`) VALUES (?,?) [42122-224]
@sdelamo sdelamo requested a review from dstepanov April 25, 2024 17:18
@sdelamo sdelamo removed the request for review from dstepanov April 25, 2024 17:19
@sdelamo sdelamo linked an issue Apr 25, 2024 that may be closed by this pull request
@sdelamo sdelamo closed this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Support Multitenancy via discriminator column
2 participants