summaryrefslogtreecommitdiff
path: root/it_dbi.class
AgeCommit message (Expand)AuthorFilesLines
11 daysAbort if table name contains invalid charactersChristian Schneider1-0/+3
2024-01-22also warn about it_error in queryUrban Müller1-1/+1
2024-01-22warn about incorrect usageUrban Müller1-1/+3
2023-08-16fix failing it_dbi tests when using postgresqlNathan Gass1-1/+1
2023-03-09Simplify escaping of int/float as we do not rely on parsing on sql sideChristian Schneider1-28/+2
2023-02-28adapt escaping of ints and floats to better handle booleans and strings as inputNathan Gass1-3/+31
2023-02-28Revert "special handling of boolean columns (accept false as value without wa...Nathan Gass1-5/+0
2023-02-28Revert "half speed writes in batch jobs, goes easy on replication slaves": me...Urban Müller1-1/+0
2023-02-28half speed writes in batch jobs, goes easy on replication slavesUrban Müller1-0/+1
2023-02-28special handling of boolean columns (accept false as value without warning)Nathan Gass1-0/+5
2023-02-28remove unbuffered supportNathan Gass1-6/+3
2023-02-28Merge branch 'ng/cancelable'Nathan Gass1-2/+23
2023-02-28add comments and default for timeoutNathan Gass1-1/+2
2023-02-28rename option to interruptible_queriesNathan Gass1-2/+2
2023-01-30Make it_dbi base object iterable, simplify code, add testsChristian Schneider1-3/+2
2022-11-28implement timeout and cancelable_queriesNathan Gass1-2/+22
2022-11-27Make itools ready for PHP 8.2: Creation of dynamic property deprecatedChristian Schneider1-0/+1
2022-11-17improve docsUrban Müller1-1/+2
2022-11-03improve docsUrban Müller1-2/+2
2022-10-03Fix it_dbi being used with it::map/iterator_to_arrayChristian Schneider1-1/+1
2022-05-05millisecond logging is precise enoughUrban Müller1-1/+1
2022-03-31move sql to body of error messagesNathan Gass1-2/+2
2021-11-28Avoid Implicit conversion from float warningChristian Schneider1-1/+1
2021-07-25Fix PHP 8.1 warningsChristian Schneider1-0/+6
2021-07-01add mintouched argument to delete_untouched to prevent deletes on importer pr...Urban Müller1-2/+7
2021-03-01do not use mysql defaultconfig for it_dbi_postgres.classNathan Gass1-1/+1
2021-02-03Code cleanup: Switch to new style varargsChristian Schneider1-13/+5
2021-01-27add support for type specific escape functionsNathan Gass1-2/+24
2021-01-26Fix error suppression for safety => 0Christian Schneider1-1/+1
2021-01-25Fix generating errors on SQL syntax errors, add tests for itChristian Schneider1-3/+3
2021-01-15SQL_NO_CACHE is mysql specificNathan Gass1-1/+1
2021-01-13Update copyright dateChristian Schneider1-1/+1
2021-01-13Unified } else { missed in first iterationChristian Schneider1-1/+2
2021-01-13Unified join to always use implodeChristian Schneider1-5/+5
2021-01-13Unified brace and else if styleChristian Schneider1-5/+10
2021-01-13Fix caching problem by using it_dbi/it_dbi_postgres in key instead of table nameChristian Schneider1-4/+4
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-06add special handling of numeric keys to _set and _values consistent with _whereNathan Gass1-7/+21
2021-01-06Merge branch 'master' into ng/postgresqlNathan Gass1-26/+5
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-11-27log write throttlesUrban Müller1-0/+3
2020-09-03avoid forbidden syntaxNathan Gass1-1/+1
2020-09-03avoid arrow functions as we support php 7.0Nathan Gass1-9/+17
2020-09-03fix indentationNathan Gass1-3/+3
2020-09-03go back to $GLOBALS['it_dbi'] for backward compatibilityNathan Gass1-13/+13
2020-09-03escape uppercase field names for postgresqlNathan Gass1-0/+2
2020-09-03escape ID to avoid postgresql lowercasing itNathan Gass1-1/+1
2020-09-03make sure connection exists for escape_name same as escape_stringNathan Gass1-2/+12