Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gastaldi/hibernate-any-clause-bug


https://github.com/gastaldi/hibernate-any-clause-bug

Last synced: 5 days ago
JSON representation

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
```