Skip to content

Commit

Permalink
Update website for 5.69.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jun 1, 2023
1 parent 45d94e6 commit 9be6876
Show file tree
Hide file tree
Showing 33 changed files with 1,070 additions and 375 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.68.0)</h1>
<h1 class="h1">Documentation for Sequel (v5.69.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_69_0_txt.html">5.69</a> |

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

<a class="a" href="rdoc/files/doc/release_notes/5_67_0_txt.html">5.67</a> |
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="index__h1"><strong>Sequel:</strong> The Database Toolkit for Ruby</h1
<li class="index__li">Thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas.</li>
<li class="index__li">Comprehensive ORM layer for mapping records to Ruby objects and handling associated records.</li>
<li class="index__li">Advanced database features such as prepared statements, bound variables, stored procedures, savepoints, two-phase commit, transaction isolation, primary/replica configurations, and database sharding.</li>
<li class="index__li">With adapters for ADO, Amalgalite, IBM_DB, JDBC, MySQL, Mysql2, ODBC, Oracle, PostgreSQL, SQLAnywhere, SQLite3, and TinyTDS.</li>
<li class="index__li">With adapters for ADO, Amalgalite, IBM_DB, JDBC, MySQL, Mysql2, ODBC, Oracle, PostgreSQL, SQLAnywhere, SQLite3, TinyTDS, and Trilogy.</li>
</ul>

<a name="example"></a>
Expand Down
2 changes: 1 addition & 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.68.0</h1>
<h1 class="h1">Sequel::Model Plugins for v5.69.0</h1>

<div class="plugins__sidebar">
<aside class="plugins__sidebar-aside">
Expand Down
4 changes: 4 additions & 0 deletions rdoc-adapters/classes/Sequel.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ <h1 class='name'><span class='type'>module</span>
<a href="../files/lib/sequel/adapters/tinytds_rb.html">lib/sequel/adapters/tinytds.rb</a>
</li>
<li class='other'>
<a href="../files/lib/sequel/adapters/trilogy_rb.html">lib/sequel/adapters/trilogy.rb</a>
</li>
<li class='other'>
<a href="../files/lib/sequel/adapters/utils/columns_limit_1_rb.html">lib/sequel/adapters/utils/columns_limit_1.rb</a>
</li>
<li class='other'>
Expand Down Expand Up @@ -204,6 +207,7 @@ <h2>Classes and Modules</h2>
<li><a href="Sequel/SQLite.html">Sequel::SQLite</a></li>
<li><a href="Sequel/SqlAnywhere.html">Sequel::SqlAnywhere</a></li>
<li><a href="Sequel/TinyTDS.html">Sequel::TinyTDS</a></li>
<li><a href="Sequel/Trilogy.html">Sequel::Trilogy</a></li>
<li><a href="Sequel/UnmodifiedIdentifiers.html">Sequel::UnmodifiedIdentifiers</a></li>
<li><a href="Sequel/Dataset.html">Sequel::Dataset</a></li>
</ol>
Expand Down
15 changes: 15 additions & 0 deletions rdoc-adapters/classes/Sequel/MySQL.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ <h2>Classes and Modules</h2>
<li><a href="MySQL/DatasetMethods.html">Sequel::MySQL::DatasetMethods</a></li>
<li><a href="MySQL/MysqlMysql2.html">Sequel::MySQL::MysqlMysql2</a></li>
<li><a href="MySQL/PreparedStatements.html">Sequel::MySQL::PreparedStatements</a></li>
<li><a href="MySQL/Adapter.html">Sequel::MySQL::Adapter</a></li>
<li><a href="MySQL/Database.html">Sequel::MySQL::Database</a></li>
<li><a href="MySQL/Dataset.html">Sequel::MySQL::Dataset</a></li>
</ol>
Expand All @@ -83,6 +84,20 @@ <h2>Constants</h2>
</td>
</tr>
<tr class='top-aligned-row context-row'>
<td class='context-item-name'>RUBY_MYSQL_3</td>
<td>=</td>
<td class='context-item-value'>!Mysql.respond_to?(:init)</td>
<td>&nbsp;</td>
<td class='context-item-desc'></td>
</tr>
<tr class='top-aligned-row context-row'>
<td class='context-item-name'>RUBY_MYSQL_4</td>
<td>=</td>
<td class='context-item-value'>RUBY_MYSQL_3 && ::Mysql::VERSION.to_i >= 4</td>
<td>&nbsp;</td>
<td class='context-item-desc'></td>
</tr>
<tr class='top-aligned-row context-row'>
<td class='context-item-name'>TYPE_TRANSLATOR_BOOLEAN</td>
<td>=</td>
<td class='context-item-value'>boolean.freeze</td>
Expand Down
86 changes: 86 additions & 0 deletions rdoc-adapters/classes/Sequel/MySQL/Adapter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<title>Sequel::MySQL::Adapter</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'>class</span>
Sequel::MySQL::Adapter
</h1>
<ol class='paths'>
<li>
<a href="../../../files/lib/sequel/adapters/mysql_rb.html">lib/sequel/adapters/mysql.rb</a>
</li>
</ol>
<div class='parent'>
Superclass:
<strong>Mysql</strong>
</div>
</div>
<div id='content'>
<div id='text'>
<div id='description'></div>
<div id='method-list'>
<h2>Methods</h2>
<h3>Public Class</h3>
<ol>
<li><a href="#method-c-new">new</a></li>
</ol>
</div>
<div id='context'>
</div>
<div id='section'>
<div id='methods'>
<h2>Public Class methods</h2>
<div class='method public-class' id='method-method-c-new'>
<a name='method-c-new'></a>
<div class='synopsis'>
<span class='name'>new</span><span class='arguments'>(**opts)</span>

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

</div>
<div class='source'>
<a class='source-toggle' href='#' onclick='toggleCode(&#39;method-c-new-source&#39;); return false'>
[show source]
</a>
<pre id='method-c-new-source'> <span class="ruby-comment"># File lib/sequel/adapters/mysql.rb</span>
<span class="line-num">40</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-operator">**</span><span class="ruby-identifier">opts</span>)
<span class="line-num">41</span> <span class="ruby-keyword">super</span>(<span class="ruby-operator">**</span><span class="ruby-identifier">opts</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-value">:cast</span><span class="ruby-operator">=&gt;</span><span class="ruby-keyword">false</span>))
<span class="line-num">42</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-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
</div>
</body>
</html>
Loading

0 comments on commit 9be6876

Please sign in to comment.