Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add SQLite core library docs for the 'column-name-list' syntax element. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e6c15446238b4d62a6b805b48253ff39 |
User & Date: | mistachkin 2016-11-28 23:05:13.287 |
Context
2016-12-14
| ||
19:31 | When converting a Julian Day value to an integer, round to the nearest millisecond first. Pursuant to [69cf6e5dc8]. check-in: f154173793 user: mistachkin tags: trunk | |
2016-12-05
| ||
22:47 | Add test case for ticket [69cf6e5dc8]. check-in: e2e6a0c7f1 user: mistachkin tags: tkt-69cf6e5dc8 | |
2016-11-28
| ||
23:05 | Add SQLite core library docs for the 'column-name-list' syntax element. check-in: e6c1544623 user: mistachkin tags: trunk | |
22:51 | Pickup the SQLite core library 3.15.2 docs from upstream. check-in: a434cb3460 user: mistachkin tags: trunk | |
Changes
Added Doc/Extra/Core/images/syntax/column-name-list.gif.
cannot compute difference between binary files
Added Doc/Extra/Core/syntax/column-name-list.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link href="../sqlite.css" rel="stylesheet"> <title>SQLite Syntax: column-name-list</title> </head> <body> <div class=nosearch> <a href="../index.html"> <img class="logo" src="../images/sqlite370_banner.gif" alt="SQLite" border="0"> </a> <div><!-- IE hack to prevent disappearing logo --></div> <div class="tagline desktoponly"> Small. Fast. Reliable.<br>Choose any three. </div> <div class="menu mainmenu"> <ul> <li><a href="../index.html">Home</a> <li class='mobileonly'><a href="javascript:void(0)" onclick='toggle_div("submenu")'>Menu</a> <li class='wideonly'><a href='../about.html'>About</a> <li class='desktoponly'><a href="../docs.html">Documentation</a> <li class='desktoponly'><a href="../download.html">Download</a> <li class='wideonly'><a href='../copyright.html'>License</a> <li class='desktoponly'><a href="../support.html">Support</a> <li class='desktoponly'><a href="../prosupport.html">Purchase</a> <li class='search' id='search_menubutton'> <a href="javascript:void(0)" onclick='toggle_div("searchmenu")'>Search</a> </ul> </div> <div class="menu submenu" id="submenu"> <ul> <li><a href='../about.html'>About</a> <li><a href='../docs.html'>Documentation</a> <li><a href='../download.html'>Download</a> <li><a href='../support.html'>Support</a> <li><a href='../prosupport.html'>Purchase</a> </ul> </div> <div class="searchmenu" id="searchmenu"> <form method="GET" action="search"> <span class="desktoponly">Search for:</span> <input type="text" name="q"> <input type="submit" value="Go"> </form> </div> </div> <script> function toggle_div(nm) { var w = document.getElementById(nm); if( w.style.display=="block" ){ w.style.display = "none"; }else{ w.style.display = "block"; } } function div_off(nm){document.getElementById(nm).style.display="none";} window.onbeforeunload = function(e){div_off("submenu");} /* Disable the Search feature if we are not operating from CGI, since */ /* Search is accomplished using CGI and will not work without it. */ if( !location.origin.match(/http/) ){ document.getElementById("search_menubutton").style.display = "none"; } /* Used by the Hide/Show button beside syntax diagrams, to toggle the */ function hideorshow(btn,obj){ var x = document.getElementById(obj); var b = document.getElementById(btn); if( x.style.display!='none' ){ x.style.display = 'none'; b.innerHTML='show'; }else{ x.style.display = ''; b.innerHTML='hide'; } return false; } </script> </div> <h1 align='center'>column-name-list</h1> <div class='imgcontainer'> <img alt="syntax diagram column-name-list" src="../images/syntax/column-name-list.gif"></img><br> Used by: <a href='./update-stmt.html'>update-stmt</a> <a href='./update-stmt-limited.html'>update-stmt-limited</a><br></br> See also: <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_update.html'>lang_update.html</a> </div> |
Changes to Setup/data/verify.lst.
︙ | ︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 | Doc/Extra/Core/images/syntax/ Doc/Extra/Core/images/syntax/alter-table-stmt.gif Doc/Extra/Core/images/syntax/analyze-stmt.gif Doc/Extra/Core/images/syntax/attach-stmt.gif Doc/Extra/Core/images/syntax/begin-stmt.gif Doc/Extra/Core/images/syntax/column-constraint.gif Doc/Extra/Core/images/syntax/column-def.gif Doc/Extra/Core/images/syntax/comment-syntax.gif Doc/Extra/Core/images/syntax/commit-stmt.gif Doc/Extra/Core/images/syntax/common-table-expression.gif Doc/Extra/Core/images/syntax/compound-operator.gif Doc/Extra/Core/images/syntax/compound-select-stmt.gif Doc/Extra/Core/images/syntax/conflict-clause.gif Doc/Extra/Core/images/syntax/create-index-stmt.gif | > | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | Doc/Extra/Core/images/syntax/ Doc/Extra/Core/images/syntax/alter-table-stmt.gif Doc/Extra/Core/images/syntax/analyze-stmt.gif Doc/Extra/Core/images/syntax/attach-stmt.gif Doc/Extra/Core/images/syntax/begin-stmt.gif Doc/Extra/Core/images/syntax/column-constraint.gif Doc/Extra/Core/images/syntax/column-def.gif Doc/Extra/Core/images/syntax/column-name-list.gif Doc/Extra/Core/images/syntax/comment-syntax.gif Doc/Extra/Core/images/syntax/commit-stmt.gif Doc/Extra/Core/images/syntax/common-table-expression.gif Doc/Extra/Core/images/syntax/compound-operator.gif Doc/Extra/Core/images/syntax/compound-select-stmt.gif Doc/Extra/Core/images/syntax/conflict-clause.gif Doc/Extra/Core/images/syntax/create-index-stmt.gif |
︙ | ︙ | |||
126 127 128 129 130 131 132 133 134 135 136 137 138 139 | Doc/Extra/Core/syntax/ Doc/Extra/Core/syntax/alter-table-stmt.html Doc/Extra/Core/syntax/analyze-stmt.html Doc/Extra/Core/syntax/attach-stmt.html Doc/Extra/Core/syntax/begin-stmt.html Doc/Extra/Core/syntax/column-constraint.html Doc/Extra/Core/syntax/column-def.html Doc/Extra/Core/syntax/comment-syntax.html Doc/Extra/Core/syntax/commit-stmt.html Doc/Extra/Core/syntax/common-table-expression.html Doc/Extra/Core/syntax/compound-operator.html Doc/Extra/Core/syntax/compound-select-stmt.html Doc/Extra/Core/syntax/conflict-clause.html Doc/Extra/Core/syntax/create-index-stmt.html | > | 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | Doc/Extra/Core/syntax/ Doc/Extra/Core/syntax/alter-table-stmt.html Doc/Extra/Core/syntax/analyze-stmt.html Doc/Extra/Core/syntax/attach-stmt.html Doc/Extra/Core/syntax/begin-stmt.html Doc/Extra/Core/syntax/column-constraint.html Doc/Extra/Core/syntax/column-def.html Doc/Extra/Core/syntax/column-name-list.html Doc/Extra/Core/syntax/comment-syntax.html Doc/Extra/Core/syntax/commit-stmt.html Doc/Extra/Core/syntax/common-table-expression.html Doc/Extra/Core/syntax/compound-operator.html Doc/Extra/Core/syntax/compound-select-stmt.html Doc/Extra/Core/syntax/conflict-clause.html Doc/Extra/Core/syntax/create-index-stmt.html |
︙ | ︙ |