-
jelko updated
3 years ago
-
How do you escape a space in a column name so Medoo doesn't sanitize out everything after the space?
I'm trying to query a table that has multiple column names with a space in them. I'm using MSSQL…
-
看了文档执行原生SQL的地方:
use Hyperf\DbConnection\Db;
$inserted = Db::insert('INSERT INTO user (id, name) VALUES (?, ?)', [1, 'Hyperf']); // 返回是否成功 bool
$affected = Db::update('UPDATE user set name = ? W…
-
Hi,
I just found when string ended with a back slash symbol, insertion to mysql fails for syntax error. With sqlite engine, no error occurs for same table and row data.
The error can be reproduced…
-
Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) in /var/www/html/brasil-wow/application/vendor/catfan/medoo/src/Medoo.php:323…
-
**Describe the bug**
```
string(58) "preg_match() expects parameter 2 to be string, array given"
string(1935) "#0 [internal function]: flight\Engine->handleError(2, 'preg_match() ex...', '/www/wwwr…
-
Hi,
I found sqlite engine stop working after the latest update. This code snippet will not create the db file. If I run it with earlier version to create the db file, and run it again with 0.0.6, `…
-
Hola, como puedo controlar el timeout de mi conexion a sql server?
$db = new Medoo([
'database_type' => 'mysql',
'database_name' => 'portal',
'server' => '192.168.10.4',
'…
-
After completing the registered account, log in the game prompt: "The account is locked, but can be unlocked"
Thank you for providing such a great sharing. In the TrinityCore3.5(2020.08.17) applica…
sw586 updated
4 years ago
-
Hello,
I'm trying to access my database inside my.dropdowns. For this I use [Medoo class ](http://medoo.in). I have an external config file like this:
```
require_once('Medoo.php');
use Medoo\M…