luboshl / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

Use a wildcard to find objects. #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use a wildcard to find objects in the object browser.

For example:

"sp%object%"

It can also be implemented with regular expressions.

What you think?

Original issue reported on code.google.com by zluis0@gmail.com on 3 Nov 2009 at 7:34

GoogleCodeExporter commented 9 years ago
it is there...
not with the regular expression, but with like expression.

if in search string you use % then the search use your string in like 
expression as is.
if there is no % then it's added at the end of search string to be used in like
expression.

Original comment by daggett....@gmail.com on 3 Nov 2009 at 7:49

GoogleCodeExporter commented 9 years ago
Excellent ...

Thanks!

Original comment by zluis0@gmail.com on 3 Nov 2009 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by daggett....@gmail.com on 4 Nov 2009 at 6:44