summaryrefslogtreecommitdiff
path: root/test/rowid.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/rowid.test')
-rw-r--r--test/rowid.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/rowid.test b/test/rowid.test
index 5daf581..6d068d7 100644
--- a/test/rowid.test
+++ b/test/rowid.test
@@ -12,7 +12,9 @@
# focus of this file is testing the magic ROWID column that is
# found on all tables.
#
-# $Id: rowid.test,v 1.21 2009/06/26 15:14:55 drh Exp $
+# EVIDENCE-OF: R-36924-43758 By default, every row in SQLite has a
+# special column, usually called the "rowid", that uniquely identifies
+# that row within the table.
set testdir [file dirname $argv0]
source $testdir/tester.tcl