summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-03fix indentationNathan Gass2-6/+6
2020-09-03go back to $GLOBALS['it_dbi'] for backward compatibilityNathan Gass2-14/+14
2020-09-03escape uppercase field names for postgresqlNathan Gass1-0/+2
2020-09-03comment out broken testNathan Gass1-2/+3
2020-09-03dont depend on order of resultsNathan Gass1-1/+1
2020-09-03handle postgresql implementation of mysql replaceNathan Gass1-1/+1
2020-09-03use WHERE TRUE in tests which is compatible with postgresqlNathan Gass1-4/+4
2020-09-03escape ID to avoid postgresql lowercasing itNathan Gass2-6/+6
2020-09-03make _set tests independent of exact sql syntaxNathan Gass1-13/+6
2020-09-03it_dbi subclass for postgresqlNathan Gass1-0/+179
2020-09-03add options to run tests on postgressql, adapt create table statements to use...Nathan Gass1-14/+31
2020-09-03make sure connection exists for escape_name same as escape_stringNathan Gass1-2/+12
2020-09-02extract mysql specific json code into overridable functionsNathan Gass1-11/+31
2020-09-01allow to add a suffix after INSERT (for ON FOO sql syntax)Nathan Gass1-2/+2
2020-09-01generate postgres compatible where statementsNathan Gass1-2/+2
2020-08-31add _escape_name as backticks are mysql specificNathan Gass1-2/+7
2020-08-31use insert values instead of mysql speficif insert setNathan Gass1-9/+35
2020-08-31use late static binding to enable subclassingNathan Gass1-27/+30
2020-08-28isolate mysql specific codeNathan Gass1-65/+119
2020-08-27use existing tables methodNathan Gass1-2/+1
2020-08-27test for automatic creation of table classesNathan Gass1-0/+1
2020-08-25test for unexpected optional positinal argumentsNathan Gass2-4/+14
2020-08-25also test for default valuesNathan Gass1-2/+3
2020-08-25more tests for arguments without value, also test failure modesNathan Gass1-4/+13
2020-08-25also test positional argsNathan Gass1-6/+7
2020-08-21more verbose err msgUrban Müller1-1/+1
2020-08-20only call handler after retriesNathan Gass1-5/+5
2020-08-20fix 3538e25, we should not leak memory per urlNathan Gass1-0/+3
2020-08-10vanilla php complianceUrban Müller2-5/+5
2020-08-10use positive list for retry status codesUrban Müller1-2/+3
2020-08-05avoid forbidden fopen()Urban Müller1-0/+2
2020-08-04correctly retry in ::get_multi, do retry in status 5xx in ::getUrban Müller3-5/+33
2020-08-03do not send empty headersUrban Müller1-2/+2
2020-07-30remove option with single use for now, fix inserting too many woke up handles...Urban Müller1-3/+1
2020-07-30dont forget retry on last active url, support fetchsleepUrban Müller1-7/+9
2020-07-29Simplify _lock/_unlock by testing for lock parameter in callerChristian Schneider1-9/+9
2020-07-27honor lock argument for preprocessing as wellUrban Müller1-2/+2
2020-07-27make arg optionalUrban Müller1-2/+2
2020-07-27debugparams req and res should work in get_multiUrban Müller1-1/+6
2020-07-27make locking in it_url::get_cache optionalUrban Müller1-7/+11
2020-07-25don't trigger legacy warning if both username and uid are emptyChristian A. Weber1-1/+1
2020-07-21Mark static function it:mail::check_email() as staticChristian Schneider1-1/+1
2020-07-14document current behaviourUrban Müller1-0/+1
2020-07-02dont return partial resultsUrban Müller1-1/+2
2020-07-02Remove unnecessary NOPHPLINTChristian Schneider1-1/+1
2020-07-02csv(): rename var, enable catching errsUrban Müller1-4/+10
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 Schneider2-1/+5
2020-06-29remove unnecessary err messages elsewhereUrban Müller1-1/+1
2020-06-26avoid reporting null bytes in it::execUrban Müller1-1/+1