Commit Graph

3 Commits

Author SHA1 Message Date
Federico Caselli e99fc16fbd fix typo in sphinx target introduced in bd290c4329
Change-Id: Ie085696fca3ce44ad7af611246fc8be45abbc433
2023-06-13 21:19:51 +02:00
Federico Caselli bd290c4329 various minor docs improvements
Change-Id: I5e7332047c03260792bf990aafd0ef4e15f5f082
2023-06-12 22:28:25 +02:00
Mike Bayer 654b462d66 tutorial 2.0 WIP
Add SelectBase.exists() method as it seems strange this is
not available already.  The Exists construct itself does
not provide full SELECT-building capabilities so it makes
sense this should be used more like a scalar_subquery.

Make sure stream_results is getting set up when yield_per
is used, for 2.0 style statements as well.  this was
hardcoded inside of Query.yield_per() and is now moved
to take place within QueryContext.

Change-Id: Icafcd4fd9b708772343d56edf40995c9e8f835d6
2020-10-31 13:44:53 -04:00