Fix a typo in series.c.
FossilOrigin-Name: 23db7f50f14801c2cf56c006d7c7f593908b7158
This commit is contained in:
parent
509c3fc004
commit
01dced109f
@ -76,7 +76,7 @@ SQLITE_EXTENSION_INIT1
|
||||
#ifndef SQLITE_OMIT_VIRTUALTABLE
|
||||
|
||||
|
||||
/* series_cursor is a subclas of sqlite3_vtab_cursor which will
|
||||
/* series_cursor is a subclass of sqlite3_vtab_cursor which will
|
||||
** serve as the underlying representation of a cursor that scans
|
||||
** over rows of the result
|
||||
*/
|
||||
|
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
||||
C Fix\seponymous\svirtual\stables\sso\sthat\sthey\sdo\snot\sautomatically\smake\sthe\sfirst\ncolumn\sthe\srowid.\s\sEnhance\sthe\sgenerate_series\svirtual\stable\sto\ssupport\srowid.
|
||||
D 2015-08-19T19:01:28.078
|
||||
C Fix\sa\stypo\sin\sseries.c.
|
||||
D 2015-08-20T16:16:37.345
|
||||
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
|
||||
F Makefile.in 4f663b6b4954b9b1eb0e6f08387688a93b57542d
|
||||
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
|
||||
@ -196,7 +196,7 @@ F ext/misc/nextchar.c 35c8b8baacb96d92abbb34a83a997b797075b342
|
||||
F ext/misc/percentile.c bcbee3c061b884eccb80e21651daaae8e1e43c63
|
||||
F ext/misc/regexp.c af92cdaa5058fcec1451e49becc7ba44dba023dc
|
||||
F ext/misc/rot13.c 1ac6f95f99b575907b9b09c81a349114cf9be45a
|
||||
F ext/misc/series.c 5b84c6584af085b55ae07e2ee7b133b6db03e323
|
||||
F ext/misc/series.c e9b658e442090f75ae01bbf4924feb52a759674c
|
||||
F ext/misc/showauth.c 732578f0fe4ce42d577e1c86dc89dd14a006ab52
|
||||
F ext/misc/spellfix.c 86998fb73aefb7b5dc346ba8a58912f312da4996
|
||||
F ext/misc/totype.c 4a167594e791abeed95e0a8db028822b5e8fe512
|
||||
@ -1376,7 +1376,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
|
||||
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
|
||||
F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
|
||||
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
|
||||
P fef44c37f31ca9fd7891cecdbe95cc46a987067b
|
||||
R a41603407a6c0b327e60b148f02b0042
|
||||
U drh
|
||||
Z aa56d5c64521b30a9993ce3328198562
|
||||
P a325a08599759471047e234ef9cfcc3cb110aafd
|
||||
R c7d0daf8fbeee011c3f976b2caec6772
|
||||
U dan
|
||||
Z e8e4b80135954d12498e194483d7037d
|
||||
|
@ -1 +1 @@
|
||||
a325a08599759471047e234ef9cfcc3cb110aafd
|
||||
23db7f50f14801c2cf56c006d7c7f593908b7158
|
Loading…
x
Reference in New Issue
Block a user