fix: OdbcResultset not found
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
namespace Bsr\Db;
|
||||
|
||||
use Bsr\Db\Exception\SqlException;
|
||||
use Gbili\Db\Req\Req;
|
||||
use Gbili\PDOWithFilters\PDOWithFilters;
|
||||
|
||||
class Connection
|
||||
@@ -43,7 +42,7 @@ class Connection
|
||||
|
||||
$statement->closeCursor();
|
||||
|
||||
return new OdbcResultset($rows);
|
||||
return new OdbcResultSet($rows);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user