Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-10-15 | Extend test for bug fixed in 7.2.11 | Christian Schneider | 1 | -1/+3 |
2018-10-08 | improve tests and styling | David Flatz | 1 | -1/+2 |
2018-10-08 | handle setting a dyncol to null by removing the field in dyncols | David Flatz | 1 | -0/+8 |
2018-10-05 | fix addition of dynamic columns to record where dyncols is NULL | David Flatz | 1 | -0/+5 |
2018-09-25 | syntax fix | Urban Müller | 1 | -1/+1 |
2018-09-25 | use created class it_dbi_test | Urban Müller | 1 | -6/+5 |
2018-08-13 | disable dyncols in WHERE when we have multiple tables because we can't trust ... | David Flatz | 1 | -0/+4 |
2018-08-09 | iterator should clear dynfields from previous iteration, may be missing in cu... | Urban Müller | 1 | -0/+11 |
2018-07-13 | rewrite dyncols to work around mariadb bug in JSON_SET; add write optimization | Urban Müller | 1 | -8/+28 |
2018-07-10 | change storage format of dynamic columns to JSON | Urban Müller | 1 | -7/+8 |
2018-06-28 | Use tempnam() to create tmp file and unlink() for removing, no need to it::sy... | Christian Schneider | 1 | -8/+9 |
2018-06-28 | we have no decent tmp dir that allows overwrites... sigh | Urban Müller | 1 | -0/+1 |
2018-06-21 | no reason for different naming | Urban Müller | 17 | -0/+2350 |