--- PApp-SQL/SQL.xs 2000/12/19 14:22:05 1.3 +++ PApp-SQL/SQL.xs 2001/01/26 15:25:59 1.4 @@ -229,7 +229,7 @@ ix = 1; /* sql_fetch */ } - /* check cache for existing statement handle (NYI) */ + /* check cache for existing statement handle */ sth = lru_fetch (dbh, sql); if (!sth) {