Bug #29595
closedUpdate of a DB record via extbase fails on MSSQL
0%
Description
I have an extbase extension with model and repository. When I try to update an entry via extbase repositiory update() function it fails as soon as there are special umlauts in the entry.
When I overwrite the update() function in my repository and update the entry via GLOBAL_DB->execUPDATEquery it works. The field/column with the umlauts is of type varchar.
In my opinion either extbase repsitory or at the end DBAL does not respect/convert umlauts in the update.
By the way: When the update fails, a new entry is created. The add() function seems not to have the problem with umlauts...
Updated by Xavier Perseguers about 13 years ago
- Status changed from New to Needs Feedback
You mean you have a column in your DB with umlaut? This is totally unsane! Even if this is authorized...
Updated by Markus Klein almost 11 years ago
This can be closed due to no feedback within 90 days
Updated by Michael Stucki almost 11 years ago
- Project changed from 329 to TYPO3 Core
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
- TYPO3 Version set to 4.5