Your Question

The document you expected this should be explained

Expected answer

使用db.where("id = ?", 1).where("name = ?","abc").first(&row) 的时候,如何保证生成的SQL的where条件的顺序呢?我在使用过程中发现,后面的链式where条件有时组合到前面去了。

Comment From: github-actions[bot]

This issue has been automatically marked as stale because it has been open 360 days with no activity. Remove stale label or comment or this will be closed in 180 days