OLD | NEW |
1 # 2008 December 11 | 1 # 2008 December 11 |
2 # | 2 # |
3 # The author disclaims copyright to this source code. In place of | 3 # The author disclaims copyright to this source code. In place of |
4 # a legal notice, here is a blessing: | 4 # a legal notice, here is a blessing: |
5 # | 5 # |
6 # May you do good and not evil. | 6 # May you do good and not evil. |
7 # May you find forgiveness for yourself and forgive others. | 7 # May you find forgiveness for yourself and forgive others. |
8 # May you share freely, never taking more than you give. | 8 # May you share freely, never taking more than you give. |
9 # | 9 # |
10 #*********************************************************************** | 10 #*********************************************************************** |
(...skipping 7625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7636 db eval { | 7636 db eval { |
7637 SELECT a FROM t1 WHERE rowid <= -9.22337303685477580800e+18 ORDER BY rowid D
ESC | 7637 SELECT a FROM t1 WHERE rowid <= -9.22337303685477580800e+18 ORDER BY rowid D
ESC |
7638 } | 7638 } |
7639 } {} | 7639 } {} |
7640 do_test boundary1-2.66.le.5 { | 7640 do_test boundary1-2.66.le.5 { |
7641 db eval { | 7641 db eval { |
7642 SELECT a FROM t1 WHERE rowid <= -9.22337303685477580800e+18 ORDER BY x | 7642 SELECT a FROM t1 WHERE rowid <= -9.22337303685477580800e+18 ORDER BY x |
7643 } | 7643 } |
7644 } {} | 7644 } {} |
7645 finish_test | 7645 finish_test |
OLD | NEW |