Actions
Bug #20891
closedt3lib_db::exec_... - functions use direct mysql-commands
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-08-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
t3lib_db::exec_... - functions use direct function mysql_query()
instead they should use $this->sql_query()
(issue imported from #M11728)
Updated by David Bruchmann over 15 years ago
quoteStr($str, $table),
admin_get_tables(),
admin_get_fields($tableName),
admin_get_keys($tableName),
admin_get_charsets()
are concerned too.
Updated by Marcus Krause over 15 years ago
Use DBAL or adodb if you like to use other DBMSs!
Updated by David Bruchmann over 15 years ago
I see, you don't wanna talk about it.
It's paradox but you're free to talk about that ;-)
I expected some arguments perhaps but a simple opinion is interesting too.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
Actions