Bug #44520

Case-sensitivity switch for Query::equals() is not implemented

Added by Karsten Dambekalns over 2 years ago. Updated over 1 year ago.

Status:Resolved Start date:2013-01-14
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Persistence
Target version:TYPO3 Flow Base Distribution - 2.0
PHP Version: Complexity:
Has patch:No Affected Flow version:(any)

Related issues

blocks TYPO3.Flow - Bug #44521: ObjectPathMappingRepository always checks case-sensitive Resolved 2013-01-14

Associated revisions

Revision 61ae4455
Added by Karsten Dambekalns over 2 years ago

[BUGFIX] Implement case-sensitivity switch for Query::equals()

That was left as a todo and never done. Now it is possible to check
case-insensitive. Checking case-sensitive works depending on database
support, it can only be done if the database allows for case-sensitive
checking.

The change also trivially solves a todo about NULL checking in equals().

Change-Id: I50d3f31f8ad528d558febfde14a0bae62ca34f1d
Fixes: #44520
Releases: master, 2.0

Revision 29513521
Added by Karsten Dambekalns over 2 years ago

[BUGFIX] Implement case-sensitivity switch for Query::equals()

That was left as a todo and never done. Now it is possible to check
case-insensitive. Checking case-sensitive works depending on database
support, it can only be done if the database allows for case-sensitive
checking.

The change also trivially solves a todo about NULL checking in equals().

Change-Id: I50d3f31f8ad528d558febfde14a0bae62ca34f1d
Fixes: #44520
Releases: master, 2.0

History

#1 Updated by Karsten Dambekalns over 2 years ago

  • Status changed from Accepted to Under Review

#2 Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/19091

#3 Updated by Karsten Dambekalns over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

#4 Updated by Kim Lang over 1 year ago

The like Function is also affected.

#5 Updated by Karsten Dambekalns over 1 year ago

Kim Lang wrote:

The like Function is also affected.

See https://review.typo3.org/24368 for a change that fixes this.

Also available in: Atom PDF