Skip to content

Commit

Permalink
Update website for 5.85.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Oct 1, 2024
1 parent e8bb74b commit f023533
Show file tree
Hide file tree
Showing 37 changed files with 1,756 additions and 876 deletions.
4 changes: 3 additions & 1 deletion documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<main class="main">
<div class="main__container">
<section class="documentation">
<h1 class="h1">Documentation for Sequel (v5.84.0)</h1>
<h1 class="h1">Documentation for Sequel (v5.85.0)</h1>

<hr class="hr" />

Expand Down Expand Up @@ -166,6 +166,8 @@ <h3 class="h3"><a class="a" href="rdoc/files/CHANGELOG.html">Release Notes</a></

<li>

<a class="a" href="rdoc/files/doc/release_notes/5_85_0_txt.html">5.85</a> |

<a class="a" href="rdoc/files/doc/release_notes/5_84_0_txt.html">5.84</a> |

<a class="a" href="rdoc/files/doc/release_notes/5_83_0_txt.html">5.83</a> |
Expand Down
6 changes: 5 additions & 1 deletion plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="main__container">
<section class="plugins">

<h1 class="h1">Sequel::Model Plugins for v5.84.0</h1>
<h1 class="h1">Sequel::Model Plugins for v5.85.0</h1>

<div class="plugins__sidebar">
<aside class="plugins__sidebar-aside">
Expand Down Expand Up @@ -852,6 +852,10 @@ <h3 class="h3">Dataset extensions that ship with Sequel</h3>
<span class="ul__span">Creates current Time/DateTime objects that are literalized as CURRENT_TIMESTAMP.</span>
</li>
<li class="ul__li ul__li--grid">
<a class="a" href="rdoc-plugins/files/lib/sequel/extensions/dataset_run_rb.html">dataset_run</a>
<span class="ul__span">Add Dataset#run for building SQL using datasets, but running via Database#run.</span>
</li>
<li class="ul__li ul__li--grid">
<a class="a" href="rdoc-plugins/files/lib/sequel/extensions/dataset_source_alias_rb.html">dataset_source_alias </a>
<span class="ul__span">Automatically aliases datasets to their source instead of using t1, t2, etc.</span>
</li>
Expand Down
2 changes: 1 addition & 1 deletion rdoc-adapters/created.rid
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sun, 01 Sep 2024 09:23:08 -0700
Tue, 01 Oct 2024 09:00:01 -0700
lib/sequel/adapters/ado.rb Tue, 21 Sep 2021 14:24:30 -0700
lib/sequel/adapters/ado/access.rb Tue, 21 Sep 2021 14:24:30 -0700
lib/sequel/adapters/ado/mssql.rb Mon, 28 Jan 2019 08:29:19 -0800
Expand Down
4 changes: 4 additions & 0 deletions rdoc-plugins/classes/Sequel.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ <h1 class='name'><span class='type'>module</span>
<a href="../files/lib/sequel/extensions/current_datetime_timestamp_rb.html">lib/sequel/extensions/current_datetime_timestamp.rb</a>
</li>
<li class='other'>
<a href="../files/lib/sequel/extensions/dataset_run_rb.html">lib/sequel/extensions/dataset_run.rb</a>
</li>
<li class='other'>
<a href="../files/lib/sequel/extensions/dataset_source_alias_rb.html">lib/sequel/extensions/dataset_source_alias.rb</a>
</li>
<li class='other'>
Expand Down Expand Up @@ -863,6 +866,7 @@ <h2>Classes and Modules</h2>
<li><a href="Sequel/DatasetPagination.html">Sequel::DatasetPagination</a></li>
<li><a href="Sequel/DatasetPrinter.html">Sequel::DatasetPrinter</a></li>
<li><a href="Sequel/DatasetQuery.html">Sequel::DatasetQuery</a></li>
<li><a href="Sequel/DatasetRun.html">Sequel::DatasetRun</a></li>
<li><a href="Sequel/DateParseInputHandler.html">Sequel::DateParseInputHandler</a></li>
<li><a href="Sequel/DateTimeParseToTime.html">Sequel::DateTimeParseToTime</a></li>
<li><a href="Sequel/DuplicateColumnsHandler.html">Sequel::DuplicateColumnsHandler</a></li>
Expand Down
92 changes: 92 additions & 0 deletions rdoc-plugins/classes/Sequel/DatasetRun.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<title>Sequel::DatasetRun</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<link href='../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
<script type='text/javascript'>
function popupCode(url) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}

function toggleCode(id) {
var code = document.getElementById(id)

code.style.display = code.style.display != 'block' ? 'block' : 'none'
return true
}

// Make codeblocks hidden by default
document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
</script>
</head>
<body class='page'>
<div class='class' id='wrapper'>
<div class='header'>
<h1 class='name'><span class='type'>module</span>
Sequel::DatasetRun
</h1>
<ol class='paths'>
<li>
<a href="../../files/lib/sequel/extensions/dataset_run_rb.html">lib/sequel/extensions/dataset_run.rb</a>
</li>
</ol>
</div>
<div id='content'>
<div id='text'>
<div id='description'></div>
<div id='method-list'>
<h2>Methods</h2>
<h3>Public Instance</h3>
<ol>
<li><a href="#method-i-run">run</a></li>
</ol>
</div>
<div id='context'>
</div>
<div id='section'>
<div id='methods'>
<h2>Public Instance methods</h2>
<div class='method public-instance' id='method-method-i-run'>
<a name='method-i-run'></a>
<div class='synopsis'>
<span class='name'>run</span><span class='arguments'>()</span>

</div>
<div class='description'>

<p>Run the dataset’s <a href="SQL.html"><code>SQL</code></a> on the database. Returns NULL. This is useful when you want to run <a href="SQL.html"><code>SQL</code></a> without returning a result.</p>

<pre class="ruby"><span class="ruby-constant">DB</span>[<span class="ruby-string">&quot;GRANT SELECT ON ? TO ?&quot;</span>, <span class="ruby-value">:table</span>, <span class="ruby-value">:user</span>].<span class="ruby-identifier">run</span>
<span class="ruby-comment"># GRANT SELECT ON &quot;table&quot; TO &quot;user&quot;</span>
</pre>

</div>
<div class='source'>
<a class='source-toggle' href='#' onclick='toggleCode(&#39;method-i-run-source&#39;); return false'>
[show source]
</a>
<pre id='method-i-run-source'> <span class="ruby-comment"># File lib/sequel/extensions/dataset_run.rb</span>
<span class="line-num">31</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">run</span>
<span class="line-num">32</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">server</span> = <span class="ruby-ivar">@opts</span>[<span class="ruby-value">:server</span>]
<span class="line-num">33</span> <span class="ruby-identifier">db</span>.<span class="ruby-identifier">run</span>(<span class="ruby-identifier">sql</span>, <span class="ruby-value">:server</span><span class="ruby-operator">=&gt;</span><span class="ruby-identifier">server</span>)
<span class="line-num">34</span> <span class="ruby-keyword">else</span>
<span class="line-num">35</span> <span class="ruby-identifier">db</span>.<span class="ruby-identifier">run</span>(<span class="ruby-identifier">sql</span>)
<span class="line-num">36</span> <span class="ruby-keyword">end</span>
<span class="line-num">37</span> <span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</div>

</div>
</div>

<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions rdoc-plugins/classes/Sequel/Postgres.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ <h2>Classes and Modules</h2>
<li><a href="Postgres/JSONHash.html">Sequel::Postgres::JSONHash</a></li>
<li><a href="Postgres/JSONOp.html">Sequel::Postgres::JSONOp</a></li>
<li><a href="Postgres/JSONQueryOp.html">Sequel::Postgres::JSONQueryOp</a></li>
<li><a href="Postgres/JSONTableOp.html">Sequel::Postgres::JSONTableOp</a></li>
<li><a href="Postgres/JSONValueOp.html">Sequel::Postgres::JSONValueOp</a></li>
<li><a href="Postgres/PGArray.html">Sequel::Postgres::PGArray</a></li>
<li><a href="Postgres/PGMultiRange.html">Sequel::Postgres::PGMultiRange</a></li>
Expand Down
6 changes: 3 additions & 3 deletions rdoc-plugins/classes/Sequel/Postgres/JSONArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ <h2>Public Instance methods</h2>
[show source]
</a>
<pre id='method-i-op-source'> <span class="ruby-comment"># File lib/sequel/extensions/pg_json_ops.rb</span>
<span class="line-num">1055</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">1056</span> <span class="ruby-constant">JSONOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">1057</span> <span class="ruby-keyword">end</span></pre>
<span class="line-num">1361</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">1362</span> <span class="ruby-constant">JSONOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">1363</span> <span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions rdoc-plugins/classes/Sequel/Postgres/JSONBArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ <h2>Public Instance methods</h2>
[show source]
</a>
<pre id='method-i-op-source'> <span class="ruby-comment"># File lib/sequel/extensions/pg_json_ops.rb</span>
<span class="line-num">1071</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">1072</span> <span class="ruby-constant">JSONBOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">1073</span> <span class="ruby-keyword">end</span></pre>
<span class="line-num">1377</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">1378</span> <span class="ruby-constant">JSONBOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">1379</span> <span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions rdoc-plugins/classes/Sequel/Postgres/JSONBHash.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ <h2>Public Instance methods</h2>
[show source]
</a>
<pre id='method-i-op-source'> <span class="ruby-comment"># File lib/sequel/extensions/pg_json_ops.rb</span>
<span class="line-num">1079</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">1080</span> <span class="ruby-constant">JSONBOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">1081</span> <span class="ruby-keyword">end</span></pre>
<span class="line-num">1385</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">op</span>
<span class="line-num">1386</span> <span class="ruby-constant">JSONBOp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-keyword">self</span>)
<span class="line-num">1387</span> <span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit f023533

Please sign in to comment.