We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Created from a comment: #1856 (comment)
Hi, @mp911de! Thank you for feature! Please fix documentation file https://github.com/spring-projects/spring-data-relational/blob/main/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/documentation/PersonRepository.java
Line @Query("SELECT * FROM #{tableName} WHERE lastname = :lastname")
@Query("SELECT * FROM #{tableName} WHERE lastname = :lastname")
Expression must be #{#tableName}
#{#tableName}
The text was updated successfully, but these errors were encountered:
55730ea
Fix documentated syntax for tableName in queries.
c40d458
Closes #1999
schauder
No branches or pull requests
Created from a comment: #1856 (comment)
Hi, @mp911de!
Thank you for feature!
Please fix documentation file https://github.com/spring-projects/spring-data-relational/blob/main/spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/documentation/PersonRepository.java
Line
@Query("SELECT * FROM #{tableName} WHERE lastname = :lastname")
Expression must be
#{#tableName}
The text was updated successfully, but these errors were encountered: