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
1.5.2是好的,1.6.1和1.7.0报错,看1.7已经合了#5307 , 但目前还是报错
org.springframework.jdbc.BadSqlGrammarException: ### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'usage, warehouse_code FROM borrow WHERE (id) in ( (937) )' at line 1
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
debug BaseTransactionalExecutor#buildTableRecords 519行看下selectSQLJoin的tostring内容
这个地方将插入列的转义符去掉了,这应该是个bug,临时解决方案就是将ONLY_CARE_UPDATE_COLUMNS改为false
funky-eyes
No branches or pull requests
1.5.2是好的,1.6.1和1.7.0报错,看1.7已经合了#5307 , 但目前还是报错
The text was updated successfully, but these errors were encountered: