-
```php
try {
$this->pdo = new PDO($dsn, $config['username'], $config['password']);
//I add this block to avoid exception
if( !in_array($config['driver'],['sqlit…
-
-
Hi I have added device side pdo mapping i.e pdo mapping in slave. The workaround can be seen in "tools"
https://github.com/xdaco/kacanopen-fork/tree/master/tools
xdaco updated
3 years ago
-
The PDO MySQL constant [documentation](https://www.php.net/manual/en/ref.pdo-mysql.php) is inconsistent with the actual constants defined.
`PDO::MYSQL_ATTR_SERVER_PUBLIC_KEY` exists but is not docu…
-
Hello,
I'm working on a patch to use PDO prepared statements in Jelix, to avoid all this escape code and string manuipulation I see almost everywhere in the DAOs.
Do you have any idea on where to st…
-
### Current behavior
Currently, our implementation of DP inheritance works by matching the DP name and having the Inherits option. This doesn't match WinUI
### Expected behavior
In WinUI, it either…
-
I recently reported an issue with named parameter bindings to the snowflake pdo driver but after a bit more digging it looks like the issue might actually be with this package.
Please see this issu…
-
Is there going to be any updates to your PDO driver support to include parameter binding?
-
See [PHP: PDO::errorCode - Manual](https://php.net/manual/en/pdo.errorcode.php)
-
### What happened?
Since Matomo 5 we're seeing 3-6 times per day below fatal errors. We're currently on 5.0.0-rc9. This did not happen in Matomo 4 or only very rarely. There must have been some chang…