Bug #23424
Enhance t3lib_db_PreparedStatement
Status: | Resolved | Start date: | 2010-08-22 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Xavier Perseguers | % Done: | 0% |
|
Category: | Database API | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.5 | Is Regression: | ||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
Description
Branch: trunk
Problem:
It is not possible to pass named parameters to execute().
Additonally it would be good to add more checks for parameters and throw execptions if they're used in a wrong way.
Soution:
Add the possibility of named parameters to execute() and add more checks and exceptions.
(issue imported from #M15527)
Related issues
History
#1 Updated by Xavier Perseguers almost 5 years ago
Committed to trunk (rev. 8645)