index
:
adodb
master
v5.22.11-lsc
adodb PHP Database Abstraction Layer
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-12
Remove deprecated $databaseName property
Damien Regad
7
-27
/
+16
2023-01-19
Fix PHP 8.2 compatibility issues for PDO driver
Peter Deed
1
-1
/
+2
2023-01-19
PHP 8.2 fixes for PostgreSQL driver
ReimuHakurei
1
-0
/
+4
2022-10-28
mysqli: store error msg/code after query execution
Damien Regad
1
-8
/
+20
2022-10-28
affected_rows() returns false when called incorrectly
Mark Newnham
1
-3
/
+5
2022-09-03
Fix uncaught TypeError
Damien Regad
2
-0
/
+13
2022-09-03
Remove uneeded call to ADOconnection::out for debugging
Mark Newnham
1
-7
/
+0
2022-09-03
Whitespace
Damien Regad
1
-10
/
+9
2022-09-03
oci8po: Replace deprecated functions aliases
Damien Regad
1
-6
/
+5
2022-08-26
Whitespace, coding guidelines
Damien Regad
1
-74
/
+82
2022-08-26
pgsql: check for dummy query Id before closing recordset
Damien Regad
1
-1
/
+1
2022-08-26
mssql: insert_id returns false if value is out of range
Mark Newnham
1
-1
/
+1
2022-07-23
Apply the same fix to errorNo()
Damien Regad
1
-4
/
+6
2022-07-23
Fix PHP Warning when connection is already closed
Damien Regad
1
-6
/
+5
2022-07-23
Fix errorMsg() when no connection on MySQL 8
Mark Newnham
1
-1
/
+3
2022-06-08
mysql: fix regression with portable bind arrays
Mark Newnham
1
-0
/
+4
2022-06-08
Prevent uncaught TypeError
mnewnham
1
-10
/
+10
2022-05-09
mssql: Fix undefined variable when closing connection
Damien Regad
1
-4
/
+8
2022-05-06
mssql: fix undeclared variable
Mark Newnham
1
-0
/
+2
2022-05-06
pgsql: remove is_resource() checks (PHP 8.1 compat)
ReimuHakurei
2
-8
/
+6
2022-04-19
Check for empty param array in ADODB_mysqli::execute()
Damien Regad
1
-1
/
+1
2022-04-03
Fix affected_rows() returning false
Damien Regad
1
-8
/
+3
2022-03-29
Remove unnecessary code
Damien Regad
1
-5
/
+0
2022-03-29
oci8: fix PHP 8.1 array deprecation warning
Mark Newnham
1
-0
/
+5
2022-03-29
Makes affected_rows works correctly with bound variable execution
Mark Newnham
1
-4
/
+14
2022-03-20
Refactor ADODB_mysqli::execute()
Damien Regad
1
-55
/
+47
2022-03-20
Fix PHPStorm warnings
Damien Regad
1
-33
/
+34
2022-03-20
Coding guidelines
Damien Regad
1
-52
/
+32
2022-03-20
mysqli: restore bulkbind functionality
Mark Newnham
1
-41
/
+127
2022-03-18
Remove commented-out code
Damien Regad
1
-13
/
+0
2022-03-18
Firebird: undefined array key with uppercase columns
Damien Regad
1
-17
/
+22
2022-03-16
Fix PHP Notice in ADORecordset_firebird::_fetchField()
Damien Regad
1
-7
/
+5
2022-03-16
Refactor ADODB_firebird::_query()
Damien Regad
1
-22
/
+14
2022-03-16
Fix PHPStorm warnings
Damien Regad
1
-0
/
+6
2022-03-15
Coding guidelines
Damien Regad
1
-18
/
+16
2022-03-15
Firebird: fix PHP deprecation warning
Damien Regad
1
-0
/
+3
2022-02-20
Remove mysql, mysqlpo and mysqlt drivers
Damien Regad
3
-1202
/
+0
2022-02-20
Fix regression on mysqli::setConnectionParameter()
Damien Regad
1
-9
/
+10
2022-02-19
Whitespace
Damien Regad
1
-4
/
+4
2022-01-23
Merge branch 'hotfix/5.21'
Damien Regad
1
-31
/
+44
2022-01-16
Fix reported errors in generated documentation
Damien Regad
2
-10
/
+13
2022-01-16
Remove irrelevant and incorrect @example tag
Damien Regad
1
-1
/
+0
2022-01-16
Add ADOConnection::releaseStatement() method
Damien Regad
1
-0
/
+16
2022-01-16
PHPDoc and coding guidelines
Damien Regad
1
-9
/
+19
2022-01-16
Prevent auth bypass with PostgreSQL connections
Damien Regad
1
-22
/
+25
2022-01-09
Merge branch 'master' of https://github.com/ADOdb/ADOdb
Mark Newnham
1
-1
/
+0
2022-01-09
Remove usage of $php_errormsg from DB2 driver, see #791
Mark Newnham
1
-14
/
+12
2022-01-08
No need to define $dsnType in ADODB_pdo anymore
Damien Regad
1
-1
/
+0
2022-01-02
Add missing PostgreSQL standard datatypes
Mike
1
-0
/
+7
2021-11-08
Merge _fixblobs() into _prepFields()
Damien Regad
2
-14
/
+22
[prev]
[next]