summaryrefslogtreecommitdiff
path: root/it_dbi_postgres.class
AgeCommit message (Expand)AuthorFilesLines
2023-08-16fix failing it_dbi tests when using postgresqlNathan Gass1-1/+1
2023-03-01adapt to newest php versionNathan Gass1-1/+2
2023-02-28rename option to interruptible_queriesNathan Gass1-1/+1
2022-11-28implement timeout and cancelable_queriesNathan Gass1-2/+27
2021-06-07force new connection to be compatible with mysqli_connect, it_dbi does handle...Nathan Gass1-1/+1
2021-01-27fix boolean handling for postgresqlNathan Gass1-0/+9
2021-01-26Fix error suppression for safety => 0Christian Schneider1-2/+3
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 Schneider1-4/+3
2021-01-25fix 850c9fd: do not presume public schema if none is given (for example temp ...Nathan Gass1-1/+1
2021-01-13Update copyright dateChristian Schneider1-1/+1
2021-01-13Unified join to always use implodeChristian Schneider1-1/+1
2021-01-13Unified comment styleChristian Schneider1-13/+14
2021-01-13Unified brace and else if styleChristian Schneider1-6/+12
2021-01-08handle schemas in table namesNathan Gass1-1/+2
2021-01-06use numeric key for suffix instead of extra argumentNathan Gass1-1/+1
2020-09-03avoid forbidden syntaxNathan Gass1-4/+4
2020-09-03avoid arrow functions as we support php 7.0Nathan Gass1-3/+11
2020-09-03fix indentationNathan Gass1-3/+3
2020-09-03go back to $GLOBALS['it_dbi'] for backward compatibilityNathan Gass1-1/+1
2020-09-03it_dbi subclass for postgresqlNathan Gass1-0/+179