From 922d0858c619b86de037d4959b4b114fd0849e2c Mon Sep 17 00:00:00 2001 From: Xavier Perseguers Date: Tue, 30 Nov 2010 14:30:39 +0000 Subject: [PATCH] Fixed bug #16491: Provide a pass-through flag for sql_exec() which goes directly to the native MySQL engine git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9688 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 6 +++++- t3lib/class.t3lib_db.php | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 701b7599676d..a29f271dad36 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2010-11-30 Tolleiv Nietsch +2010-11-30 Xavier Perseguers + + * Fixed bug #16491: Provide a pass-through flag for sql_exec() which goes directly to the native MySQL engine + +2010-11-30 Tolleiv Nietsch * Fixed bug #5918: No language overlay with TS select on table pages (Thanks to Fabrizio Branca) diff --git a/t3lib/class.t3lib_db.php b/t3lib/class.t3lib_db.php index cd856751b29f..e2fe0eb15904 100644 --- a/t3lib/class.t3lib_db.php +++ b/t3lib/class.t3lib_db.php @@ -960,6 +960,8 @@ class t3lib_DB { /** * Executes query * mysql_query() wrapper function + * Beware: Use of this method should be avoided as it is experimentally supported by DBAL. You should consider + * using exec_SELECTquery() and similar methods instead. * Usage count/core: 1 * * @param string Query to execute -- 2.20.1