| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-08-06 | Merge branch 'hotfix/5.20' (v5.20.13) | Damien Regad | 1 | -1/+2 | |
| # Conflicts: # adodb-time.inc.php # docs/changelog.md # drivers/adodb-mssql.inc.php # drivers/adodb-mssqlnative.inc.php # drivers/adodb-oci8po.inc.php | |||||
| 2018-08-06 | Reset version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Bump version to 5.20.13v5.20.13 | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Replace adodb.sourceforge.net URLs by adodb.org | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Standardize "latest version" comments | Damien Regad | 1 | -1/+2 | |
| 2018-03-30 | Bump version to 5.20.12v5.20.12 | Damien Regad | 1 | -1/+1 | |
| 2018-03-30 | Bump version to 5.20.11v5.20.11 | Damien Regad | 1 | -1/+1 | |
| 2018-03-08 | Bump version to 5.20.10v5.20.10 | Damien Regad | 1 | -1/+1 | |
| 2017-11-25 | Merge branch 'hotfix/5.20.10' | Damien Regad | 1 | -1/+1 | |
| 2017-11-25 | Fix year validation in adodb_validdate() | Marco Menzel | 1 | -1/+1 | |
| Given year can only be less than 3000 or greater than 1000. Fixes #375 | |||||
| 2016-12-21 | Bump version to 5.20.9v5.20.9 | Damien Regad | 1 | -1/+1 | |
| 2016-12-17 | Bump version to 5.20.8v5.20.8 | Damien Regad | 1 | -1/+1 | |
| 2016-09-20 | Bump version to 5.20.7v5.20.7 | Damien Regad | 1 | -1/+1 | |
| 2016-09-20 | Update changelog | Damien Regad | 1 | -1/+1 | |
| 2016-08-31 | Bump version to 5.20.6v5.20.6 | Damien Regad | 1 | -1/+1 | |
| 2016-08-10 | Bump version to 5.20.5v5.20.5 | Damien Regad | 1 | -1/+1 | |
| 2016-04-27 | Add week of year support in date library | Mark Newnham | 1 | -0/+3 | |
| The ADOdb date/time library did not include support for the time format 'W' which returns the week of the year (1-52) that the provided date falls into. This format is supported by the standard PHP library, which means that if the provided date falls outside the 32-bit date range where adodb hands off data calculations to the standard gmdate for performance reasons, then the value is not calculated. 'W' is one of the standard identifiers used by sqlDate(), and adodb_date is used by sqlite to perform date calculations. Fixes #223 | |||||
| 2016-04-27 | Quarter of year not returned correctly | Mark Newnham | 1 | -3/+12 | |
| The ADOdb date/time library includes support for the time format 'Q' which returns the quarter of the year that the provided date falls into. This format is not supported by the standard PHP library, which means that if the provided date falls into the 32-bit date range where ADOdb hands off data calculations to the standard gmdate() for performance reasons, then the value is not calculated. The solution would be that, if a supplied format contained the 'Q' character, it would bypass the normal 32 bit test and be handled by the adodb date library in adodb_date() In addition, the quarter function does not return the correct value, it returns 3rds of a year instead of Quarters. Fixes #222 | |||||
| 2016-03-30 | Bump version to 5.20.4 | Damien Regad | 1 | -1/+1 | |
| 2016-01-02 | Update version 5.21.0-dev release year to 2016 | Damien Regad | 1 | -1/+1 | |
| 2016-01-01 | Bump version to 5.20.3v5.20.3 | Damien Regad | 1 | -1/+1 | |
| 2015-12-27 | Update version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| 2015-12-27 | Bump version to 5.20.2v5.20.2 | Damien Regad | 1 | -1/+1 | |
| 2015-12-06 | Bump version to 5.20.1v5.20.1 | Damien Regad | 1 | -1/+1 | |
| 2015-11-28 | Bump version to 5.21dev | Damien Regad | 1 | -1/+1 | |
| 2015-11-28 | Bump version to 5.20.0v5.20.0 | Damien Regad | 1 | -1/+1 | |
| 2015-11-27 | Add missing version / copyright information | Damien Regad | 1 | -0/+4 | |
| 2015-03-04 | Fix further broken links and remove some obsolete material | Damien Regad | 1 | -1/+1 | |
| 2014-08-07 | Convert files from ISO-8859-1 encoding to UTF-8 | Damien Regad | 1 | -1/+1 | |
| Fixes #32 | |||||
| 2014-02-24 | Remove closing php tag | Damien Regad | 1 | -3/+0 | |
| http://php.net/manual/en/language.basic-syntax.phptags.php | |||||
| 2014-01-21 | Bump version to 5.19dev | Damien Regad | 1 | -1/+1 | |
| Bumped 'dev' version allows users who rely on source code downloaded from the git repository rather than an official release tarball to reliably determine that they are running a development version of the library. | |||||
| 2013-08-05 | Reorg: ADOdb5 (master) branch | Damien Regad | 1 | -0/+1461 | |
| - Move all files in adodb5/ to root - Remove adodb-for-php4/ directory | |||||
