X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-sqlite3%2Fsqlite3-sql.lisp;fp=db-sqlite3%2Fsqlite3-sql.lisp;h=c51a5431890be950648ba442c0dd3c14072b9516;hp=929aeceb92ed1e9011fdc6a4e9d30936442ffd44;hb=d2d49ab13c98bc7a1819a0fd3968268a5567bdc3;hpb=052344686f925a617f74fcd1b83489f2edcf071a diff --git a/db-sqlite3/sqlite3-sql.lisp b/db-sqlite3/sqlite3-sql.lisp index 929aece..c51a543 100644 --- a/db-sqlite3/sqlite3-sql.lisp +++ b/db-sqlite3/sqlite3-sql.lisp @@ -7,8 +7,6 @@ ;;;; Authors: Aurelio Bignoli ;;;; Created: Oct 2004 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -281,7 +279,7 @@ (database sqlite3-database) &key (owner nil)) (declare (ignore owner)) - + (loop for field-info in (sqlite3-table-info table database) when (string= attribute (second field-info)) return