-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Commit 6294fc7
Changed "exact" matches in MySQL to use the database's native collation.
This effectively reverses the change in [7798]. It was proving too difficult to
successfully manage all the side effects here and provide a satisfactory
solution for everybody. Many thanks to arne, Martin von Löwis and, particular,
Karen Tracey, for doing a lot of research and proto-patches here to establish what was possible and practical.
This is backwards incompatible if you were relying on the behaviour after
[7798]. The docs have been updated to indicate the solution.
Refs #2170, #7789, #8102.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8319 bcc190cf-cafb-0310-a4f2-bffc1f526a371 parent ca71eac commit 6294fc7
File tree
3 files changed
+15
-8
lines changed- django/db/backends/mysql
- docs
- tests/regressiontests/string_lookup
3 files changed
+15
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 | - | ||
156 | + | ||
157 | 157 |
| |
158 | - | ||
158 | + | ||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1327 | 1327 |
| |
1328 | 1328 |
| |
1329 | 1329 |
| |
1330 | + | ||
1331 | + | ||
1332 | + | ||
1333 | + | ||
1334 | + | ||
1335 | + | ||
1336 | + | ||
1337 | + | ||
1338 | + | ||
1339 | + | ||
1340 | + | ||
1341 | + | ||
1342 | + | ||
1330 | 1343 |
| |
1331 | 1344 |
| |
1332 | 1345 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | - | ||
101 | - | ||
102 | - | ||
103 | - | ||
104 | - | ||
105 | - | ||
106 | 100 |
| |
107 | 101 |
| |
108 | 102 |
| |
|
0 commit comments