mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 21:58:10 +02:00
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user