Dreller

Results 3 issues of Dreller

Not possible to use DESCRIBE keyword within rawQuery. PHP returns an error about an undefined index $table[0].

Trying to get all fields in a table, I have an error saying Undefined index 0 on MysqliDb.php, line 559. I am using `rawQuery("DESCRIBE table-name");`. Looks like rawAddPrefix is not...

I got this message when I use the Class: ```html Deprecated : Return type of MareiCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be...