databendlabs / databend-jdbc

jdbc implementation for databend cloud
Apache License 2.0
10 stars 10 forks source link

Need change "=" to "like" in GetMetadataResultSet #247

Closed hantmac closed 1 month ago

hantmac commented 1 month ago

For some other reason, the stringColumnLike method was change the like to =, but the jdbc standard need support like. We need to change it to like. image