Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to fix scruitinizer coverage+code coverage badge | Davey Shafik | 2020-10-27 | 1 | -0/+3 |
| | |||||
* | Add limited offset support to mysql_fetch_field() | Davey Shafik | 2020-10-27 | 1 | -6/+148 |
| | | | | `mysqli` seems to reuse the result objects and doesn't support this feature directly, making this feature very brittle. It should be avoided. | ||||
* | Add missing warning from mysql_fetch_field() | Davey Shafik | 2020-10-27 | 1 | -6/+5 |
| | |||||
* | s/char/string | Davey Shafik | 2020-10-27 | 1 | -2/+2 |
| | |||||
* | s/varchar/string | Davey Shafik | 2020-10-27 | 1 | -8/+8 |
| | |||||
* | mysql_fetch_field() returns a string for type | Davey Shafik | 2020-10-27 | 1 | -12/+12 |
| | |||||
* | Correctly check error messages in test_mysql_function_invalid_result() | Davey Shafik | 2020-10-27 | 1 | -2/+1 |
| | |||||
* | Remove socket test | Davey Shafik | 2020-10-27 | 1 | -13/+0 |
| | |||||
* | Try to fix mysql_fetch_object() test on PHP 5.6 | Davey Shafik | 2020-10-27 | 1 | -8/+20 |
| | |||||
* | Try to fix mysql_fetch_object() and mysql_connect() with socket tests | Davey Shafik | 2020-10-27 | 1 | -2/+2 |
| | |||||
* | Use tear_down and tear_down_after_class | Davey Shafik | 2020-10-27 | 1 | -2/+2 |
| | |||||
* | Remote extraneous var_dump() | Davey Shafik | 2020-10-27 | 1 | -1/+0 |
| | |||||
* | Use Yoast/PHPUnit-polyfills, add more tests | Davey Shafik | 2020-10-27 | 1 | -28/+123 |
| | |||||
* | Test check_valid_result function backtrace individually | Fernando da Silva Sousa | 2020-10-23 | 1 | -0/+7 |
| | |||||
* | Add asserts about invalid results backtracing correctly | Fernando da Silva Sousa | 2020-10-23 | 1 | -0/+2 |
| | |||||
* | Add tests for mysql_fetch_field() | Davey Shafik | 2020-08-11 | 1 | -21/+141 |
| | |||||
* | Update to PHPUnit 8.x | Davey Shafik | 2020-08-11 | 1 | -105/+52 |
| | |||||
* | Try to fix tests | Davey Shafik | 2020-08-11 | 2 | -83/+16 |
| | |||||
* | Some minor updates to tests to enable it to work inside CodeSpaces | Davey Shafik | 2020-08-11 | 2 | -16/+28 |
| | |||||
* | Fix tests on Windows | Davey Shafik | 2017-01-10 | 1 | -6/+6 |
| | |||||
* | Fix CS | Davey Shafik | 2017-01-10 | 1 | -8/+11 |
| | |||||
* | Add initial support for AppVeyor | Davey Shafik | 2017-01-10 | 1 | -13/+19 |
| | |||||
* | Test for UTF-8 support | Davey Shafik | 2017-01-10 | 1 | -7/+93 |
| | |||||
* | Code cleanup | Davey Shafik | 2017-01-08 | 1 | -212/+206 |
| | |||||
* | Add third argument to `mysql_db_name()` | Davey Shafik | 2017-01-08 | 1 | -5/+12 |
| | | | | Fixes #23 | ||||
* | Fix tests on earlier versions of PHP/PHPUnit | Davey Shafik | 2017-01-08 | 1 | -135/+144 |
| | |||||
* | Add comments | Davey Shafik | 2017-01-08 | 1 | -3/+17 |
| | |||||
* | Add/update file header comments | Davey Shafik | 2017-01-08 | 2 | -6/+13 |
| | |||||
* | Don't trigger weird behavior in PHP 5.6 with extraneous args | Davey Shafik | 2016-10-03 | 1 | -4/+11 |
| | |||||
* | Added the result type to the mysql_fetch_array function (#16) | Swen van Zanten | 2016-10-03 | 1 | -3/+14 |
| | | | | | | * Added the result type to the mysql_fetch_array function * Changed the 'resultType' variable to camelCase, added extra tests * Fixed the mysql_fetch tests | ||||
* | Test for false when `mysql_connect()` fails | Davey Shafik | 2016-10-03 | 1 | -1/+7 |
| | | | | Refs #15 | ||||
* | Add tests for #13 | Davey Shafik | 2016-07-03 | 1 | -29/+111 |
| | |||||
* | Reset field pointer before iterating | Davey Shafik | 2016-03-10 | 1 | -0/+50 |
| | | | | Fixes #7 | ||||
* | Fix tests, better HHVM skipping exception handling | Davey Shafik | 2016-02-05 | 1 | -25/+15 |
| | |||||
* | Use `\SebastianBergmann\Environment\Runtime->isHHVM()` | Davey Shafik | 2016-02-03 | 1 | -1/+11 |
| | |||||
* | add unit test for mysqli defaults | Gordon Franke | 2016-02-03 | 1 | -0/+13 |
| | |||||
* | Fixup tests for HHVM | Davey Shafik | 2016-02-02 | 1 | -26/+49 |
| | |||||
* | Fixup tests for HHVM | Davey Shafik | 2016-02-02 | 1 | -34/+30 |
| | |||||
* | Fix escaping not copying non-escapeable chars to the escaped string | Davey Shafik | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Allow for different MySQL forks (e.g. MariaDB) | Davey Shafik | 2016-02-02 | 1 | -5/+3 |
| | |||||
* | Add forward-compatible annotation | Davey Shafik | 2016-02-02 | 1 | -1/+4 |
| | |||||
* | Add/Fix all constants | Davey Shafik | 2016-02-02 | 1 | -0/+18 |
| | |||||
* | Fix return values for `mysql_fetch_*` functions | Davey Shafik | 2016-02-02 | 1 | -2/+34 |
| | | | | | | The methods `mysql_fetch_* and `mysqli_fetch_*` have different return values, if there is no [more] results to fetch. Therefore the **null** return value of `mysqli` needs to be matched to the **false** return value of `mysql`. Thanks to @muhammedalialat | ||||
* | Skip some tests on HHVM where behavior differs from PHP | Davey Shafik | 2015-12-07 | 1 | -3/+14 |
| | |||||
* | Handle weirdness with `mysql_table_name()`, especially on HHVM | Davey Shafik | 2015-12-07 | 1 | -2/+2 |
| | |||||
* | More tests, more fixes | Davey Shafik | 2015-12-07 | 1 | -0/+131 |
| | | | | - Reimplement original `mysql_escape_string()` based on C-code as close as possible - For some reason `mysql_fetch_object()` has a different error than all the other `mysql_fetch_*()` functions when passed an invalid result. ಠ_ಠ | ||||
* | Add more tests and fixes | Davey Shafik | 2015-12-06 | 1 | -40/+234 |
| | |||||
* | Remove namespace prefix | Davey Shafik | 2015-12-06 | 1 | -140/+140 |
| | |||||
* | Test SET columns | Davey Shafik | 2015-12-06 | 1 | -1/+7 |
| | |||||
* | Add travis integration | Davey Shafik | 2015-12-06 | 1 | -58/+71 |
| | |||||
* | Upto 20% functions/59% lines coverage, more issues revealed | Davey Shafik | 2015-12-06 | 1 | -45/+192 |
| | |||||
* | Add more tests, and fixed many issues revealed by them | Davey Shafik | 2015-12-05 | 1 | -41/+290 |
| | |||||
* | Initial commit of ext/mysql shim for PHP 7 | Davey Shafik | 2015-12-04 | 2 | -0/+206 |