-
Hello, it's possible in the next release to add a GROUP BY criteria in select query ?
-
How to write DSN Connection in medoo. I am using MSSQL server.
$database = new medoo([
'dsn' => [
'driver' => 'SQLSERVER',
'server' => '.',
…
-
last_query() 方法废弃了吗?文档上写的有last_query()方法,但是代码中却没有
-
database继承Medoo,Medoo在实例PDO时有option、cammand等参数,比如option用于PDO::setAttribute()来设定PDO的一些预常量,常见的如$this->pdo->setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_EXCEPTION),在$db->exec($query)时如果$query错误才会抛出异常。建议在p…
-
Am using Medoo Version 1.4.3. Am trying to create table by using **query** api but getting error as
`Fatal error: Uncaught Error: Call to a member function execute() on boolean in C:\xampp\htdocs\te…
-
My file
``
Result
> array(1) {
[0]=>
string(67) "INSERT INTO "api_token" ("emp_number", "token") VALUES ('10', '10')"
}
Issue:
While there is emp_number is 75 it is taking …
-
Fatal error: Uncaught exception 'Exception' with message 'SQLSTATE[HY000] [1044] Access denied for user 'clipbrd'@'localhost' to database 'clipbrd0'' in /var/www/XXXXXXXXXXXXX/medoo_mysql.php:152 Stac…
-
after execute project with medoo, PHP error log store this:
PHP Warning: Error while sending QUERY packet. PID=237174 in /medoo.php on line 183
-
is there a way to use a where statement for the current year like
`WHERE YEAR(START_DATE) = YEAR(CURDATE()` in medoo?
-
Hi, I'm trying to use Carbon to manage registration users but date is empty when I run sql statement, this is the carbon date:
`$now = Carbon::now('America/Monterrey');`
So in my PHP function lo…