On Thu, 19 Jul 2001 16:22, Stefan Bodewig wrote: > On Wed, 18 Jul 2001, Peter Donald <[EMAIL PROTECTED]> wrote: > > This same problem was "solved" in SQL years ago. ie imagine the > > following is psuedo antified sql. > > > > Select */*.java from src/java where readable == true > > Not quite, as you don't really specify a pattern in SQL, it would > rather be > > Select * from src/java where filename matches '*/*.java' and readable == > true > > Matching a pattern is just another condition for the where clause. > Your approach would be the easiest to integrate with the way filesets > work right now, but we should at least think about extending it a bit > further so that name="..." is just a condition as well.
I know - but that method was rejected in our last vote so I was trying to work around that ... ;) Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*
