husted 2002/11/20 18:09:13 Modified: scaffold STATUS.txt Log: [2002-11-20] + PropertiesException: Generalize message. + StorageBeanBase: Add support for reading command parameters from a *.param line for each query. + StorageBean*: Add paramList property (to ease migration to Commons.SQL) + StorageBean*,ProcessBean*: Move Remote* properties to ProcessBean. + ResultSetUtils: Deprecate setProperties in favor of BeanUtils.copyProperties. + ConvertUtils: Add tokenTo* methods. + build.xml: Add option for compling with debugging code. [2002-11-19] + StorageBeanBase: isNew: change to use String or Number validation when value is not null; store: Fix to use isNew. Revision Changes Path 1.12 +15 -0 jakarta-commons-sandbox/scaffold/STATUS.txt Index: STATUS.txt =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/scaffold/STATUS.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- STATUS.txt 31 Oct 2002 14:28:16 -0000 1.11 +++ STATUS.txt 21 Nov 2002 02:09:13 -0000 1.12 @@ -28,6 +28,21 @@ // ------------------------------------------------------------ CHANGES + +[2002-11-20] ++ StorageBeanBase: Add support for reading command parameters from +a *.param line for each query. ++ StorageBean*: Add paramList property (to ease migration to Commons.SQL) ++ StorageBean*,ProcessBean*: Move Remote* properties to ProcessBean. ++ ResultSetUtils: Deprecate setProperties in favor of BeanUtils.copyProperties. + +[2002-11-19] ++ StorageBeanBase: isNew: change to use String or Number validation +when value is not null; store: Fix to use isNew. + +[2002-11-13] ++ ConvertUtils: Add and refactor some Timestamp methods. + [2002-10-30] + ScrollerBean: Change getParameters to scrollerParams to avoid conflict with StorageBean method. Add scrollOffset property. Change searchKey to searchValue to avoid confusion as to purpose. Change return type to Object for using with non-string fields. + StatementUtils: Add like method for wrapping strings; remove *Like methods.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
