X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-basic.lisp;h=1cd09d2b50fe1171da577a48444b2f093e5597a6;hp=bdf671f2c62e455aa1d8abc32592cb00f1de5ba5;hb=6b773c9d859a10b961df9c1c2c9b8a006b315aff;hpb=e5a6fadf80e923a4fa08fbb8af16652d7970983e diff --git a/tests/test-basic.lisp b/tests/test-basic.lisp index bdf671f..1cd09d2 100644 --- a/tests/test-basic.lisp +++ b/tests/test-basic.lisp @@ -202,11 +202,12 @@ (clsql-sys:number-to-sql-string test-flt) (clsql-sys:number-to-sql-string test-flt) )) - (clsql:execute-command - (format nil "INSERT INTO TYPE_BIGINT VALUES (~a,~a)" - test-int - (transform-bigint-1 test-int) - ))))) + (when (clsql-sys:db-type-has-bigint? *test-database-type*) + (clsql:execute-command + (format nil "INSERT INTO TYPE_BIGINT VALUES (~a,~a)" + test-int + (transform-bigint-1 test-int) + )))))) ;;;; Testing functions