ryan-syed opened a new pull request, #1328: URL: https://github.com/apache/arrow-adbc/pull/1328
### Description: `GetObjects` API was inconsistent case sensitivity for patterns. `getObjectsDbSchemas` driver implementation used `LIKE` whereas `getObjectsTables` used `ILIKE` ### Solution: Based on discussion here: https://github.com/apache/arrow-adbc/issues/1314 changed `GetObjects` API to use `ILIKE` throughout instead of `LIKE` ### Testing: Added tests for lowercase, uppercase and `_` wildcard -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
