Age | Commit message (Expand) | Author | Files | Lines |
2021-03-21 | Make errorhandler PHP 8 compatible | Christian Schneider | 1 | -1/+1 |
2021-03-18 | refactor dump_php() to create more stable format using new array syntax witho... | Christian A. Weber | 1 | -6/+9 |
2021-03-15 | filter info not needed interactively | Urban Müller | 1 | -1/+1 |
2021-03-15 | better align subsequent it::error output | Urban Müller | 1 | -1/+1 |
2021-03-12 | avoid empty title when error message contains invalid utf8 | Urban Müller | 1 | -1/+1 |
2021-03-12 | allow forcing errors to screen | Urban Müller | 1 | -3/+5 |
2021-03-05 | var_export no longer has a trailing blank after => | Urban Müller | 1 | -1/+1 |
2021-03-01 | do not use mysql defaultconfig for it_dbi_postgres.class | Nathan Gass | 1 | -1/+1 |
2021-02-22 | avoid lowercase "Fatal:" e.g. when debug_timerlog set programmatically | Urban Müller | 1 | -2/+2 |
2021-02-16 | fix errors on get_cache | Urban Müller | 1 | -3/+3 |
2021-02-15 | grapheme_substr turns false into "" in php 8; return was not taken | Urban Müller | 1 | -3/+4 |
2021-02-12 | allow custom stack traces from exception handler | Urban Müller | 1 | -2/+2 |
2021-02-12 | correctly put Fatal: in front of uncaught exceptions | Urban Müller | 1 | -1/+1 |
2021-02-12 | Fix cols() ignoring some columns, was an exception in PHP 8 | Christian Schneider | 2 | -1/+3 |
2021-02-10 | Leave comments like NOCSSLINT in nostrip mode but restrict it to ULTRATRUSTED | Christian Schneider | 1 | -2/+3 |
2021-02-10 | optionally preserve line numbers | Urban Müller | 1 | -1/+1 |
2021-02-09 | Mark static function as such | Christian Schneider | 1 | -1/+1 |
2021-02-09 | Avoid TypeError with null on PHP 8 | Christian Schneider | 1 | -1/+1 |
2021-02-08 | correctly report extra params; it::error has recursion protection | Urban Müller | 1 | -1/+1 |
2021-02-03 | no extra line for object literals | Urban Müller | 1 | -0/+1 |
2021-02-03 | Code cleanup: Replace call_user_func* with normal function call equivalent | Christian Schneider | 5 | -7/+7 |
2021-02-03 | Code cleanup: Switch to new style varargs | Christian Schneider | 4 | -50/+29 |
2021-02-03 | Use proper name of option in example | Christian Schneider | 1 | -1/+1 |
2021-02-03 | Support options, e.g. --twofirst as arguments to it::cdist() | Christian Schneider | 1 | -5/+10 |
2021-01-27 | fix boolean handling for postgresql | Nathan Gass | 1 | -0/+9 |
2021-01-27 | add support for type specific escape functions | Nathan Gass | 1 | -2/+24 |
2021-01-27 | add some tests for boolean and float columns | Nathan Gass | 1 | -9/+14 |
2021-01-26 | Fix error suppression for safety => 0 | Christian Schneider | 3 | -3/+5 |
2021-01-25 | Avoid failure when calling pg_affected_rows without valid result on PHP 8 | Christian Schneider | 1 | -12/+14 |
2021-01-25 | Fix generating errors on SQL syntax errors, add tests for it | Christian Schneider | 3 | -8/+20 |
2021-01-25 | fix 850c9fd: do not presume public schema if none is given (for example temp ... | Nathan Gass | 1 | -1/+1 |
2021-01-18 | test correct escaping using character that actually needs it | Urban Müller | 1 | -4/+4 |
2021-01-15 | SQL_NO_CACHE is mysql specific | Nathan Gass | 1 | -1/+1 |
2021-01-13 | add missing it_dbi_postgres.class, remove ultra-obsolete it_browser.class | Christian A. Weber | 2 | -188/+1 |
2021-01-13 | Update copyright date | Christian Schneider | 19 | -19/+19 |
2021-01-13 | Unified } else { missed in first iteration | Christian Schneider | 4 | -4/+9 |
2021-01-13 | Unified join to always use implode | Christian Schneider | 12 | -27/+27 |
2021-01-13 | Unified comment style | Christian Schneider | 3 | -15/+15 |
2021-01-13 | Unified brace and else if style | Christian Schneider | 10 | -46/+89 |
2021-01-13 | Revert "give error keys on apc failures" | Christian Schneider | 1 | -2/+2 |
2021-01-13 | Fix caching problem by using it_dbi/it_dbi_postgres in key instead of table name | Christian Schneider | 1 | -4/+4 |
2021-01-13 | give error keys on apc failures | Urban Müller | 1 | -2/+2 |
2021-01-12 | Merge branch 'ng/postgresql' | Nathan Gass | 3 | -154/+495 |
2021-01-08 | handle schemas in table names | Nathan Gass | 1 | -1/+2 |
2021-01-07 | avoid warning when no cols found | Urban Müller | 1 | -1/+1 |
2021-01-06 | remove no longer necessary extra suffix argument | Nathan Gass | 1 | -2/+2 |
2021-01-06 | use numeric key for suffix instead of extra argument | Nathan Gass | 1 | -1/+1 |
2021-01-06 | add special handling of numeric keys to _set and _values consistent with _where | Nathan Gass | 1 | -7/+21 |
2021-01-06 | Merge branch 'master' into ng/postgresql | Nathan Gass | 11 | -134/+116 |
2021-01-05 | Remove obsolete support for texts.php without return statement, we do not hav... | Christian Schneider | 1 | -10/+5 |