| /sqlite-3.40.0/contrib/ |
| H A D | sqlitecon.tcl | 47 pack $w.mb -side top -fill x 50 pack $w.mb.file $w.mb.edit -side left -padx 8 -pady 1 75 pack $w.sb -side right -fill y 77 pack $w.t -side right -fill both -expand 1 651 pack $w.b -side bottom -fill x 659 -side left -padx 5 -pady 5 -expand 1 662 pack $w.title -side top -padx 5 -pady 5 665 pack $w.t -side left -fill both -expand 1 667 pack $w.sb -side left -fill y
|
| /sqlite-3.40.0/test/ |
| H A D | show_speedtest1_rtree.tcl | 24 pack .b.b1 .b.b2 .b.b3 -side left 25 pack .c -side top -fill both -expand 1 26 pack .b -side top
|
| H A D | tkt1443.test | 17 # side of an IN operator were not being checked correctly. So in an 22 # the optimizer was missing the fact that the right-hand side of the IN
|
| H A D | vtabB.test | 16 # Also make sure a virtual table on the right-hand side of an IN operator
|
| H A D | trigger6.test | 15 # If an expression uses a function that has side-effects or which
|
| H A D | in.test | 65 # Testing of the IN operator using static lists on the right-hand side. 103 # Testing the IN operator where the right-hand side is a SELECT 340 # Type affinity applied to the right-hand side of an IN operator. 495 # appears as part of a set of values on the right-hand side of an
|
| H A D | sidedelete.test | 13 # changes that involve side effects that delete rows from
|
| H A D | whereK.test | 13 # factored from either side of the OR and combined into a single new
|
| H A D | tkt-80e031a00f.test | 15 # even if the left-hand side is NULL. 28 # list of scalar values on the right-hand side of an IN or NOT IN
|
| H A D | malloctraceviewer.tcl | 190 pack .pan.right.index -side top -fill x
|
| H A D | insert.test | 353 # to see if the right-hand side of an INSERT...SELECT references the left-hand 354 # side.
|
| H A D | capi3d.test | 200 # statement would change the database file through side-effects: SELECT
|
| H A D | collate2.test | 636 # Test that when one side has a default collation type and the other 664 # the focus of these tests is to ensure that the table on the left-hand-side
|
| H A D | misc3.test | 338 # Ticket #668: VDBE stack overflow occurs when the left-hand side
|
| H A D | collate5.test | 192 # either side of the troublesome 256 and 65536 byte marks.
|
| H A D | in3.test | 220 # Numeric affinity should be applied to each side before the comparison
|
| H A D | types2.test | 240 # The affinity of columns on the right side of IN(...) is ignored.
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 883 unsigned char side; /* 1 for p1, 2 for p2 */ member 903 unsigned char side, in geopolyAddOneSegment() argument 922 pSeg->side = side; in geopolyAddOneSegment() 944 unsigned char side /* The side of pPoly */ in geopolyAddSegments() argument 950 geopolyAddOneSegment(p, x[0], x[1], x[2], x[3], side, i); in geopolyAddSegments() 1100 iMask ^= pSeg->side; in geopolyOverlap() 1109 if( pPrev->y>pSeg->y && pPrev->side!=pSeg->side ){ in geopolyOverlap() 1112 pPrev->side, pPrev->idx, in geopolyOverlap() 1113 pSeg->side, pSeg->idx)); in geopolyOverlap() 1120 iMask ^= pSeg->side; in geopolyOverlap() [all …]
|
| H A D | rtreedoc2.test | 82 # right-hand side of the MATCH operator and the left-hand side of the 231 # the parameter values passed to the SQL function on the right-hand side
|
| H A D | rtreeC.test | 152 # Test that LEFT JOINs are not reordered if the right-hand-side is
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 11 two-way interchange of struct state with very little user-side 68 writes of the JS-side members are marshaled through a flat byte array 69 allocated from the WASM heap. As that heap is shared with the C-side 219 // C-side: 262 call for giving them different names in the JS side and the 494 collisions between the struct-side members and the JS-side ones 665 which refer to C-side struct counterparts. 719 to proxy static/shared C-side instances: 729 way of knowing when the C-side struct is destroyed. Results are 730 specifically undefined if the JS-side struct is used after the C-side [all …]
|
| /sqlite-3.40.0/doc/ |
| H A D | trusted-schema.md | 11 added features invoke SQL functions or virtual tables with side effects, 30 Direct-only elements, in contrast, might have cause side-effects and 49 Direct-only elements that have side-effects that go outside the database file 62 with side-effects are marked as Direct-Only.
|
| H A D | json-enhancements.md | 104 a JSON object label or an integer array index for the right-hand side
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | README.syntax | 16 If the left-hand-side of the MATCH operator is set to the name of the 122 left hand side of the MATCH operator, a specific column of the fts3 table 202 the left and right hand side operands of NEAR operators must be either
|
| /sqlite-3.40.0/src/ |
| H A D | in-operator.md | 12 The "x" is referred to as the LHS (left-hand side). The list or subquery 13 on the right is called the RHS (right-hand side). If the RHS is a list
|