sneakyimp

Results 7 issues of sneakyimp

**Describe the bug** I am migrating some CI3 code to CI4 and apparently the `Builder::where` functionality doesn't properly detect a LIKE operator unless it also includes the pattern to be...

bug
database

**Describe the bug** It is not entirely clear what the return value of [BaseUtils::optimizeTable](https://github.com/codeigniter4/CodeIgniter4/blob/develop/system/Database/BaseUtils.php#L126) is supposed to be, but from its usage in tests/system/Database/Live/DBUtilsTest, it appears to be cast as...

bug
database

This github project doesn't provide any implementation examples. Those would be most helpful.

I have encountered what appears to be a problem in the phpunit.xml file in the latest `develop` branch of CI3. I posted [another issue](https://github.com/bcit-ci/CodeIgniter/issues/6202) that the README file in the...

The [README file in the tests folder](https://github.com/bcit-ci/CodeIgniter/tree/develop/tests#codeigniter-unit-tests) outlines a process which no longer works. In particular, the first command doesn't work: ```bash pear channel-discover pear.phpunit.de ``` It fails, the error...

I have carefully followed the [instructions for manually compiling the Tensor extension](https://github.com/RubixML/Tensor#optional-to-compile-extension). `make` failed with output ending in the following errors: ```text /home/sneakyimp/biz/machine-learning/tensor/Tensor/ext/kernel/main.c: In function ‘zephir_function_exists’: /home/sneakyimp/biz/machine-learning/tensor/Tensor/ext/kernel/main.c:285:101: warning: comparison between...

OK at a very inopportune moment, I learn that this third party library just doesn't work on one of my servers that badly needs these password hash functions. my code:...