| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
|
|
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
|
|
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
|
|
|
|
|
|
|
|
|
|
- running SED script
- manual adjustments for files not processed by regex
|
|
|
|
|
|
http://php.net/manual/en/language.basic-syntax.phptags.php
|
|
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.
|
|
- Move all files in adodb5/ to root
- Remove adodb-for-php4/ directory
|