You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Lieven Govaerts <sv...@mobsol.be> on 2007/12/09 10:26:47 UTC

Re: svn commit: r28345 - trunk/subversion/libsvn_fs_util

glasser@tigris.org wrote:
> Author: glasser
> Date: Sat Dec  8 17:59:43 2007
> New Revision: 28345
> 
> Log:
> Wrap sqlite3_stmt inside a svn_fs__sqlite_stmt_t struct, which also
> includes a pointer to the db.
> 
> This has two positive results:
>   - we stop using sqlite3_db_handle, which is relatively new to sqlite
>   - we introduce a few new helpers for getting values from queries,
>     which reduces the number of casts we make

I've restarted the Mac buildslave now this if fixed. Thanks Dave!

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org