Age | Commit message (Expand) | Author | Files | Lines |
2021-01-13 | Unified join to always use implode | Christian Schneider | 1 | -1/+1 |
2021-01-13 | Unified brace and else if style | Christian Schneider | 5 | -7/+11 |
2021-01-06 | Merge branch 'master' into ng/postgresql | Nathan Gass | 4 | -60/+68 |
2020-12-03 | Add some tests for it::substr() behaviour we rely on which was broken for som... | Christian Schneider | 1 | -0/+4 |
2020-11-27 | pass array values instead of keys to functions with only one argument in it::... | Nathan Gass | 1 | -0/+3 |
2020-11-09 | no longer ignore extra positional arguments | Nathan Gass | 1 | -7/+6 |
2020-09-15 | Make itools PHP 8 compatible | Christian Schneider | 3 | -53/+55 |
2020-09-03 | comment out broken test | Nathan Gass | 1 | -2/+3 |
2020-09-03 | dont depend on order of results | Nathan Gass | 1 | -1/+1 |
2020-09-03 | handle postgresql implementation of mysql replace | Nathan Gass | 1 | -1/+1 |
2020-09-03 | use WHERE TRUE in tests which is compatible with postgresql | Nathan Gass | 1 | -4/+4 |
2020-09-03 | escape ID to avoid postgresql lowercasing it | Nathan Gass | 1 | -5/+5 |
2020-09-03 | make _set tests independent of exact sql syntax | Nathan Gass | 1 | -13/+6 |
2020-09-03 | add options to run tests on postgressql, adapt create table statements to use... | Nathan Gass | 1 | -14/+31 |
2020-08-27 | test for automatic creation of table classes | Nathan Gass | 1 | -0/+1 |
2020-08-25 | test for unexpected optional positinal arguments | Nathan Gass | 1 | -1/+9 |
2020-08-25 | also test for default values | Nathan Gass | 1 | -2/+3 |
2020-08-25 | more tests for arguments without value, also test failure modes | Nathan Gass | 1 | -4/+13 |
2020-08-25 | also test positional args | Nathan Gass | 1 | -6/+7 |
2020-08-10 | vanilla php compliance | Urban Müller | 1 | -3/+3 |
2020-08-05 | avoid forbidden fopen() | Urban Müller | 1 | -0/+2 |
2020-08-04 | correctly retry in ::get_multi, do retry in status 5xx in ::get | Urban Müller | 2 | -1/+28 |
2020-07-01 | Simplify test, was under the wrong assumption that is() uses == instead of === | Christian Schneider | 1 | -2/+2 |
2020-07-01 | Preserve type when writing int to dyncols | Christian Schneider | 1 | -0/+2 |
2020-06-26 | Leave _data unchanged by __read_postprocess as update() needs that and add te... | Christian Schneider | 1 | -4/+13 |
2020-06-24 | Add static and pure replacements _read_postprocess/_write_preprocess for depr... | Christian Schneider | 1 | -0/+32 |
2020-05-25 | test new sort features | Urban Müller | 1 | -0/+5 |
2020-05-18 | Add 'assoc' => true mode to it_url::get() and prepare to mark function static | Christian Schneider | 1 | -19/+7 |
2020-04-21 | dbi: improve docs, enable LIMIT => false | Urban Müller | 1 | -0/+1 |
2020-04-21 | Add test for LIMIT with offset, add test descriptions | Christian Schneider | 1 | -2/+5 |
2020-04-21 | test for safe LIMIT | Urban Müller | 1 | -1/+1 |
2020-04-21 | support safe LIMIT | Urban Müller | 1 | -0/+5 |
2020-04-21 | use new array syntax | Urban Müller | 12 | -216/+216 |
2020-04-10 | Fix tests for new semantics of $it_dbi->delete_untouched() | Christian Schneider | 1 | -5/+5 |
2020-01-23 | remove scheme from path when we have empty hostpart and empty schemepart; thi... | David Flatz | 1 | -0/+12 |
2020-01-20 | Support all arguments of file_get_contents, including maxlen | Christian Schneider | 1 | -5/+8 |
2019-10-17 | Fix ->is_reachable to use get() instead of fopen to use HTTP/1.1 and add tests | Christian Schneider | 1 | -0/+5 |
2019-09-11 | add params2utf8 tests | Urban Müller | 1 | -0/+13 |
2019-09-02 | Use older syntax for tests | Christian Schneider | 1 | -1/+2 |
2019-09-02 | Make itools a bit stricter, new PHP versions start to enforce more declarations | Christian Schneider | 3 | -4/+5 |
2019-08-19 | PHP 7.4 built-in web server is more noisy, make it quiet again | Christian Schneider | 1 | -1/+1 |
2019-05-13 | itjs::serialize() preserves data types (string, int, bool, null) | Christian A. Weber | 1 | -15/+17 |
2019-05-13 | add test and fix for 204 http status code | Nathan Gass | 2 | -0/+17 |
2019-04-02 | add test for get_multi handler returning true | Nathan Gass | 1 | -0/+5 |
2019-03-12 | Normalize to FORM_C in any2utf8 | Christian Schneider | 1 | -0/+2 |
2019-03-01 | Revert "better name for http status variable" for now | Urban Müller | 1 | -5/+0 |
2019-03-01 | better name for http status variable | Urban Müller | 1 | -0/+5 |
2019-02-12 | Migrate old style constructors to __construct, temporary transition functions... | Christian Schneider | 1 | -1/+1 |
2019-01-18 | test assoc flag | Urban Müller | 1 | -0/+3 |
2018-10-25 | don't do JSON_EXTRACT when we use SQL functions with dyncols | David Flatz | 1 | -0/+2 |