SQL view creating on PostgreSQL but not on H2
I am having trouble to create a view on H2 database used for my Spring Boot tests.
The view is created fine on regular startup using a PostgreSQL database but fails with the following error with H2:
SQL view creating on PostgreSQL but not on H2
I am having trouble to create a view on H2 database used for my Spring Boot tests.
The view is created fine on regular startup using a PostgreSQL database but fails with the following error with H2:
SQL view creating on PostgreSQL but not on H2
I am having trouble to create a view on H2 database used for my Spring Boot tests.
The view is created fine on regular startup using a PostgreSQL database but fails with the following error with H2:
SQL view creating on PostgreSQL but not on H2
I am having trouble to create a view on H2 database used for my Spring Boot tests.
The view is created fine on regular startup using a PostgreSQL database but fails with the following error with H2:
SQL view creating on PostgreSQL but not on H2
I am having trouble to create a view on H2 database used for my Spring Boot tests.
The view is created fine on regular startup using a PostgreSQL database but fails with the following error with H2:
SQL view creating on PostgreSQL but not on H2
I am having trouble to create a view on H2 database used for my Spring Boot tests.
The view is created fine on regular startup using a PostgreSQL database but fails with the following error with H2:
Insert New Line In Spring Boot H2 Test
I try to create a SpringBootTest
with h2
database and before that I try to initialize some sql data.