~ubuntu-branches/ubuntu/hardy/sqlite3/hardy

« back to all changes in this revision

Viewing changes to test/descidx2.test

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2006-10-12 21:55:37 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061012215537-mgvrxoq8ee4nqxzh
Tags: 3.3.8-1
* New upstream version.
* Create lang_* files for documentation (closes: #310603).
* Enable column metadata functions (closes: #375352).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# This file implements regression tests for SQLite library.  The
12
12
# focus of this script is descending indices.
13
13
#
14
 
# $Id: descidx2.test,v 1.2 2005/12/29 19:23:07 drh Exp $
 
14
# $Id: descidx2.test,v 1.4 2006/07/11 14:17:52 drh Exp $
15
15
#
16
16
 
17
17
set testdir [file dirname $argv0]
18
18
source $testdir/tester.tcl
19
19
 
 
20
db eval {PRAGMA legacy_file_format=OFF}
 
21
 
20
22
# This procedure sets the value of the file-format in file 'test.db'
21
23
# to $newval. Also, the schema cookie is incremented.
22
24