-
**Describe the bug**
when i run a select statement i can't see the error info with `$database->error()` function.
**Information**
- Version of Medoo is: 1.7
- Type of Database (MySQL):
- System…
-
Hello,
Loving Medoo so far. I'm building out pagination and can't figure out how to add `SQL_CALC_FOUND_ROWS` to my `select()` query. What's the recommended approach (without requiring a separate `…
-
Hello, in php function I use the same sql query for several context that evolves according to the parameters passed to the function.
For the moment I have not found how to transpose this request wi…
-
1.7.6 debug()->select()
php:Call to a member function fetchAll() on boolean
php version:7.1.23
debug() return false
hyyyp updated
4 years ago
-
**Information**
- Version of Medoo: latest
- Type of Database (MySQL, MSSQL, SQLite...): MySQL
- System (Liunx\Windows\Mac): Linux
**Detail Code**
```php
$database->insert("account", $row1); …
-
I have a standard query that has a NOT IN (select) but when I print_r($dataAry) it gives me duplicate info (see below). Any ideas?
```
$dataAry = $db->query("SELECT item_number,item_name,item_type_i…
-
I encountered a problem
$values = '5,2,4';
$result = $database->select('movie','*',[
"OR" => [
"id" => explode(',',$values),
]
]);
output 2,4,5 !!
…
-
Unable to connect to Digital Ocean managed database, hope someone is able to help me.
**Information**
- Version of Medoo: **1.7.3**
- Type of Database : **MySQL**
- System: Linux Ubuntu -> Plesk…
-
If i start in daemon mode i see it in console
```
xxxx@xxxx:/var/www/html/xxxx$ sudo php websocket.php start -d
Workerman[websocket.php] start in DAEMON mode
Unknown: send of 5 bytes failed with e…
-
启动爬虫出现
PDOException : SQLSTATE[HY000] [2002] ����Ŀ�����������ܾ�������ӡ
…