mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Progress toward getting SQLITE_OMIT_FLOATING_POINT to pass all tests.
Ticket #1621 (CVS 3012) FossilOrigin-Name: c4c90965c98c591f601cd69c70351c20ba37218a
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
# This file implements regression tests for SQLite library. The
|
||||
# focus of this script testing the callback-free C/C++ API.
|
||||
#
|
||||
# $Id: capi3.test,v 1.39 2006/01/17 09:35:02 danielk1977 Exp $
|
||||
# $Id: capi3.test,v 1.40 2006/01/23 21:37:32 drh Exp $
|
||||
#
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
@ -432,6 +432,11 @@ do_test $test.13 {
|
||||
|
||||
}
|
||||
|
||||
ifcapable !floatingpoint {
|
||||
finish_test
|
||||
return
|
||||
}
|
||||
|
||||
do_test capi3-5.0 {
|
||||
execsql {
|
||||
CREATE TABLE t1(a VARINT, b BLOB, c VARCHAR(16));
|
||||
|
Reference in New Issue
Block a user