-
When IN has more than 10 values
the 10th will be MeDoO_1_mEdOo10,and replace will use MeDoO_1_mEdOo1 replace it
-
Hey all. Ok, I'm very excited to start using MeDoo - looks like the perfect framework for a lightweight app. However, I'm having an issue with instantiating an instance of Medoo.
I've got Medoo.ph…
-
mysql情况下ATTR_EMULATE_PREPARES设为false的时候has语句永远返回false。还有在1.2版本的时候. count语句也是出错,count函数不能把字符串数字转换为int数字。两年前曾联系过作者,无回复。
-
Table quote can be " by default, and there will be an access to change the quote to other char?
-
Is there an issue with returning columns with same names from different tables? I am unable to return columns:
`$ddata = $database->select("q_text", [
"[>]text_chapter" => ["q_text.chapter_id" => …
-
没有catfan/medoo": "v1.3.5 这个版本了
-
I do not know use the external conditions for Medoo
`
-
i use medoo debug mode and generated sql is here:
SELECT * FROM "orders" WHERE "Order_Status" != 'ONSTART' AND ("Order_System_Date" BETWEEN '۱۳۹۶/۰۳/۲۰' AND '۱۳۹۶/۰۳/۲۱')
but when i copy and past it…
ghost updated
6 years ago
-
Hi, i have a problem with where condition:
`$data = $this->database->select( 'consulenze',
[
"[>
-
In 1.4.4 version howto use AND instead of OR in LIKE condition ?