summaryrefslogtreecommitdiff
path: root/adodb-datadict.inc.php
AgeCommit message (Collapse)AuthorFilesLines
2020-01-05Replace call to _array_change_key_case see #587Mark Newnham1-1/+2
2020-01-05camelCase function names - adodb-datadict.phppeterdd1-98/+98
Fixes #425
2019-12-30Extend Control of BLOB data dictionary featureMartin Schleußer1-2/+2
Add 'XL' to the blob checks in _GenFields. See #292
2019-12-30Provides Control of BLOB data dictionary featureMark Newnham1-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-12Codespell assisted typo cleaningJean-Michel Vourgère1-5/+5
2017-11-25Replace each() with foreach for PHP7.2 compatibilityMarina Glancy1-1/+1
2016-01-31A user-defined default Metatype is now availableMark Newnham1-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-31addColumnSql now supports ENUM data typesMark Newnham1-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-31Added optional argument to datadict/_getsize()Mark Newnham1-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-02Update version 5.21.0-dev release year to 2016Damien Regad1-1/+1
2015-12-27Update version to avoid merge conflictsDamien Regad1-1/+1
2015-11-28Bump version to 5.21devDamien Regad1-1/+1
2015-11-28Bump version to 5.20.0v5.20.0Damien Regad1-1/+1
2015-11-26Adjust header comment blocksDamien Regad1-1/+3
- running SED script - manual adjustments for files not processed by regex
2014-04-30Bump version to 5.20devDamien Regad1-1/+1
2014-04-23Bump version to 5.19v5.19Damien Regad1-1/+1
2014-02-24Remove closing php tagDamien Regad1-1/+0
http://php.net/manual/en/language.basic-syntax.phptags.php
2014-01-21Bump version to 5.19devDamien Regad1-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-05Reorg: ADOdb5 (master) branchDamien Regad1-0/+1032
- Move all files in adodb5/ to root - Remove adodb-for-php4/ directory