Fixed handling of IN conditions and upsert queries
What's Changed
Bug fixes
- Fix handling of LIMIT / OFFSET in queries with the IN condition by @macbre in #387
- Properly support upsert queries when extracting table names by @macbre in #388
Others
- build(deps-dev): bump black from 23.1.0 to 23.3.0 by @dependabot in #379
- build(deps-dev): bump pylint from 2.17.1 to 2.17.2 by @dependabot in #380
- build(deps-dev): bump pytest from 7.2.2 to 7.3.0 by @dependabot in #381
- build(deps-dev): bump pytest from 7.3.0 to 7.3.1 by @dependabot in #383
- build(deps): bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #385
- build(deps): bump sqlparse from 0.4.3 to 0.4.4 by @dependabot in #386
Full Changelog: v2.7.0...v2.8.0