1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-01 20:14:49 +02:00

Add comments to document the SQL.

This commit is contained in:
James Crook
2020-07-01 14:55:06 +01:00
parent bc50e21532
commit 299710f0a9
2 changed files with 43 additions and 0 deletions

View File

@@ -502,6 +502,7 @@ bool SampleBlock::Commit()
return false;
}
// BIND SQL sampleblocks
sqlite3_bind_int(stmt, 1, mSampleFormat);
sqlite3_bind_double(stmt, 2, mSumMin);
sqlite3_bind_double(stmt, 3, mSumMax);