Page 1 of 1

databaseManager.getTableFilterParams (158142)

PostPosted: Fri Oct 31, 2008 4:33 pm
by agiletortoise
I've had a request (#158142) in for the addition of "databaseManager.getTableFilterParams" and got a general agreement at ServoyWorld that it could be added -- I would really, really love it if this could make it in the 4.1 release cycle. :-)

There's currently no way to introspect table filters. When this makes it in, I plan to add support for table filters to my sql generation module (http://code.google.com/p/servoymodsql) to automatically add the appropriate clauses based on table filters so that they can be transparently supported in sql queries.

Thanks,

g.

Re: databaseManager.getTableFilterParams (158142)

PostPosted: Sun Nov 02, 2008 11:37 pm
by rgansevles
Greg,

This will be included in the next 4.1 beta which is expected to be released this week.

Rob

Re: databaseManager.getTableFilterParams (158142)

PostPosted: Mon Nov 03, 2008 4:12 pm
by agiletortoise
thanks