summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
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 hav...Christian Schneider1-10/+5
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 static...Christian Schneider1-24/+0
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
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 som...Christian Schneider1-0/+4
2020-12-03Use PHP 8 compatible way of detecting @ operator (does not set error_reportin...Christian Schneider1-1/+1
2020-11-27log write throttlesUrban Müller1-0/+3
2020-11-27pass array values instead of keys to functions with only one argument in it::...Nathan Gass2-0/+6
2020-11-13properly quote raw post data for httpreq.phpUrban Müller1-2/+2
2020-11-13nicer formattingUrban Müller1-1/+1
2020-11-11bugfix (accidentally added rawpost)Urban Müller1-1/+1
2020-11-09no longer ignore extra positional argumentsNathan Gass2-10/+7
2020-11-09detect bad it::error usageUrban Müller1-1/+4
2020-10-30include POSTed non form data in error mailsUrban Müller1-0/+3
2020-10-30remove support for old array syntaxUrban Müller1-10/+4
2020-10-29use new array syntax for texts in old/new mixed filesUrban Müller1-1/+1
2020-10-28Limit parallel threads of GraphicsMagick to avoid overloading serversChristian Schneider1-1/+1
2020-10-16document "followlocation"Urban Müller1-6/+8
2020-09-30show datetime-comment for numbers matching timestamps until 2030-03-17 18:46Koni Weber1-1/+1
2020-09-23resend info irrelevant on develUrban Müller1-1/+1