-
**Describe the bug**
A clear and concise description of what the bug is.
**Information**
- Newest of Medoo:
- Type of Database (MySQL, SQLite):
- System (Windows):
use [where between or >
-
Hello, the only official website of our Medoo project is https://medoo.in.
The link of http://medoo.lvtao.net is not our website, and it is out-of-date and full of translation error. Would you remo…
-
I'm trying to insert data into a table like this:
```
$database->insert("cart", [
'user_id' => '7',
'created_at' => time()
]);
```
However, I'm facing a problem. When I run this …
-
hi!
There is a problem with RAW when running with CONCAT check my query
$users->select(['idUser','fullName'=>Medoo::raw('CONCAT(,,)')],$where);
this runs correctly and brings information but:
…
osk11 updated
5 years ago
-
**Bug Description**
Security flaw
**Information**
-` $db->insert()`
I noticed JavaScript can be inserted and executed when printed out. Which means Medoo does not use` htmlentities()` function…
-
Hello guys!
First, sorry my English, I speak Portuguese, I'm using Google Translate.
I'm having a problem trying to do an **INSERT**, it's getting succes when it should not:
![image](https://us…
-
**Describe the bug**
I was using PHP 7.0 and I decided to upgrade to version 7.3, I saw that it was giving problems, I went back to version 7.1 and the problem persists.
**Information**
- Version…
-
**Describe the bug**
Installation instructions in the docs contain a typo.
**Information**
- https://medoo.in/api/new
- At **Composer Installation**
The instruction says `composer require c…
-
Add the support for pgsql databases and use redis for caching
-
in action closure ,medoo use "return false" to rollback database. how can i custom a return message