diff options
| author | Damien Regad <dregad@mantisbt.org> | 2019-11-24 11:53:22 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2019-11-24 11:53:22 +0100 |
| commit | 9539e7c1d0189a56798beab977e1cfa557b493e9 (patch) | |
| tree | c8bc7fcd9cf647463e5d6147a443a99bc20aa38c | |
| parent | d7bcb02ee4714f82e04c9d954755f147f27a2b52 (diff) | |
| download | adodb-9539e7c1d0189a56798beab977e1cfa557b493e9.tar.gz adodb-9539e7c1d0189a56798beab977e1cfa557b493e9.tar.bz2 adodb-9539e7c1d0189a56798beab977e1cfa557b493e9.zip | |
Fix broken documentation reference in changelog
In 5.06, a link was referencing the old html documentation. Changed to
adodb.org instead.
| -rw-r--r-- | docs/changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 2e45d77d..762f9432 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -407,7 +407,7 @@ other database types as well; all drivers derived from the above are also impact ## 5.06 - 16 Oct 2008 - Added driver adodb-pdo_sqlite.inc.php. Thanks Diogo Toscano (diogo#scriptcase.net) for the code. -- Added support for [one-to-many relationships](docs-active-record.htm#onetomany) with BelongsTo() and HasMany() in adodb_active_record. +- Added support for [one-to-many relationships](https://adodb.org/dokuwiki/doku.php?id=v5:userguide:active_record#one_to_many_relations) with BelongsTo() and HasMany() in adodb_active_record. - Added BINARY type to mysql.inc.php (also in 4.991). - Added support for SelectLimit($sql,-1,100) in oci8. (also in 4.991). - New $conn->GetMedian($table, $field, $where='') to get median account no. (also in 4.991) |
