Hi Stefan. On IRC <http://colabti.org/irclogger/irclogger_log/svn-dev?date=2011-02-02> I see you wrote:
> are newly added files supposed to have a NULL properties column in > wc_db? > they have props in ACTUAL_NODE > but in NODES the column is NULL There is no pristine version of an added node. The comment in ACTUAL_NODES doesn't define this, but the pristine properties column being null (rather than an empty list of props) makes sense to me. > we have several loops in the code that do things like this: > while (have_row && !svn_sqlite__column_is_null(stmt, 0)) I was curious and looked, but can't see any such loops. Where? - Julian

