More comment fixes. No changes to code.
FossilOrigin-Name: 5c9133ef431a031249760267ca851239d0857ffba633cac27d3865cf179c3274
This commit is contained in:
parent
0751fc3b85
commit
cf5cab01cf
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
||||
C Allow\smore\sline\swith\son\sthe\sdebugging\soutput\sfor\sSrcItem\selements\sin\sthe\nparse\stree.\s\sThis\saffects\sdebugging\sbuilds\sonly\sand\sis\sa\sno-op\sfor\sproduction\nbuilds.
|
||||
D 2022-06-22T14:43:52.362
|
||||
C More\scomment\sfixes.\s\sNo\schanges\sto\scode.
|
||||
D 2022-06-22T15:55:28.710
|
||||
F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
|
||||
F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
|
||||
F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
|
||||
@ -570,7 +570,7 @@ F src/printf.c 6166a30417b05c5b2f82e1f183f75faa2926ad60531c0b688a57dbc951441a20
|
||||
F src/random.c 097dc8b31b8fba5a9aca1697aeb9fd82078ec91be734c16bffda620ced7ab83c
|
||||
F src/resolve.c 1655e44c77c51ebbe82924287528a78bd4a4aaaf34189dbae28d19ccf2ca615c
|
||||
F src/rowset.c ba9515a922af32abe1f7d39406b9d35730ed65efab9443dc5702693b60854c92
|
||||
F src/select.c baadb1b3fd0e87f82f0c416b68a5b8d90d8f4ffb3568c9a86f84a2be7d40261f
|
||||
F src/select.c ede9acfd0b792ad1fc8f07c847e566f2dc2056ab81332ae0f4c82ee993d2bd1b
|
||||
F src/shell.c.in 08e59f1cb9d9b1180aba52861aaada0c95f6ddd210488719684e160a0724c806
|
||||
F src/sqlite.h.in 172528c287399a34f188154017b7268bf82c6d5b780902e361958d2318c4e37c
|
||||
F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8
|
||||
@ -660,7 +660,7 @@ F src/walker.c f890a3298418d7cba3b69b8803594fdc484ea241206a8dfa99db6dd36f8cbb3b
|
||||
F src/where.c 518fd39eb7d0fa7bea59d990fb41dc369206d58f42257718ed01fdc814ce55c9
|
||||
F src/whereInt.h b48ca529ffe293c18cbfa8326af18a09e39910de66fb3e96ef788c7cbf8ef3a7
|
||||
F src/wherecode.c 0b09abfcb88c61c6a6984a3e065786631ff35495e9bdf865e6b74ab0a1299c5b
|
||||
F src/whereexpr.c 4dae5e39a813224bec5bc404ebc328ad369766c39652692ae145e0870ca4cc5b
|
||||
F src/whereexpr.c 55a39f42aaf982574fbf52906371a84cceed98a994422198dfd03db4fce4cc46
|
||||
F src/window.c fff1b51757438c664e471d5184634e48dcdf8ea34b640f3b1b0810b1e06de18c
|
||||
F test/8_3_names.test ebbb5cd36741350040fd28b432ceadf495be25b2
|
||||
F test/affinity2.test ce1aafc86e110685b324e9a763eab4f2a73f737842ec3b687bd965867de90627
|
||||
@ -1978,8 +1978,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
|
||||
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
|
||||
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
|
||||
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
|
||||
P d9a320448f5693d906adf437800675cd4773701db065f3ed238b933fb80f6681
|
||||
R 27ed9fcb382af87d5a08bc34ff2d6974
|
||||
P edbe24e7fc81ab6c26ab05f2231cb46d157d71a677ce8a2983e0c6e48122a2bd
|
||||
R eed41148dbd1edc9cf961b34c5434b7b
|
||||
U drh
|
||||
Z a2538d4ae7c9b67cd89e3d643eaf4fd0
|
||||
Z 26bd716937413acf498443519370ce68
|
||||
# Remove this line to create a well-formed Fossil manifest.
|
||||
|
@ -1 +1 @@
|
||||
edbe24e7fc81ab6c26ab05f2231cb46d157d71a677ce8a2983e0c6e48122a2bd
|
||||
5c9133ef431a031249760267ca851239d0857ffba633cac27d3865cf179c3274
|
@ -6994,7 +6994,7 @@ int sqlite3Select(
|
||||
|
||||
/* Generate code to implement the subquery
|
||||
**
|
||||
** The subquery is implemented as a co-routine all if the following are
|
||||
** The subquery is implemented as a co-routine if all of the following are
|
||||
** true:
|
||||
**
|
||||
** (1) the subquery is guaranteed to be the outer loop (so that
|
||||
|
@ -1124,7 +1124,7 @@ static void exprAnalyze(
|
||||
** Most other SQL database engines raise an error. But SQLite versions
|
||||
** 3.0 through 3.38 just put the ON clause constraint into the WHERE
|
||||
** clause and carried on. Beginning with 3.39, raise an error only
|
||||
** if there is a RIGHT or LEFT JOIN in the query. This makes SQLite
|
||||
** if there is a RIGHT or FULL JOIN in the query. This makes SQLite
|
||||
** more like other systems, and also preserves legacy. */
|
||||
if( ALWAYS(pSrc->nSrc>0) && (pSrc->a[0].fg.jointype & JT_LTORJ)!=0 ){
|
||||
sqlite3ErrorMsg(pParse, "ON clause references tables to its right");
|
||||
|
Loading…
Reference in New Issue
Block a user