-
Hello,
Today I wanted to make an update to the latest version, the following code has always worked, but now it doesn't work anymore:
`$getEntrys = $db->select($tableName, "*", Medoo::raw("WHERE …
-
There are some errors, prompt the following information, please tell me how to solve it?
`
Fatal error: Uncaught PDOException: SQLSTATE[HY000] [14] unable to open database file in /www/wwwroot/api…
ghost updated
4 years ago
-
I tried to deploy this on an Ubuntu 18.04 server, and the instructions are extremely unclear. Simply installing the repo into /var/www/html doesn't work, website fails to handle request. Turning on de…
-
I get this error:
host Localhost cant proccess your current request
HTTP ERROR 500
kicho updated
4 years ago
-
I tried to get some cyrillic data from MySQL test database, but instead of my data I got "??? ????? ??????". I tried on two different servers(MacOS and Debian) - the situation is the same.
-
例如我想查询group_concat(field) 或者 find_in_set(str,strs) 。好象不能实现。因为并不想直接使用原生sql.谢谢。
-
**Describe the bug**
`$database->id()` returns `NULL` even after a successful `insert()`
**Information**
- Version of Medoo: **1.7.10**
- Type of Database: **MariaDB**
- System: **Windows 10 …
-
select uid,name where uid in (10,20,30) and find_in_set('1', type)
-
Tried to deploy to an Ubuntu 18.04 server, had a lot more setup to do only to be thrown PHP errors. Are there more detailed compile instructions?
-
楼主您好,请问new Medoo()的时候, postgresql 如何添加“模式”参数?我阅读了源码,好像是没有类似“模式”的参数
--------------Translated by Google
Hello, how do you add "mode" parameters to PostgreSQL during new Medoo ()? I read the source c…