[BUGFIX] ADOdb: support NOT NULL/DEFAULT field attributes on BLOB/TEXT fields
Instead of globally disallowing NOT NULL and DEFAULT field attributes make these attributes configurable per DBMS system. Data dictionaries for PostgreSQL and MySQL are adjusted to match the supported options. Resolves: #67442 Releases: master Change-Id: Ic0fb7a07ef4db9fc854489165ebc079382c2f011 Reviewed-on: http://review.typo3.org/40398 Reviewed-by:Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/adodb/Documentation/Index.rst 4 additions, 1 deletiontypo3/sysext/adodb/Documentation/Index.rst
- typo3/sysext/adodb/Documentation/typo3-adodb.diff 53 additions, 0 deletionstypo3/sysext/adodb/Documentation/typo3-adodb.diff
- typo3/sysext/adodb/adodb/adodb-datadict.inc.php 4 additions, 2 deletionstypo3/sysext/adodb/adodb/adodb-datadict.inc.php
- typo3/sysext/adodb/adodb/datadict/datadict-mysql.inc.php 1 addition, 0 deletionstypo3/sysext/adodb/adodb/datadict/datadict-mysql.inc.php
- typo3/sysext/adodb/adodb/datadict/datadict-postgres.inc.php 2 additions, 0 deletionstypo3/sysext/adodb/adodb/datadict/datadict-postgres.inc.php
Please register or sign in to comment