summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-02-16fix errors on get_cacheUrban Müller1-3/+3
2021-02-15grapheme_substr turns false into "" in php 8; return was not takenUrban Müller1-3/+4
2021-02-12allow custom stack traces from exception handlerUrban Müller1-2/+2
2021-02-12correctly put Fatal: in front of uncaught exceptionsUrban Müller1-1/+1
2021-02-12Fix cols() ignoring some columns, was an exception in PHP 8Christian Schneider2-1/+3
2021-02-10Leave comments like NOCSSLINT in nostrip mode but restrict it to ULTRATRUSTEDChristian Schneider1-2/+3
2021-02-10optionally preserve line numbersUrban Müller1-1/+1
2021-02-09Mark static function as suchChristian Schneider1-1/+1
2021-02-09Avoid TypeError with null on PHP 8Christian Schneider1-1/+1
2021-02-08correctly report extra params; it::error has recursion protectionUrban Müller1-1/+1
2021-02-03no extra line for object literalsUrban Müller1-0/+1
2021-02-03Code cleanup: Replace call_user_func* with normal function call equivalentChristian Schneider5-7/+7
2021-02-03Code cleanup: Switch to new style varargsChristian Schneider4-50/+29
2021-02-03Use proper name of option in exampleChristian Schneider1-1/+1
2021-02-03Support options, e.g. --twofirst as arguments to it::cdist()Christian Schneider1-5/+10
2021-01-27fix boolean handling for postgresqlNathan Gass1-0/+9
2021-01-27add support for type specific escape functionsNathan Gass1-2/+24
2021-01-27add some tests for boolean and float columnsNathan Gass1-9/+14
2021-01-26Fix error suppression for safety => 0Christian Schneider3-3/+5
2021-01-25Avoid failure when calling pg_affected_rows without valid result on PHP 8Christian Schneider1-12/+14
2021-01-25Fix generating errors on SQL syntax errors, add tests for itChristian Schneider3-8/+20
2021-01-25fix 850c9fd: do not presume public schema if none is given (for example temp ↵Nathan Gass1-1/+1
tables have their own schema)
2021-01-18test correct escaping using character that actually needs itUrban Müller1-4/+4
2021-01-15SQL_NO_CACHE is mysql specificNathan Gass1-1/+1
2021-01-13add missing it_dbi_postgres.class, remove ultra-obsolete it_browser.classChristian A. Weber2-188/+1
2021-01-13Update copyright dateChristian Schneider19-19/+19
2021-01-13Unified } else { missed in first iterationChristian Schneider4-4/+9
2021-01-13Unified join to always use implodeChristian Schneider12-27/+27
2021-01-13Unified comment styleChristian Schneider3-15/+15
2021-01-13Unified brace and else if styleChristian Schneider10-46/+89
2021-01-13Revert "give error keys on apc failures"Christian Schneider1-2/+2
This reverts commit 333809bea4b0ee8386db1464c90ee9a2cb95569d.
2021-01-13Fix caching problem by using it_dbi/it_dbi_postgres in key instead of table nameChristian Schneider1-4/+4
2021-01-13give error keys on apc failuresUrban Müller1-2/+2
2021-01-12Merge branch 'ng/postgresql'Nathan Gass3-154/+495
2021-01-08handle schemas in table namesNathan Gass1-1/+2
2021-01-07avoid warning when no cols foundUrban Müller1-1/+1
2021-01-06remove no longer necessary extra suffix argumentNathan Gass1-2/+2
2021-01-06use numeric key for suffix instead of extra argumentNathan Gass1-1/+1
2021-01-06add special handling of numeric keys to _set and _values consistent with _whereNathan Gass1-7/+21
2021-01-06Merge branch 'master' into ng/postgresqlNathan Gass11-134/+116
2021-01-05Remove obsolete support for texts.php without return statement, we do not ↵Christian Schneider1-10/+5
have such files anymore
2021-01-05Remove obsolete special case username == uid, we do not have such cases anymoreChristian Schneider1-7/+0
2021-01-05Remove 11 year old FIXME comment, code has been in use like that long enough :-)Christian Schneider1-1/+1
2021-01-05Remove support for obsolete _read_post_process/_write_pre_process, use ↵Christian Schneider1-24/+0
static _read_postprocess/_write_preprocess instead
2020-12-16ignore some more warningsDavid Flatz1-1/+1
2020-12-15do not prepend $errprefix twiceUrban Müller1-1/+1
2020-12-15ignore warning of jpeg decoderDavid Flatz1-1/+1
2020-12-04Ignore all requests to /fonts/ for language override check, previous fix did ↵Christian Schneider1-1/+1
not work
2020-12-04Do not complain about missing language override for .woff/.woff2 filesChristian Schneider1-1/+1
2020-12-03Add some tests for it::substr() behaviour we rely on which was broken for ↵Christian Schneider1-0/+4
some PHP 8 Beta versions