summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-07-01Simplify test, was under the wrong assumption that is() uses == instead of ===Christian Schneider1-2/+2
2020-07-01Preserve type when writing int to dyncolsChristian Schneider1-0/+2
2020-06-26Leave _data unchanged by __read_postprocess as update() needs that and add te...Christian Schneider1-4/+13
2020-06-24Add static and pure replacements _read_postprocess/_write_preprocess for depr...Christian Schneider1-0/+32
2020-05-25test new sort featuresUrban Müller1-0/+5
2020-05-18Add 'assoc' => true mode to it_url::get() and prepare to mark function staticChristian Schneider1-19/+7
2020-04-21dbi: improve docs, enable LIMIT => falseUrban Müller1-0/+1
2020-04-21Add test for LIMIT with offset, add test descriptionsChristian Schneider1-2/+5
2020-04-21test for safe LIMITUrban Müller1-1/+1
2020-04-21support safe LIMITUrban Müller1-0/+5
2020-04-21use new array syntaxUrban Müller12-216/+216
2020-04-10Fix tests for new semantics of $it_dbi->delete_untouched()Christian Schneider1-5/+5
2020-01-23remove scheme from path when we have empty hostpart and empty schemepart; thi...David Flatz1-0/+12
2020-01-20Support all arguments of file_get_contents, including maxlenChristian Schneider1-5/+8
2019-10-17Fix ->is_reachable to use get() instead of fopen to use HTTP/1.1 and add testsChristian Schneider1-0/+5
2019-09-11add params2utf8 testsUrban Müller1-0/+13
2019-09-02Use older syntax for testsChristian Schneider1-1/+2
2019-09-02Make itools a bit stricter, new PHP versions start to enforce more declarationsChristian Schneider3-4/+5
2019-08-19PHP 7.4 built-in web server is more noisy, make it quiet againChristian Schneider1-1/+1
2019-05-13itjs::serialize() preserves data types (string, int, bool, null)Christian A. Weber1-15/+17
2019-05-13add test and fix for 204 http status codeNathan Gass2-0/+17
2019-04-02add test for get_multi handler returning trueNathan Gass1-0/+5
2019-03-12Normalize to FORM_C in any2utf8Christian Schneider1-0/+2
2019-03-01Revert "better name for http status variable" for nowUrban Müller1-5/+0
2019-03-01better name for http status variableUrban Müller1-0/+5
2019-02-12Migrate old style constructors to __construct, temporary transition functions...Christian Schneider1-1/+1
2019-01-18test assoc flagUrban Müller1-0/+3
2018-10-25don't do JSON_EXTRACT when we use SQL functions with dyncolsDavid Flatz1-0/+2
2018-10-15Extend test for bug fixed in 7.2.11Christian Schneider1-1/+3
2018-10-08improve tests and stylingDavid Flatz1-1/+2
2018-10-08handle setting a dyncol to null by removing the field in dyncolsDavid Flatz1-0/+8
2018-10-05fix addition of dynamic columns to record where dyncols is NULLDavid Flatz1-0/+5
2018-09-25syntax fixUrban Müller1-1/+1
2018-09-25use created class it_dbi_testUrban Müller1-6/+5
2018-08-13disable dyncols in WHERE when we have multiple tables because we can't trust ...David Flatz1-0/+4
2018-08-09iterator should clear dynfields from previous iteration, may be missing in cu...Urban Müller1-0/+11
2018-07-13rewrite dyncols to work around mariadb bug in JSON_SET; add write optimizationUrban Müller1-8/+28
2018-07-10change storage format of dynamic columns to JSONUrban Müller1-7/+8
2018-06-28Use tempnam() to create tmp file and unlink() for removing, no need to it::sy...Christian Schneider1-8/+9
2018-06-28we have no decent tmp dir that allows overwrites... sighUrban Müller1-0/+1
2018-06-21no reason for different namingUrban Müller17-0/+2350