Lines Matching refs:string
254 # string or BLOB or table row, in bytes.
264 } {1 {string or blob too big}}
267 } {1 {string or blob too big}}
275 } {1 {string or blob too big}}
283 } {1 {string or blob too big}}
290 set ::str [string repeat A 65537]
291 set ::rep [string repeat B 65537]
293 } {1 {string or blob too big}}
301 # set ::str [string repeat %J 2100]
302 set ::str [string repeat %J 12100]
304 } {1 {string or blob too big}}
307 set ::str1 [string repeat A [expr {$SQLITE_LIMIT_LENGTH - 10}]]
308 set ::str2 [string repeat B [expr {$SQLITE_LIMIT_LENGTH - 10}]]
310 } {1 {string or blob too big}}
313 set ::str1 [string repeat ' [expr {$SQLITE_LIMIT_LENGTH - 10}]]
315 } {1 {string or blob too big}}
318 set ::str1 [string repeat ' [expr {$SQLITE_LIMIT_LENGTH - 10}]]
320 } {1 {string or blob too big}}
334 set ::str1 [string repeat A $np1]
375 } {1 {string or blob too big}}
379 set strvalue [string repeat A $::SQLITE_LIMIT_LENGTH]
385 } [list 1 {string or blob too big}]
393 } [list 1 {string or blob too big}]
394 set blobvalue [string repeat 41 $::SQLITE_LIMIT_LENGTH]
400 } [list 1 {string or blob too big}]
404 set strvalue [string repeat D [expr {$SQLITE_LIMIT_LENGTH-11}]]
410 } {1 {string or blob too big}}
424 set tail " /* A comment to take up space in order to make the string\
427 set N [expr {(50000 / [string length $tail])+1}]
428 append sql [string repeat $tail $N]
430 } {1 {string or blob too big}}
434 set tail " /* A comment to take up space in order to make the string\
437 set N [expr {(50000 / [string length $tail])+1}]
438 append sql [string repeat $tail $N]
439 set nbytes [string length $sql]
703 set expr "(1 [string repeat {AND 1 } $max])"
729 set expr "(a [string repeat {AND 1 } 50]) AS a"
846 # the left-hand-side of the LIKE operator (the string being tested
853 set ::pattern [string repeat "A%" [expr $max/2]]
854 set ::string [string repeat "A" [expr {$max*2}]]
856 SELECT $::string LIKE $::pattern;
861 set ::pattern [string repeat "A%" [expr {($max/2) + 1}]]
862 set ::string [string repeat "A" [expr {$max*2}]]
864 SELECT $::string LIKE $::pattern;
882 # set ::format "[string repeat A 60][string repeat "%J" $::N]"
886 #} {1 {string or blob too big}}
908 set nm [string repeat x 10000]
911 " {1 {string or blob too big}}