856872 [http-8080-Processor3] INFO org.dbforms.config.Table -
::getSelectQuery - [SELECT ID, NAME, DESCRIPTION,
Sorry, here is the full line:
856872 [http-8080-Processor3] INFO org.dbforms.config.Table -
::getSelectQuery - [SELECT ID, NAME, DESCRIPTION, CREATED, CREATEDBY,
CHANGED, CHANGEDBY
Hi,
Older cvs versions worked ok.
Which older version? One step back?
Yes, some weeks old cvs tree. It also works fine with last releases.
Here is more crop from the same log:
856842 [http-8080-Processor3] DEBUG org.dbforms.taglib.DbFormTag -
orderBy=ID DESC
856842 [http-8080-Processor3] INFO o
As a starting point, here is what I have done in my private branch. It's not
perfect and I'm looking for feedback before suggesting we introduce these
changes to CVS.
I created a parallel set of classes DbEventInterceptorSupport2,
DbEventInterceptor2. With the difference being they use the
Interc
plan on adding a setData(Object x) and getData() method to
InterceptorParameters to be used to pass info between preX()
and postX() methods. The current method of putting things in
the session seems a little kludgey.
+1 session stuffy is kledgey.
We have had this discussion sometime ago.
With the
>
> public class ClassUnitInterceptor extends DbEventInterceptorSupport2 {
> public void preInsert (InterceptorParameters iparms) {...}
> }
>
> The advantage is I can add things to InterceptorParameters
> without breaking existing code. My changes introduce
> DbEventInterceptorSupport2
>
> Older cvs versions worked ok.
>
Which older version? One step back?
Cheers,
Henner
---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one mo
Hi list,
while making diffs and cvs up'ing to current CVS head, I noticed that
there is probably a bug in tag. Although I do specify the
orderBy attribute to "ID DESC", here is what log shows:
856842 [http-8080-Processor3] DEBUG org.dbforms.taglib.DbFormTag -
orderBy=ID DESC
856842 [http-8080
> In next two days I'm going to provide some blob related
> patches. One is
> for blob interceptor to save the mime type as well as file size of an
> uploaded file. Another are for inserting data from textarea into the
> blob column. I will also try to use the Escaper facilities to specify
> t