summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-09-14 18:15:05 +0200
committerDamien Regad <dregad@mantisbt.org>2016-10-11 12:38:32 +0200
commit376249c45f9e51e327ab0af22e9bfc9918abc0b4 (patch)
tree0790857b05a518bdc4708facb0477f424c125089 /docs/changelog.md
parent0f4217eda802ab5f9fdab50323ed302df650b100 (diff)
downloadadodb-376249c45f9e51e327ab0af22e9bfc9918abc0b4.tar.gz
adodb-376249c45f9e51e327ab0af22e9bfc9918abc0b4.tar.bz2
adodb-376249c45f9e51e327ab0af22e9bfc9918abc0b4.zip
Remove references to ADOdb Extension
The ADOdb Extension's development stopped at version 5.04. It is no longer maintained or supported, yet the library still contains code referencing it. If those code branches are executed, ADOdb will not perform properly, due to missing constant declarations (among other things). This commit removes all references to the Extension. Fixes #270, #269
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 2240c5a3..124a8d35 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -20,8 +20,9 @@ Older changelogs:
- adodb: Add new value defaulting mode for getInsertSQL(). #214
- adodb: Added portable substring method. #219
- adodb: New helper methods: day(), month(), year(). #225
+- adodb: Remove references to obsolete ADOdb Extension. #270
- 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
+- adodb-time: Add 'W' (week of year) format support in adodb_date(). #223
- firebird: updated driver, thanks to Lester Caine. #201
- mssql: Add charMax() and textMax() methods. #220
- mssqlnative: Query not returning id. #185