mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Fixed last commit (meant to use backend.vendor, not name, compare to aurora)
This commit is contained in:
@ -346,7 +346,7 @@ public class RDBMSQueryAction extends AbstractRDBMSAction implements QueryInterf
|
||||
{
|
||||
RDBMSBackendMetaData backend = (RDBMSBackendMetaData) queryInput.getBackend();
|
||||
PreparedStatement statement;
|
||||
if("mysql".equals(backend.getVendor()) || "aurora".equals(backend.getName()))
|
||||
if("mysql".equals(backend.getVendor()) || "aurora".equals(backend.getVendor()))
|
||||
{
|
||||
if(!loggedMysqlOptimizationsForStatements)
|
||||
{
|
||||
|
Reference in New Issue
Block a user