Artifact 6dede310d202f7a0da7f4ac1921f153707fa3d4f:
- File src/select.c — part of check-in [cf7f9e6d5a] at 2016-09-26 14:39:05 on branch trunk — When flattening a query of the form "SELECT * FROM (SELECT * FROM tbl WHERE x=?) WHERE y=?", ensure that the final WHERE clause is "x=? AND y=?" instead of "y=? AND x=?". Although it is still not guaranteed, this makes the order in which WHERE clause terms are processed comport more closely to users expectations. (user: dan size: 207315) [more...]
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.