mirror of
https://github.com/dg/dibi.git
synced 2025-08-11 16:44:30 +02:00
fetch(), fetchSingle(), getAffectedRows(), getInsertId() return NULL instead of FALSE on error (BC break)
This commit is contained in:
@@ -25,7 +25,7 @@ class MockDriver extends Dibi\Drivers\SqlsrvDriver
|
||||
|
||||
function fetch($assoc)
|
||||
{
|
||||
return FALSE;
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user