v.25.5Bug Fix (user-visible misbehavior in an official stable release)
Fixed several types of SELECT queries
Fixed several types ofSELECTqueries that read from tables withMongoDBengine ormongodbtable function: queries with implicit conversion of const value inWHEREclause (e.g.WHERE datetime = '2025-03-10 00:00:00') ; queries withLIMITandGROUP BY. Previously, they could return the wrong result. #78777 (Anton Popov).