Age | Commit message (Expand) | Author | Files | Lines |
6 days | Create it::error for safety=0 but do not abort, added internal safety=-1 to a... | Christian Schneider | 1 | -6/+7 |
2025-07-11 | better docs | Urban Müller | 1 | -1/+1 |
2025-02-18 | Cleanup round to make indentation style consistent across files | Christian Schneider | 1 | -2/+4 |
2025-01-08 | better docs, thx buddha | Urban Müller | 1 | -1/+1 |
2025-01-08 | docs | Urban Müller | 1 | -1/+1 |
2024-11-20 | test tables are not replicated, local writes allowed (mail0367) | Urban Müller | 1 | -1/+1 |
2024-05-07 | Abort if table name contains invalid characters | Christian Schneider | 1 | -0/+3 |
2024-01-22 | also warn about it_error in query | Urban Müller | 1 | -1/+1 |
2024-01-22 | warn about incorrect usage | Urban Müller | 1 | -1/+3 |
2023-08-16 | fix failing it_dbi tests when using postgresql | Nathan Gass | 1 | -1/+1 |
2023-03-09 | Simplify escaping of int/float as we do not rely on parsing on sql side | Christian Schneider | 1 | -28/+2 |
2023-02-28 | adapt escaping of ints and floats to better handle booleans and strings as input | Nathan Gass | 1 | -3/+31 |
2023-02-28 | Revert "special handling of boolean columns (accept false as value without wa... | Nathan Gass | 1 | -5/+0 |
2023-02-28 | Revert "half speed writes in batch jobs, goes easy on replication slaves": me... | Urban Müller | 1 | -1/+0 |
2023-02-28 | half speed writes in batch jobs, goes easy on replication slaves | Urban Müller | 1 | -0/+1 |
2023-02-28 | special handling of boolean columns (accept false as value without warning) | Nathan Gass | 1 | -0/+5 |
2023-02-28 | remove unbuffered support | Nathan Gass | 1 | -6/+3 |
2023-02-28 | Merge branch 'ng/cancelable' | Nathan Gass | 1 | -2/+23 |
2023-02-28 | add comments and default for timeout | Nathan Gass | 1 | -1/+2 |
2023-02-28 | rename option to interruptible_queries | Nathan Gass | 1 | -2/+2 |
2023-01-30 | Make it_dbi base object iterable, simplify code, add tests | Christian Schneider | 1 | -3/+2 |
2022-11-28 | implement timeout and cancelable_queries | Nathan Gass | 1 | -2/+22 |
2022-11-27 | Make itools ready for PHP 8.2: Creation of dynamic property deprecated | Christian Schneider | 1 | -0/+1 |
2022-11-17 | improve docs | Urban Müller | 1 | -1/+2 |
2022-11-03 | improve docs | Urban Müller | 1 | -2/+2 |
2022-10-03 | Fix it_dbi being used with it::map/iterator_to_array | Christian Schneider | 1 | -1/+1 |
2022-05-05 | millisecond logging is precise enough | Urban Müller | 1 | -1/+1 |
2022-03-31 | move sql to body of error messages | Nathan Gass | 1 | -2/+2 |
2021-11-28 | Avoid Implicit conversion from float warning | Christian Schneider | 1 | -1/+1 |
2021-07-25 | Fix PHP 8.1 warnings | Christian Schneider | 1 | -0/+6 |
2021-07-01 | add mintouched argument to delete_untouched to prevent deletes on importer pr... | Urban Müller | 1 | -2/+7 |
2021-03-01 | do not use mysql defaultconfig for it_dbi_postgres.class | Nathan Gass | 1 | -1/+1 |
2021-02-03 | Code cleanup: Switch to new style varargs | Christian Schneider | 1 | -13/+5 |
2021-01-27 | add support for type specific escape functions | Nathan Gass | 1 | -2/+24 |
2021-01-26 | Fix error suppression for safety => 0 | Christian Schneider | 1 | -1/+1 |
2021-01-25 | Fix generating errors on SQL syntax errors, add tests for it | Christian Schneider | 1 | -3/+3 |
2021-01-15 | SQL_NO_CACHE is mysql specific | Nathan Gass | 1 | -1/+1 |
2021-01-13 | Update copyright date | Christian Schneider | 1 | -1/+1 |
2021-01-13 | Unified } else { missed in first iteration | Christian Schneider | 1 | -1/+2 |
2021-01-13 | Unified join to always use implode | Christian Schneider | 1 | -5/+5 |
2021-01-13 | Unified brace and else if style | Christian Schneider | 1 | -5/+10 |
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-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 | 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 | 1 | -26/+5 |
2021-01-05 | Remove 11 year old FIXME comment, code has been in use like that long enough :-) | Christian Schneider | 1 | -1/+1 |
2021-01-05 | Remove support for obsolete _read_post_process/_write_pre_process, use static... | Christian Schneider | 1 | -24/+0 |
2020-11-27 | log write throttles | Urban Müller | 1 | -0/+3 |
2020-09-03 | avoid forbidden syntax | Nathan Gass | 1 | -1/+1 |