summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_dbi_postgres.class
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-07
force new connection to be compatible with mysqli_connect, it_dbi does handle...
Nathan Gass
1
-1
/
+1
2021-01-27
fix boolean handling for postgresql
Nathan Gass
1
-0
/
+9
2021-01-26
Fix error suppression for safety => 0
Christian Schneider
1
-2
/
+3
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
1
-4
/
+3
2021-01-25
fix 850c9fd: do not presume public schema if none is given (for example temp ...
Nathan Gass
1
-1
/
+1
2021-01-13
Update copyright date
Christian Schneider
1
-1
/
+1
2021-01-13
Unified join to always use implode
Christian Schneider
1
-1
/
+1
2021-01-13
Unified comment style
Christian Schneider
1
-13
/
+14
2021-01-13
Unified brace and else if style
Christian Schneider
1
-6
/
+12
2021-01-08
handle schemas in table names
Nathan Gass
1
-1
/
+2
2021-01-06
use numeric key for suffix instead of extra argument
Nathan Gass
1
-1
/
+1
2020-09-03
avoid forbidden syntax
Nathan Gass
1
-4
/
+4
2020-09-03
avoid arrow functions as we support php 7.0
Nathan Gass
1
-3
/
+11
2020-09-03
fix indentation
Nathan Gass
1
-3
/
+3
2020-09-03
go back to $GLOBALS['it_dbi'] for backward compatibility
Nathan Gass
1
-1
/
+1
2020-09-03
it_dbi subclass for postgresql
Nathan Gass
1
-0
/
+179