Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gastaldi/hibernate-any-clause-bug
https://github.com/gastaldi/hibernate-any-clause-bug
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gastaldi/hibernate-any-clause-bug
- Owner: gastaldi
- Created: 2022-08-18T16:49:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T16:53:58.000Z (over 2 years ago)
- Last Synced: 2024-11-08T09:47:35.962Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Support for ANY clause in Hibernate native queries
This project reproduces the `ERROR: op ANY/ALL (array) requires array on right side` error when using the `ANY` clause with Hibernate.
## Testing
Use the following command to run the tests, make sure you have Docker installed (to start the PostgreSQL DB) :
```bash
mvn test
```