| 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 15178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15189 db eval { | 15189 db eval { |
| 15190 SELECT a FROM t1 WHERE r <= -9.22337303685477580800e+18 ORDER BY r DESC | 15190 SELECT a FROM t1 WHERE r <= -9.22337303685477580800e+18 ORDER BY r DESC |
| 15191 } | 15191 } |
| 15192 } {} | 15192 } {} |
| 15193 do_test boundary2-4.66.le.5 { | 15193 do_test boundary2-4.66.le.5 { |
| 15194 db eval { | 15194 db eval { |
| 15195 SELECT a FROM t1 WHERE r <= -9.22337303685477580800e+18 ORDER BY x | 15195 SELECT a FROM t1 WHERE r <= -9.22337303685477580800e+18 ORDER BY x |
| 15196 } | 15196 } |
| 15197 } {} | 15197 } {} |
| 15198 finish_test | 15198 finish_test |
| OLD | NEW |