where in无法兼容老版本语法

Open
#186 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
php
Domain
database

Research direction

No file or test is named. Start by locating the query-condition parsing entry point and compare its handling of the legacy where(['id' => ['in', [1,2,3,4,5]]]) syntax with the 5.X behavior; done means this syntax works in the newer version and has regression coverage.

Written by the indexing model from the issue text.

Description

5.X支持如where(['id'=>['in',[1,2,3,4,5]]])的查询,新版本不支持此类查询,建议兼容一下。

Dominant language
PHP
Stars
437
Forks
188
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from top-think/think-orm

All issues in top-think/think-orm

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.