generated wrong sql [DATAJDBC-585] #806
Labels
in: repository
Repositories abstraction
status: duplicate
A duplicate of another issue
type: bug
A general bug
jiahua-lan opened DATAJDBC-585 and commented
The main code is as follows:
I used schema.sql to create the database table, and used the data.sql file to initialize the data. I confirmed through h2-console that the people table exists and that the table contains a piece of data.
When running the test case, the generated sql is as follows:
The exception information is as follows:
I think the sql generated by spring data jdbc is wrong, because generally speaking, the generated sql should look like this:
Affects: 2.0.2 (Neumann SR2)
Issue Links:
("duplicates")
The text was updated successfully, but these errors were encountered: