mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
- Don't cache ebean compiled query plan when InTuples goes into literal mode - Postgres maxInBinding = 32_000; - SQLite maxInBinding = 800; - Note that not caching the compiled query plan means that metrics visitor isn't going to see it, we lose collection of that query execution metric. We might need a plan to fix this later.