1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 05:37:39 +02:00
This commit is contained in:
David Grudl
2007-04-25 06:48:26 +00:00
parent b7834a3373
commit 799dfcc65e

View File

@@ -307,7 +307,7 @@ class dibi
* @param string SQL statement. * @param string SQL statement.
* @return object|bool Result set object or TRUE on success, FALSE on failure * @return object|bool Result set object or TRUE on success, FALSE on failure
*/ */
static public function nativeQuery($sql); static public function nativeQuery($sql)
{ {
return self::getConnection()->nativeQuery($sql); return self::getConnection()->nativeQuery($sql);
} }