Start package version 0.41

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3833 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-07-26 07:42:57 +00:00
parent 8e24549ddd
commit 26a78dfc0f
2 changed files with 29 additions and 1 deletions

28
debian/changelog vendored
View File

@@ -1,3 +1,31 @@
domframework (0.41-1) testing; urgency=low
FEATURES ADDED:
* dblayeroo: add < and > comparisons
* dblayeroo: Add DISTINCT feature to displayAdd
* dblayeroo: Add IS NOT NULL operator to whereAdd
* form: Block the submit button to not allow Chrome/Edge to submit multiple
times in case of multiple clicks on slow server
CORRECTED BUGS:
* getopts: substr in PHP7 has not the same result as PHP5.
* Add Exception if MB support is not available in PHP (External module in
PHP7)
* dblayeroo: whereAdd "IS NULL" : do not add the value as it doesn't exists
* dblayeroo: whereAddParenthesisOpen: Add automatically AND before if there is
no already defined operator
* dblayeroo: in GROUP_CONCAT, allow the Separator to be set (use sqlite
syntax, with a comma and the second optional parameter is the separator
string)
* dblayeroo: MySQL: push the group_concat_max_len to maximum allowed
* dblayeroo: Add alias support (AS) to displayAdd
* dblayeroo: UPDATE should not verify if the unique are not modified
* dblayeroo: Update of multiple not unique fields should not be an exception
* dblayeroo: if displayAdd is empty, remove all the previous defined displayed
columns
-- Dominique Fournier <dominique@fournier38.fr> Wed, 26 Jul 2017 09:42:25 +0200
domframework (0.40-1) testing; urgency=low
FEATURES ADDED: