]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in a comment in a test case. No changes to code.
authordrh <>
Sat, 29 Jun 2024 15:57:55 +0000 (15:57 +0000)
committerdrh <>
Sat, 29 Jun 2024 15:57:55 +0000 (15:57 +0000)
FossilOrigin-Name: f501166de4f967b7e2e895f180308630e3c88b12bc51823a0a124ee5089eae4f

manifest
manifest.uuid
test/lock5.test

index 6f2719b7683449faf549b2772bb96328e3cd5747..f8bd5288b274c180aa4e44e4e8413fb00d78d016 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sa\sNEVER()\saround\sa\sbranch\sin\ssqlite3ExprAffinity()\sthat\sis\sdesigned\sto\nprevent\san\sinfinite\sloop,\sbut\swhich\scan\snow\snever\sbe\sreached\sdue\sto\srecent\nchanges.
-D 2024-06-29T12:22:32.074
+C Fix\sa\stypo\sin\sa\scomment\sin\sa\stest\scase.\s\sNo\schanges\sto\scode.
+D 2024-06-29T15:57:55.444
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -1388,7 +1388,7 @@ F test/lock.test be4fe08118fb988fed741f429b7dd5d65e1c90db
 F test/lock2.test 5242d8ac4e2d59c403aebff606af449b455aceff
 F test/lock3.test f271375930711ae044080f4fe6d6eda930870d00
 F test/lock4.test 27143363eda1622f03c133efc8db808fc331afd973486cb571ea71cd717d37b8
-F test/lock5.test 626571313daef2c949ce002f861042d63d81119fa62a9e999721c8bbd85e1ec9
+F test/lock5.test 24693e40a805f71d80836f720d1f2034684a39b64f1e1990989002c7968c11ee
 F test/lock6.test ad5b387a3a8096afd3c68a55b9535056431b0cf5
 F test/lock7.test 49f1eaff1cdc491cc5dee3669f3c671d9f172431
 F test/lock_common.tcl 2f3f7f2e9637f93ccf609df48ef5b27a50278b6b1cd752b445d52262e5841413
@@ -2195,8 +2195,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P e41930ef5b883c0f2a6b7eb9606021d14a3df145bc94cb0d508af22b4db7f168
-R a8bad0dfb59bfd3d7574dd38a5f03ea3
+P da0b794852f8ccba5bd30395892044ec71b148075608406867785395e1f50b31
+R acae33f3c288c2d7bdec5a362a7f8ce0
 U drh
-Z af9d587fdd1c2ab0ac6a540d9280d767
+Z f94fafdb74ae77978d771c3157233349
 # Remove this line to create a well-formed Fossil manifest.
index 281807891295e00865ef4677c75e20c36fddc372..b7862f6d8669026193f8094ccb9abf0f40f7e06e 100644 (file)
@@ -1 +1 @@
-da0b794852f8ccba5bd30395892044ec71b148075608406867785395e1f50b31
+f501166de4f967b7e2e895f180308630e3c88b12bc51823a0a124ee5089eae4f
index d5950118ce3bd008d95dd783de327e42e006a45f..e0c88aedcf3e17c306c9ca82f6f4ab5086e1e43f 100644 (file)
@@ -207,7 +207,7 @@ if {[permutation]!="inmemory_journal"} {
   #    not commit it.
   # 3. Make a copy of the database files on disk.
   # 4. Try to read from the copy using unix-dotfile VFS. This fails because
-  #    the dotfile still exists, so SQLite things the database is locked.
+  #    the dotfile still exists, so SQLite thinks the database is locked.
   # 5. Remove the dotfile.
   # 6. Try to read the db again. This time, the old transaction is rolled
   #    back and the read permitted.
@@ -269,5 +269,3 @@ if {[permutation]!="inmemory_journal"} {
 }
 
 finish_test
-
-