Skip to content

Commit 9be6876

Browse files
committed
Update website for 5.69.0 release
1 parent 45d94e6 commit 9be6876

33 files changed

+1070
-375
lines changed

documentation.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<main class="main">
4545
<div class="main__container">
4646
<section class="documentation">
47-
<h1 class="h1">Documentation for Sequel (v5.68.0)</h1>
47+
<h1 class="h1">Documentation for Sequel (v5.69.0)</h1>
4848

4949
<hr class="hr" />
5050

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

167167
<li>
168168

169+
<a class="a" href="rdoc/files/doc/release_notes/5_69_0_txt.html">5.69</a> |
170+
169171
<a class="a" href="rdoc/files/doc/release_notes/5_68_0_txt.html">5.68</a> |
170172

171173
<a class="a" href="rdoc/files/doc/release_notes/5_67_0_txt.html">5.67</a> |

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class="index__h1"><strong>Sequel:</strong> The Database Toolkit for Ruby</h1
5252
<li class="index__li">Thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas.</li>
5353
<li class="index__li">Comprehensive ORM layer for mapping records to Ruby objects and handling associated records.</li>
5454
<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>
55-
<li class="index__li">With adapters for ADO, Amalgalite, IBM_DB, JDBC, MySQL, Mysql2, ODBC, Oracle, PostgreSQL, SQLAnywhere, SQLite3, and TinyTDS.</li>
55+
<li class="index__li">With adapters for ADO, Amalgalite, IBM_DB, JDBC, MySQL, Mysql2, ODBC, Oracle, PostgreSQL, SQLAnywhere, SQLite3, TinyTDS, and Trilogy.</li>
5656
</ul>
5757

5858
<a name="example"></a>

plugins.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<div class="main__container">
4646
<section class="plugins">
4747

48-
<h1 class="h1">Sequel::Model Plugins for v5.68.0</h1>
48+
<h1 class="h1">Sequel::Model Plugins for v5.69.0</h1>
4949

5050
<div class="plugins__sidebar">
5151
<aside class="plugins__sidebar-aside">

rdoc-adapters/classes/Sequel.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ <h1 class='name'><span class='type'>module</span>
146146
<a href="../files/lib/sequel/adapters/tinytds_rb.html">lib/sequel/adapters/tinytds.rb</a>
147147
</li>
148148
<li class='other'>
149+
<a href="../files/lib/sequel/adapters/trilogy_rb.html">lib/sequel/adapters/trilogy.rb</a>
150+
</li>
151+
<li class='other'>
149152
<a href="../files/lib/sequel/adapters/utils/columns_limit_1_rb.html">lib/sequel/adapters/utils/columns_limit_1.rb</a>
150153
</li>
151154
<li class='other'>
@@ -204,6 +207,7 @@ <h2>Classes and Modules</h2>
204207
<li><a href="Sequel/SQLite.html">Sequel::SQLite</a></li>
205208
<li><a href="Sequel/SqlAnywhere.html">Sequel::SqlAnywhere</a></li>
206209
<li><a href="Sequel/TinyTDS.html">Sequel::TinyTDS</a></li>
210+
<li><a href="Sequel/Trilogy.html">Sequel::Trilogy</a></li>
207211
<li><a href="Sequel/UnmodifiedIdentifiers.html">Sequel::UnmodifiedIdentifiers</a></li>
208212
<li><a href="Sequel/Dataset.html">Sequel::Dataset</a></li>
209213
</ol>

rdoc-adapters/classes/Sequel/MySQL.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ <h2>Classes and Modules</h2>
6464
<li><a href="MySQL/DatasetMethods.html">Sequel::MySQL::DatasetMethods</a></li>
6565
<li><a href="MySQL/MysqlMysql2.html">Sequel::MySQL::MysqlMysql2</a></li>
6666
<li><a href="MySQL/PreparedStatements.html">Sequel::MySQL::PreparedStatements</a></li>
67+
<li><a href="MySQL/Adapter.html">Sequel::MySQL::Adapter</a></li>
6768
<li><a href="MySQL/Database.html">Sequel::MySQL::Database</a></li>
6869
<li><a href="MySQL/Dataset.html">Sequel::MySQL::Dataset</a></li>
6970
</ol>
@@ -83,6 +84,20 @@ <h2>Constants</h2>
8384
</td>
8485
</tr>
8586
<tr class='top-aligned-row context-row'>
87+
<td class='context-item-name'>RUBY_MYSQL_3</td>
88+
<td>=</td>
89+
<td class='context-item-value'>!Mysql.respond_to?(:init)</td>
90+
<td>&nbsp;</td>
91+
<td class='context-item-desc'></td>
92+
</tr>
93+
<tr class='top-aligned-row context-row'>
94+
<td class='context-item-name'>RUBY_MYSQL_4</td>
95+
<td>=</td>
96+
<td class='context-item-value'>RUBY_MYSQL_3 && ::Mysql::VERSION.to_i >= 4</td>
97+
<td>&nbsp;</td>
98+
<td class='context-item-desc'></td>
99+
</tr>
100+
<tr class='top-aligned-row context-row'>
86101
<td class='context-item-name'>TYPE_TRANSLATOR_BOOLEAN</td>
87102
<td>=</td>
88103
<td class='context-item-value'>boolean.freeze</td>
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2+
<html lang='en'>
3+
<head>
4+
<title>Sequel::MySQL::Adapter</title>
5+
<meta name='viewport' content='width=device-width, initial-scale=1'>
6+
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
7+
<link href='../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
8+
<script type='text/javascript'>
9+
function popupCode(url) {
10+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
11+
}
12+
13+
function toggleCode(id) {
14+
var code = document.getElementById(id)
15+
16+
code.style.display = code.style.display != 'block' ? 'block' : 'none'
17+
return true
18+
}
19+
20+
// Make codeblocks hidden by default
21+
document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
22+
</script>
23+
</head>
24+
<body class='page'>
25+
<div class='class' id='wrapper'>
26+
<div class='header'>
27+
<h1 class='name'><span class='type'>class</span>
28+
Sequel::MySQL::Adapter
29+
</h1>
30+
<ol class='paths'>
31+
<li>
32+
<a href="../../../files/lib/sequel/adapters/mysql_rb.html">lib/sequel/adapters/mysql.rb</a>
33+
</li>
34+
</ol>
35+
<div class='parent'>
36+
Superclass:
37+
<strong>Mysql</strong>
38+
</div>
39+
</div>
40+
<div id='content'>
41+
<div id='text'>
42+
<div id='description'></div>
43+
<div id='method-list'>
44+
<h2>Methods</h2>
45+
<h3>Public Class</h3>
46+
<ol>
47+
<li><a href="#method-c-new">new</a></li>
48+
</ol>
49+
</div>
50+
<div id='context'>
51+
</div>
52+
<div id='section'>
53+
<div id='methods'>
54+
<h2>Public Class methods</h2>
55+
<div class='method public-class' id='method-method-c-new'>
56+
<a name='method-c-new'></a>
57+
<div class='synopsis'>
58+
<span class='name'>new</span><span class='arguments'>(**opts)</span>
59+
60+
</div>
61+
<div class='description'>
62+
63+
</div>
64+
<div class='source'>
65+
<a class='source-toggle' href='#' onclick='toggleCode(&#39;method-c-new-source&#39;); return false'>
66+
[show source]
67+
</a>
68+
<pre id='method-c-new-source'> <span class="ruby-comment"># File lib/sequel/adapters/mysql.rb</span>
69+
<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>)
70+
<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>))
71+
<span class="line-num">42</span> <span class="ruby-keyword">end</span></pre>
72+
</div>
73+
</div>
74+
</div>
75+
</div>
76+
77+
</div>
78+
</div>
79+
80+
<div id='footer-push'></div>
81+
</div>
82+
<div id='footer'>
83+
<a href="https://github.com/jeremyevans/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a>
84+
</div>
85+
</body>
86+
</html>

0 commit comments

Comments
 (0)