| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-11 | Whitespace | Damien Regad | 1 | -11/+11 | |
| 2021-03-11 | Fix PHPStorm static analysis warnings | Damien Regad | 1 | -0/+3 | |
| - SQL syntax - unused variables - duplicated code - Whitespace - Variables and return types in PHPDoc | |||||
| 2021-03-08 | Bump version to 5.21.1-dev | Damien Regad | 1 | -1/+1 | |
| 2021-02-27 | Bump version to 5.21.0v5.21.0 | Damien Regad | 1 | -1/+1 | |
| 2021-02-02 | Bump version to 5.21.0-rc.1v5.21.0-rc.1 | Damien Regad | 1 | -1/+1 | |
| 2020-12-20 | Bump version to 5.21.0-beta.1v5.21.0-beta.1 | Damien Regad | 1 | -1/+1 | |
| 2020-01-05 | Replace call to _array_change_key_case see #587 | Mark Newnham | 1 | -1/+2 | |
| 2020-01-05 | camelCase function names - adodb-datadict.php | peterdd | 1 | -98/+98 | |
| Fixes #425 | |||||
| 2019-12-30 | Extend Control of BLOB data dictionary feature | Martin Schleußer | 1 | -2/+2 | |
| Add 'XL' to the blob checks in _GenFields. See #292 | |||||
| 2019-12-30 | Provides Control of BLOB data dictionary feature | Mark Newnham | 1 | -6/+29 | |
| ADOdb automatically disallows setting of NOT NULL or DEFAULT values on blob type fields. This was due to historic limitations on data types that no longer exists. This commit takes the work done in PR #118 by @obmsch and adds the driver for SQLite. Fixes #292 | |||||
| 2019-11-12 | Codespell assisted typo cleaning | Jean-Michel Vourgère | 1 | -5/+5 | |
| 2017-11-25 | Replace each() with foreach for PHP7.2 compatibility | Marina Glancy | 1 | -1/+1 | |
| 2016-01-31 | A user-defined default Metatype is now available | Mark Newnham | 1 | -1/+1 | |
| The user can now define a constant ADODB_DEFAULT_METATYPE. This overrides the original default value of 'N' and allows the user to control how a field of unknown metaType is presented. The constant controls the behavior of the returned value from the method MetaType(). Fixes #165 | |||||
| 2016-01-31 | addColumnSql now supports ENUM data types | Mark Newnham | 1 | -3/+29 | |
| addColumnSql (and methods that call it, such as createTableSql), now correctly parse the ENUM data type and associated VALUE lists, if the underlying database supports it. actively supported databases known to support it are mysql, postgres, oracle, db2. The statement will fail if the database does not support it (e.g. mssql, sqlite) Fixes #26 | |||||
| 2016-01-31 | Added optional argument to datadict/_getsize() | Mark Newnham | 1 | -1/+1 | |
| The private method datadict/_getSize() now has a new, optional 5th argument that allows the passing of additional information for processing data types See issue #26 | |||||
| 2016-01-02 | Update version 5.21.0-dev release year to 2016 | Damien Regad | 1 | -1/+1 | |
| 2015-12-27 | Update version to avoid merge conflicts | 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-26 | Adjust header comment blocks | Damien Regad | 1 | -1/+3 | |
| - running SED script - manual adjustments for files not processed by regex | |||||
| 2014-04-30 | Bump version to 5.20dev | Damien Regad | 1 | -1/+1 | |
| 2014-04-23 | Bump version to 5.19v5.19 | Damien Regad | 1 | -1/+1 | |
| 2014-02-24 | Remove closing php tag | Damien Regad | 1 | -1/+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/+1032 | |
| - Move all files in adodb5/ to root - Remove adodb-for-php4/ directory | |||||
