[3.0.x] Refs #31660 -- Fixed annotations.tests crash on MySQL.
Follow up to be7a295141337189b9eceea506489bdfe07f199e.
This commit is contained in:
parent
9ec6eca136
commit
e2cdbc585a
@ -636,7 +636,7 @@ class NonAggregateAnnotationTestCase(TestCase):
|
||||
])
|
||||
|
||||
@skipIf(
|
||||
connection.vendor == 'mysql' and 'ONLY_FULL_GROUP_BY' in connection.sql_mode,
|
||||
connection.vendor == 'mysql',
|
||||
'GROUP BY optimization does not work properly when ONLY_FULL_GROUP_BY '
|
||||
'mode is enabled on MySQL, see #31331.',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user