Skip to content

Commit bdd3aed

Browse files
committed
fix sql
1 parent ac69958 commit bdd3aed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system/Database/Live/MySQLi/RawSqlTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ protected function addSqlFunction()
4646

4747
$sql = "CREATE FUNCTION setDateTime ( setDate varchar(20) )
4848
RETURNS DATETIME
49+
READS SQL DATA
50+
DETERMINISTIC
4951
BEGIN
5052
RETURN CONVERT(CONCAT(setDate,' ','01:01:11'), DATETIME);
5153
END;";

0 commit comments

Comments
 (0)