Skip to content

Commit

Permalink
Update website for 5.86.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Nov 1, 2024
1 parent f023533 commit f939c35
Show file tree
Hide file tree
Showing 45 changed files with 1,073 additions and 838 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.85.0)</h1>
<h1 class="h1">Documentation for Sequel (v5.86.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_86_0_txt.html">5.86</a> |

<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> |
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.85.0</h1>
<h1 class="h1">Sequel::Model Plugins for v5.86.0</h1>

<div class="plugins__sidebar">
<aside class="plugins__sidebar-aside">
Expand Down
2 changes: 1 addition & 1 deletion rdoc-adapters/classes/Sequel/JDBC.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2>Constants</h2>
<tr class='top-aligned-row context-row'>
<td class='context-item-name'>NativeException</td>
<td>=</td>
<td class='context-item-value'>java.lang.Exception</td>
<td class='context-item-value'>Java::JavaLang::Exception</td>
<td>&nbsp;</td>
<td class='context-item-desc'>
<p>Create custom <a href="JDBC.html#NativeException"><code>NativeException</code></a> alias for nicer access, and also so that JRuby 9.2+ so it doesn’t use the deprecated ::NativeException</p>
Expand Down
2 changes: 1 addition & 1 deletion rdoc-adapters/classes/Sequel/JDBC/Database.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h2>Public Instance methods</h2>
<span class="line-num">227</span> <span class="ruby-identifier">raise</span> <span class="ruby-identifier">e</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">driver</span>
<span class="line-num">228</span> <span class="ruby-comment"># If the DriverManager can&#39;t get the connection - use the connect</span>
<span class="line-num">229</span> <span class="ruby-comment"># method of the driver. (This happens under Tomcat for instance)</span>
<span class="line-num">230</span> <span class="ruby-identifier">props</span> = <span class="ruby-identifier">java</span>.<span class="ruby-identifier">util</span>.<span class="ruby-constant">Properties</span>.<span class="ruby-identifier">new</span>
<span class="line-num">230</span> <span class="ruby-identifier">props</span> = <span class="ruby-constant">Java</span><span class="ruby-operator">::</span><span class="ruby-constant">JavaUtil</span><span class="ruby-operator">::</span><span class="ruby-constant">Properties</span>.<span class="ruby-identifier">new</span>
<span class="line-num">231</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">opts</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">opts</span>[<span class="ruby-value">:user</span>] <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">opts</span>[<span class="ruby-value">:password</span>]
<span class="line-num">232</span> <span class="ruby-identifier">props</span>.<span class="ruby-identifier">setProperty</span>(<span class="ruby-string">&quot;user&quot;</span>, <span class="ruby-identifier">opts</span>[<span class="ruby-value">:user</span>])
<span class="line-num">233</span> <span class="ruby-identifier">props</span>.<span class="ruby-identifier">setProperty</span>(<span class="ruby-string">&quot;password&quot;</span>, <span class="ruby-identifier">opts</span>[<span class="ruby-value">:password</span>])
Expand Down
2 changes: 1 addition & 1 deletion rdoc-adapters/classes/Sequel/JDBC/Oracle.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>Constants</h2>
<tr class='top-aligned-row context-row'>
<td class='context-item-name'>JAVA_BIG_DECIMAL_CONSTRUCTOR</td>
<td>=</td>
<td class='context-item-value'>java.math.BigDecimal.java_class.constructor(Java::long).method(:new_instance)</td>
<td class='context-item-value'>Java::JavaMath::BigDecimal.java_class.constructor(Java::long).method(:new_instance)</td>
<td>&nbsp;</td>
<td class='context-item-desc'></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion rdoc-adapters/classes/Sequel/JDBC/Oracle/Dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2>Constants</h2>
<tr class='top-aligned-row context-row'>
<td class='context-item-name'>TIMESTAMPTZ_TYPES</td>
<td>=</td>
<td class='context-item-value'>[Java::oracle.jdbc.OracleTypes::TIMESTAMPTZ, Java::oracle.jdbc.OracleTypes::TIMESTAMPLTZ].freeze</td>
<td class='context-item-value'>[Java::OracleJdbc::OracleTypes::TIMESTAMPTZ, Java::OracleJdbc::OracleTypes::TIMESTAMPLTZ].freeze</td>
<td>&nbsp;</td>
<td class='context-item-desc'></td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2>Public Instance methods</h2>
<span class="line-num">43</span>
<span class="line-num">44</span> <span class="ruby-identifier">synchronize</span>(<span class="ruby-identifier">opts</span>[<span class="ruby-value">:server</span>]) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">conn</span><span class="ruby-operator">|</span>
<span class="line-num">45</span> <span class="ruby-keyword">begin</span>
<span class="line-num">46</span> <span class="ruby-identifier">copy_manager</span> = <span class="ruby-identifier">org</span>.<span class="ruby-identifier">postgresql</span>.<span class="ruby-identifier">copy</span>.<span class="ruby-constant">CopyManager</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">conn</span>)
<span class="line-num">46</span> <span class="ruby-identifier">copy_manager</span> = <span class="ruby-constant">Java</span><span class="ruby-operator">::</span><span class="ruby-constant">OrgPostgresqlCopy</span><span class="ruby-operator">::</span><span class="ruby-constant">CopyManager</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">conn</span>)
<span class="line-num">47</span> <span class="ruby-identifier">copier</span> = <span class="ruby-identifier">copy_manager</span>.<span class="ruby-identifier">copy_in</span>(<span class="ruby-identifier">copy_into_sql</span>(<span class="ruby-identifier">table</span>, <span class="ruby-identifier">opts</span>))
<span class="line-num">48</span> <span class="ruby-keyword">if</span> <span class="ruby-keyword">defined?</span>(<span class="ruby-keyword">yield</span>)
<span class="line-num">49</span> <span class="ruby-keyword">while</span> <span class="ruby-identifier">buf</span> = <span class="ruby-keyword">yield</span>
Expand Down Expand Up @@ -181,7 +181,7 @@ <h2>Public Instance methods</h2>
<pre id='method-i-copy_table-source'> <span class="ruby-comment"># File lib/sequel/adapters/jdbc/postgresql.rb</span>
<span class="line-num"> 75</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">copy_table</span>(<span class="ruby-identifier">table</span>, <span class="ruby-identifier">opts</span>=<span class="ruby-constant">OPTS</span>)
<span class="line-num"> 76</span> <span class="ruby-identifier">synchronize</span>(<span class="ruby-identifier">opts</span>[<span class="ruby-value">:server</span>]) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">conn</span><span class="ruby-operator">|</span>
<span class="line-num"> 77</span> <span class="ruby-identifier">copy_manager</span> = <span class="ruby-identifier">org</span>.<span class="ruby-identifier">postgresql</span>.<span class="ruby-identifier">copy</span>.<span class="ruby-constant">CopyManager</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">conn</span>)
<span class="line-num"> 77</span> <span class="ruby-identifier">copy_manager</span> = <span class="ruby-constant">Java</span><span class="ruby-operator">::</span><span class="ruby-constant">OrgPostgresqlCopy</span><span class="ruby-operator">::</span><span class="ruby-constant">CopyManager</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">conn</span>)
<span class="line-num"> 78</span> <span class="ruby-identifier">copier</span> = <span class="ruby-identifier">copy_manager</span>.<span class="ruby-identifier">copy_out</span>(<span class="ruby-identifier">copy_table_sql</span>(<span class="ruby-identifier">table</span>, <span class="ruby-identifier">opts</span>))
<span class="line-num"> 79</span> <span class="ruby-keyword">begin</span>
<span class="line-num"> 80</span> <span class="ruby-keyword">if</span> <span class="ruby-keyword">defined?</span>(<span class="ruby-keyword">yield</span>)
Expand Down
Loading

0 comments on commit f939c35

Please sign in to comment.