[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r35404 - in trunk/subversion: include/private libsvn_fs_fs libsvn_subr

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 22 Jan 2009 23:30:28 +0100

On Thu, Jan 22, 2009 at 22:47, Hyrum K. Wright <hyrum_at_hyrumwright.org> wrote:
>...
> +++ trunk/subversion/include/private/svn_sqlite.h Thu Jan 22 13:47:55 2009 (r35404)
>...
> +/* Perform an insert as given by the prepared and bound STMT, and set
> + *ROW_ID to the id of the inserted row. STMT will be reset prior
> + to returning. */
> +svn_error_t *
> +svn_sqlite__insert(apr_int64_t *row_id, svn_sqlite__stmt_t *stmt);

The docstring doesn't mention that ROW_ID can be NULL.

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1043630
Received on 2009-01-22 23:30:43 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.