Shawn wrote:
Well you think it is better, why do you think that?

Are you suggesting that this filter can replace a whereClause attribute, or just the current filter attribute?

it doesn't replace anything, is a new add-on

The current use of filter is that it gets ignored if a whereClause is specified. Is that also the case with yours?
yes

Techincally speaking, I can not vote right one way or the other by looking at your code since I don't understand the internals enough, but I need to know usage so the manual can be correct. It looks like your sqlQuery will replace both the whereClause and filter attributes. If so, I give it a +1 because use would be simpler (ie orderBy will always be orderBy and you don't have to worry about if you use orderBy attribute or put it in with whereClause).


this filter is much simple than the old one, but much more powerful. In it you simply write a sql condition, that will be inserted AS IT IS (obviously and-ed with the others conditions generated) in the where clause

If it is a replacement and not just additional functionability, then I guess in terms of backward compatibility 1.1.4 won't be compatible with previous releases. Or could we tell users, this is a better way to do filtering but the filter attribute still works for backwards compatibility?

sure

cheers,
Sergio Moretti



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to