netliomax25-code opened a new pull request, #2583: URL: https://github.com/apache/groovy/pull/2583
DataSet(Sql, Class) lowercases the table name from the type's simple name with the default locale on DataSet.java:107, so under a Turkish locale a class like Item produces the SQL `select * from ıtem`. Pass Locale.ROOT, matching the GROOVY-12055 fixes in Sql and ResultSetMetaDataWrapper. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
