Thomas
Thomas
I'd like to have auto-complete for classes that are located in phar files. E.g. currently I'm using: ``` php -r "(new Phar('/libs/phpunit.phar'))->extractTo('/libs/phpunit/');" "intelephense.environment.includePaths": [ "/libs/phpunit/" ], ``` Using the phar...
### Expected behaviour It would be great to support xtrim by minimum id. https://redis.io/commands/xtrim describes: ``` XTRIM mystream MAXLEN 1000 and XTRIM mystream MINID 649085820 ``` ### Actual behaviour From...
Currently I'm not getting any errors/hints for (PDO->prepare())->execute(). It would be nice to have support for (PDO->prepare())->execute(). e.g. ``` $dsn = sprintf('mysql:host=%s;dbname=%s;port=3306;charset=utf8mb4;', 'host', 'database'); $pdo = new PDO($dsn, 'username', 'password',...
### What are you trying to do? Please support GPU acceleration using "AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics" on Linux (Ubuntu 22.04). Newer notebooks are shipped with...
### What happens? I tested duckdb v0.9.2 3c695d7ba9 with latest linux_amd64_gcc4-extensions (https://github.com/duckdb/duckdb_mysql/actions/runs/6863109179 linux_amd64_gcc4-extensions) and mysql 8.0.35. Currently performance in duckdb is lower compared to mysql client. Query results are correct,...