mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Fix comparisons of ROWID against floating point numbers so that they work
correctly. Ticket #377 and #567. (CVS 1178) FossilOrigin-Name: c9ac3db8e08403398ec344757385334601a59374
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
# This file implements tests for miscellanous features that were
|
||||
# left out of other test files.
|
||||
#
|
||||
# $Id: misc3.test,v 1.5 2004/01/14 13:38:54 drh Exp $
|
||||
# $Id: misc3.test,v 1.6 2004/01/14 21:59:24 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -207,4 +207,5 @@ do_test misc3-4.3 {
|
||||
}
|
||||
} {64}
|
||||
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user