1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-09-02 12:21:26 +03:00

Disable sorting by indices if there is a COLLATE subclause in the

ORDER BY clause. (CVS 713)

FossilOrigin-Name: 2438da791afb53b4f1c7a9ff9705d393c86f3cbd
This commit is contained in:
drh
2002-08-14 03:03:57 +00:00
parent 0c44e2edf3
commit c330af1dca
5 changed files with 33 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#
# Run this script to generated a datatypes.html output file
#
set rcsid {$Id: datatypes.tcl,v 1.1 2002/08/14 00:08:13 drh Exp $}
set rcsid {$Id: datatypes.tcl,v 1.2 2002/08/14 03:03:58 drh Exp $}
puts {<html>
<head>
@@ -169,7 +169,7 @@ text
</pre></blockquote>
<p>
For table columns, the datatype is determined by the datatype declaration
For table columns, the datatype is determined by the type declaration
of the CREATE TABLE statement. The datatype is text if and only if
the type declaration contains one or more of the following strings:
</p>