Subject | Re: [Firebird-Java] Re: FBDatabaseMetaData and underscores |
---|---|
Author | David Jencks |
Post date | 2002-06-05T14:49:51Z |
I believe my implementation is spec compliant. It would certainly be
simpler not to handle wildcards at all. Try escaping them like this:
column\_name
or if you a literal string
"column\\_name"
Then you shouldn't see the extra spaces or the LIKE used either.
There are tests for this in jca/TestDataBaseMetaData.java
david jencks
simpler not to handle wildcards at all. Try escaping them like this:
column\_name
or if you a literal string
"column\\_name"
Then you shouldn't see the extra spaces or the LIKE used either.
There are tests for this in jca/TestDataBaseMetaData.java
david jencks
On 2002.06.05 10:29:02 -0400 llafranc78 wrote:
>
> >
> > Blame yourself for not counting with that bug :)
> >
>
> Maybe I'll do :)
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>