Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
2017-06-17
| ||
19:06 | Avoid adding an artifical "LIMIT 1" on scalar subqueries that do not need it. This seems like a pointless optimization as it makes minimal run-time difference but does increase code complexity. Parked on a branch for historical reference. Leaf check-in: c21628e9c1 user: drh tags: subquery-limit-opt | |
18:49 | Fix a missing comma in the previous check-in. check-in: f3db02f490 user: drh tags: trunk | |