summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2018-03-30 19:22:47 +0200
committerDamien Regad <dregad@mantisbt.org>2018-03-30 19:24:12 +0200
commit0f82a576c73172fcab8e9f03a5dedfc6fb9a01ec (patch)
treee46562765f1bc1937c64bea1515edd9fbfe8e1e4 /docs/changelog.md
parent266dff557887ac277d4706a2458dc2936b9079cc (diff)
parentede40f3c1432945093a8de5243d3e3646435fd4c (diff)
downloadadodb-0f82a576c73172fcab8e9f03a5dedfc6fb9a01ec.tar.gz
adodb-0f82a576c73172fcab8e9f03a5dedfc6fb9a01ec.tar.bz2
adodb-0f82a576c73172fcab8e9f03a5dedfc6fb9a01ec.zip
Fix broken merge (part 2)
I messed up the merge at c350c007ed585a4da4dc8c62ae7954cfe13b621f. See bd898bf510431e2f8bce2469d188821e200af29f for part 1 of the fix.
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 0e47b812..632d760d 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -10,7 +10,6 @@ Older changelogs:
- adodb: Remove useless constructors. #171
- adodb: Define default constructor in ADOConnection base class. #172
- adodb: Reimplement base methods charMax() and textMax(). #183
-- adodb: fix potential SQL injection vector in SelectLimit(). #190
- adodb: addColumnSQL datadict function now supports ENUM data types. See #26
- adodb: introduce user-defined default Metatype. #165
- adodb: AutoExecute validates empty fields array. #154
@@ -21,15 +20,25 @@ Older changelogs:
- adodb: Added portable substring method. #219
- adodb: New helper methods: day(), month(), year(). #225
- adodb: Remove references to obsolete ADOdb Extension. #270
-- adodb: add Occitan translation. #285
+- adodb: getAssoc() should not change case of result set's outermost key. #335
+- adodb: getAssoc() fix fetch mode. #350
+- adodb: Optimize FieldTypesArray with static variable #367
+- adodb: Allow output handler to be callable #312
+- adodb: fix ADORecordSet constructor signature. #278
+- adodb: add Occitan (#285) and Indonesian (#293) translations.
- adodb-time: Fix 'Q' (quarter of year) format in adodb_date(). #222
- adodb-time: Add 'W' (week of year) format support in adodb_date(). #223
+- db2: fix ChangeTableSQL() signature. #338
- firebird: updated driver, thanks to Lester Caine. #201
- mssql: Add charMax() and textMax() methods. #220
+- mssql: support alternative port in connect. #314
- mssqlnative: Query not returning id. #185
- mssqlnative: support SQL Server 2014 databases. #186
- mssqlnative: add support for 'l' (day of week) format in sqlDate(). #232
+- mssqlnative: fix invalid return value for ErrorNo(). #298
+- mssqlnative: ensure that the bind array is numeric. #336
- mysql: setConnectionParameter() now allows multiple parameters with the same key value. #187
+- mysql: prevent use of driver with PHP >= 7.0. #310
- mysqli: Deprecate $optionFlags property in favor of standard setConnectionParameter() method. #188
- mysqli: Insert_ID() did not return correct value after executing stored procedure. #166
- mysqli: method failed if $associative set true. #181
@@ -40,12 +49,16 @@ Older changelogs:
- pdo: add setConnectionParameter support. #247
- pdo: fix PHP notice. #248
- pdo: ADORecordSet class loading. #250
+- pdo/pgsql: Add support for transactions. #363
- pdo/sqlsrv: fix fetchField() method. #251, #234
+- pdo/sqlsrv: add SetTransactionMode() method. #362
- pgsql: add CIDR data type to MetaType(). #281
+- pgsql: optimize version check. #334
- sqlite: _createSuffix is now compatible with parent. #178
- sqlite: metaIndexes could not locate indexes on uppercase table name. #176
- sqlite: Fix Metataypes mapping. #177
- sqlite: driver did not support metaForeignKeys. #179
+- memcache: add support for memcached PECL library. #322
- session: add 'httponly' flag to cookie. #190
- xml: support table 'opt' attribute with mysqli. #267