| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-08 | Bump version to 5.21.1-dev | Damien Regad | 7 | -7/+7 | |
| 2021-02-27 | Bump version to 5.21.0v5.21.0 | Damien Regad | 7 | -7/+7 | |
| 2021-02-02 | Bump version to 5.21.0-rc.1v5.21.0-rc.1 | Damien Regad | 7 | -7/+7 | |
| 2020-12-20 | Bump version to 5.21.0-beta.1v5.21.0-beta.1 | Damien Regad | 7 | -7/+7 | |
| 2020-12-19 | adodb.org is now served over SSL | Damien Regad | 7 | -7/+7 | |
| Change web site references from http://adodb.org to https. | |||||
| 2020-01-03 | PHPDoc for perf_mysql::tables() | Damien Regad | 1 | -0/+6 | |
| 2019-11-12 | Codespell assisted typo cleaning | Jean-Michel Vourgère | 2 | -2/+2 | |
| 2018-08-06 | Merge branch 'hotfix/5.20' (v5.20.13) | Damien Regad | 7 | -7/+7 | |
| # 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 | 7 | -7/+7 | |
| 2018-08-06 | Bump version to 5.20.13v5.20.13 | Damien Regad | 7 | -7/+7 | |
| 2018-08-06 | Replace adodb.sourceforge.net URLs by adodb.org | Damien Regad | 7 | -7/+7 | |
| 2018-07-18 | Function incompatible with parent see #435 | Mark Newnham | 1 | -1/+1 | |
| The tables() function was incompatible | |||||
| 2018-03-30 | Bump version to 5.20.12v5.20.12 | Damien Regad | 7 | -7/+7 | |
| 2018-03-30 | Bump version to 5.20.11v5.20.11 | Damien Regad | 7 | -7/+7 | |
| 2018-03-08 | Bump version to 5.20.10v5.20.10 | Damien Regad | 7 | -7/+7 | |
| 2016-12-21 | Bump version to 5.20.9v5.20.9 | Damien Regad | 7 | -7/+7 | |
| 2016-12-17 | Bump version to 5.20.8v5.20.8 | Damien Regad | 7 | -7/+7 | |
| 2016-09-20 | Bump version to 5.20.7v5.20.7 | Damien Regad | 7 | -7/+7 | |
| 2016-09-20 | Update changelog | Damien Regad | 7 | -7/+7 | |
| 2016-08-31 | Bump version to 5.20.6v5.20.6 | Damien Regad | 7 | -7/+7 | |
| 2016-08-10 | Bump version to 5.20.5v5.20.5 | Damien Regad | 7 | -7/+7 | |
| 2016-03-30 | Bump version to 5.20.4 | Damien Regad | 7 | -7/+7 | |
| 2016-01-10 | Coding guidelines: remove { } in switch default | Damien Regad | 2 | -4/+0 | |
| This prevents PHP_CodeSniffer from automatically fixing the file to comply with PSR-2 standards. | |||||
| 2016-01-02 | Update version 5.21.0-dev release year to 2016 | Damien Regad | 7 | -7/+7 | |
| 2016-01-01 | Bump version to 5.20.3v5.20.3 | Damien Regad | 7 | -7/+7 | |
| 2015-12-27 | Update version to avoid merge conflicts | Damien Regad | 7 | -7/+7 | |
| 2015-12-27 | Bump version to 5.20.2v5.20.2 | Damien Regad | 7 | -7/+7 | |
| 2015-12-06 | Bump version to 5.20.1v5.20.1 | Damien Regad | 7 | -7/+7 | |
| 2015-11-28 | Bump version to 5.21dev | Damien Regad | 7 | -7/+7 | |
| 2015-11-28 | Bump version to 5.20.0v5.20.0 | Damien Regad | 7 | -7/+7 | |
| 2015-11-26 | Adjust header comment blocks | Damien Regad | 7 | -7/+21 | |
| - running SED script - manual adjustments for files not processed by regex | |||||
| 2015-08-11 | Fix#139: Remove PHP 4 Constructors | Valentin Sheyretski | 7 | -7/+7 | |
| This is the original commit from @valioz, rebased on latest master Signed-off-by: Damien Regad <dregad@mantisbt.org> Conflicts: drivers/adodb-db2ora.inc.php drivers/adodb-mssqlpo.inc.php drivers/adodb-odbc_oracle.inc.php | |||||
| 2014-04-30 | Bump version to 5.20dev | Damien Regad | 7 | -7/+7 | |
| 2014-04-23 | Bump version to 5.19v5.19 | Damien Regad | 7 | -7/+7 | |
| 2014-02-24 | Remove closing php tag | Damien Regad | 7 | -9/+0 | |
| http://php.net/manual/en/language.basic-syntax.phptags.php | |||||
| 2014-01-21 | Bump version to 5.19dev | Damien Regad | 7 | -7/+7 | |
| 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-22 | 'str' not a valid phpdoc type definition keyword | Damien Regad | 1 | -2/+2 | |
| 2013-08-13 | Method declaration did not match parent::Tables | Mark Newnham | 1 | -3/+8 | |
| Was throwing error with E_STRICT. Fixes #1 | |||||
| 2013-08-09 | Various MSSQL fixes | Mark Newnham | 1 | -1/+1 | |
| Contact the commit's author directly for all comments/fixes. General ======= - The driver is qualified to run on Server 2005, 2008 and 2012. - At startup, the driver identifies the SQL Server version, which allows it to invisibly take advantage of new features available in SQL server 2012. - It will not run on SQL Server 2000, although I'm sure it would be easy enough to fix. - It includes all patches to the known bugs that I can find on the phplens forum. - Much of the debugging has been removed, as this impeded program debugging when used with FastCGI - Some fixes are my own versions of those reported on the phplens boards drivers/adodb-mssqlnative.inc ============================= Changed mapping of bigint from I to I8 MetaColumns() -------------- Missing MetaColumns function, re-introduced, Produces an extended list of 10 field attributes, including auto-increment, nullable GenID() / CreateSequence() -------------------------- - On Server 2008 and lower, uses the historical sequence emulation. - On Server 2012. Uses the newly introduced Create Sequence statement. FetchField() ------------ This follows the method used in the oracle driver and caches the metadata at initialisation, which helps performance. datadict/datadict-mssqlnative.inc ================================= Missing file reintroduced, to support SQL Server format datadict functions perf/perf-mssqlnative.inc ========================= Tables() -------- Arguments to the Tables() function declared incorrectly | |||||
| 2013-08-05 | Reorg: ADOdb5 (master) branch | Damien Regad | 7 | -0/+1670 | |
| - Move all files in adodb5/ to root - Remove adodb-for-php4/ directory | |||||
