-
**Information**
- Version of Medoo: 2.1.0
- Type of Database (MySQL, MSSQL, SQLite...): MySQL 8
- System (Liunx\Windows\Mac): Centos 7.9
**Describe the Problem**
Uncaught InvalidArgumentExcepti…
-
**Information**
- Version of Medoo: Latest
- Type of Database (MySQL, MSSQL, SQLite...): Sqlite
- System (Liunx\Windows\Mac): Linux
**Describe the Problem**
Undefined array key "server" in /hea…
-
**Information**
- Version of Medoo:2.10
- Type of Database (MySQL, MSSQL, SQLite...):oracle11g
- System (Liunx\Windows\Mac):
**Describe the Problem**
oracle error set not use
**Detail Code*…
-
class 'Medoo\Medoo' does not have a method 'distinct
-
Amigo, ao executar o link sem banco de dados, ele me retorna este erro.
Fatal error: Uncaught Error: Call to a member function fetchColumn() on bool in /home/grupolara/public_html/n21/class/medoo.php…
-
**Describe the bug**
The variables $ options ['database_name'] and $ options ['server'] on lines 215 and 216 in the constructor function give the following error when a connection is made with PDO.
…
-
Hello, so I tried to connect Medoo to my database but it did not work at all. I used the official instructions on the official site, but this part did not work for me
```
$database = new Medoo([
…
-
> Just use the raw object with two parameters.
>
> ```
> 'date' => Medoo::raw("BETWEEN to_date(:today1, 'YYYY-MM-DD') AND to_date(:today2, 'YYYY-MM-DD')", [
> ':today1' => $today1,
> ':…
-
Just use the raw object with two parameters.
```php
'date' => Medoo::raw("BETWEEN to_date(:today1, 'YYYY-MM-DD') AND to_date(:today2, 'YYYY-MM-DD')", [
':today1' => $today1,
':today2' =…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Information**
- Version of Medoo:1.7.10
- Type of Database (MySQL, MSSQL, SQLite...):oracle11g
- System (Liunx\Windows…