diff options
| author | Damien Regad <dregad@mantisbt.org> | 2016-02-24 13:23:38 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2016-02-24 13:23:38 +0100 |
| commit | 03e3c06d465d137f74f217db87335a905b2f4c6e (patch) | |
| tree | 56d022929ce874b7e20992a16c713355c15a3a50 /docs/changelog.md | |
| parent | d22910e7f3a88b83ae32216efd838d87fafaa008 (diff) | |
| download | adodb-03e3c06d465d137f74f217db87335a905b2f4c6e.tar.gz adodb-03e3c06d465d137f74f217db87335a905b2f4c6e.tar.bz2 adodb-03e3c06d465d137f74f217db87335a905b2f4c6e.zip | |
Update changelog
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 765b5303..3b06f5c8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -15,6 +15,9 @@ Older changelogs: - 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 +- adodb: fix getAssoc() with fetch mode = ADODB_FETCH_BOTH. #189, #198 +- adodb: Improve array identification in ADOrecordset::getAssoc(). #101 +- adodb: MetaColumns() consistently returns Actual Type by default in all drivers. #184, #133 - mssqlnative: Query not returning id. #185 - mssqlnative: support SQL Server 2014 databases. #186 - mysql: setConnectionParameter() now allows multiple parameters with the same key value. #187 @@ -23,6 +26,7 @@ Older changelogs: - mysqli: method failed if $associative set true. #181 - mysqli: return fields as ADOFieldObject objects. #175 - odbc/mssql: fix null strings concatenation issue with SQL server 2012. #148 +- odbc: MetaColumns() can optionally be set to return MetaType for backwards compatibility. #184 - sqlite: _createSuffix is now compatible with parent. #178 - sqlite: metaIndexes could not locate indexes on uppercase table name. #176 - sqlite: Fix Metataypes mapping. #177 |
