Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: third_party/sqlite/sqlite-src-3100200/test/fts3aj.test

Issue 1610543003: [sql] Import reference version of SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 2007 February 6 1 # 2007 February 6
2 # 2 #
3 # The author disclaims copyright to this source code. 3 # The author disclaims copyright to this source code.
4 # 4 #
5 #************************************************************************* 5 #*************************************************************************
6 # This file implements regression tests for SQLite library. This 6 # This file implements regression tests for SQLite library. This
7 # tests creating fts3 tables in an attached database. 7 # tests creating fts3 tables in an attached database.
8 # 8 #
9 # $Id: fts3aj.test,v 1.1 2007/08/20 17:38:42 shess Exp $ 9 # $Id: fts3aj.test,v 1.1 2007/08/20 17:38:42 shess Exp $
10 # 10 #
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 80
81 DETACH DATABASE two; 81 DETACH DATABASE two;
82 } db2 82 } db2
83 } {2} 83 } {2}
84 catch {db eval {DETACH DATABASE two}} 84 catch {db eval {DETACH DATABASE two}}
85 85
86 catch {db2 close} 86 catch {db2 close}
87 forcedelete test2.db 87 forcedelete test2.db
88 88
89 finish_test 89 finish_test
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3100200/test/fts3ai.test ('k') | third_party/sqlite/sqlite-src-3100200/test/fts3ak.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698