Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TwentyFourMinutes committed Aug 9, 2021
2 parents b1b8d7f + 4bfcbd1 commit 5b3bce8
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 116 deletions.
34 changes: 17 additions & 17 deletions docs/api/Venflow.Database.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/api/Venflow.LoggerCallback.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Venflow.html">Venflow</a><
<h6><strong>Assembly</strong>: Venflow.dll</h6>
<h5 id="Venflow_LoggerCallback_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public delegate void LoggerCallback(NpgsqlCommand? command, CommandType commandType, Exception? exception);</code></pre>
<pre><code class="lang-csharp hljs">public delegate void LoggerCallback(NpgsqlCommand command, CommandType commandType, Exception? exception);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -116,9 +116,9 @@ <h5 class="parameters">Parameters</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<span class="xref">NpgsqlCommand</span>&gt;</td>
<td><span class="xref">NpgsqlCommand</span></td>
<td><span class="parametername">command</span></td>
<td><p>The command which produced the log. The command may only ever be <span class="xref">null</span> when the <a class="xref" href="Venflow.Enums.CommandType.html">CommandType</a> has the <a class="xref" href="Venflow.Enums.CommandType.html#Venflow_Enums_CommandType_Insert">Insert</a> flag.</p>
<td><p>The command which produced the log.</p>
</td>
</tr>
<tr>
Expand Down
90 changes: 20 additions & 70 deletions docs/api/Venflow.Table-1.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/api/Venflow.TableBase-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h5 id="Venflow_TableBase_1_QueryAsync__1_Venflow_Commands_IQueryCommand__0___0_
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QueryBatch_System_String_IList_NpgsqlParameter__.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QueryBatch(System.String%2CIList%7BNpgsqlParameter%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L130">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L133">View Source</a>
</span>
<a id="Venflow_TableBase_1_QueryBatch_" data-uid="Venflow.TableBase`1.QueryBatch*"></a>
<h4 id="Venflow_TableBase_1_QueryBatch_System_String_IList_NpgsqlParameter__" data-uid="Venflow.TableBase`1.QueryBatch(System.String,IList{NpgsqlParameter})">QueryBatch(String, IList&lt;NpgsqlParameter&gt;)</h4>
Expand Down Expand Up @@ -268,7 +268,7 @@ <h5 id="Venflow_TableBase_1_QueryBatch_System_String_IList_NpgsqlParameter___rem
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QueryBatch_System_String_NpgsqlParameter___.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QueryBatch(System.String%2CNpgsqlParameter%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L120">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L123">View Source</a>
</span>
<a id="Venflow_TableBase_1_QueryBatch_" data-uid="Venflow.TableBase`1.QueryBatch*"></a>
<h4 id="Venflow_TableBase_1_QueryBatch_System_String_NpgsqlParameter___" data-uid="Venflow.TableBase`1.QueryBatch(System.String,NpgsqlParameter[])">QueryBatch(String, NpgsqlParameter[])</h4>
Expand Down Expand Up @@ -327,7 +327,7 @@ <h5 id="Venflow_TableBase_1_QueryBatch_System_String_NpgsqlParameter____remarks"
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QueryBatch_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QueryBatch(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L110">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L113">View Source</a>
</span>
<a id="Venflow_TableBase_1_QueryBatch_" data-uid="Venflow.TableBase`1.QueryBatch*"></a>
<h4 id="Venflow_TableBase_1_QueryBatch_System_String_System_Boolean_" data-uid="Venflow.TableBase`1.QueryBatch(System.String,System.Boolean)">QueryBatch(String, Boolean)</h4>
Expand Down Expand Up @@ -383,7 +383,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QueryBatch_System_String_System_Boolean_NpgsqlParameter___.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QueryBatch(System.String%2CSystem.Boolean%2CNpgsqlParameter%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L140">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L143">View Source</a>
</span>
<a id="Venflow_TableBase_1_QueryBatch_" data-uid="Venflow.TableBase`1.QueryBatch*"></a>
<h4 id="Venflow_TableBase_1_QueryBatch_System_String_System_Boolean_NpgsqlParameter___" data-uid="Venflow.TableBase`1.QueryBatch(System.String,System.Boolean,NpgsqlParameter[])">QueryBatch(String, Boolean, NpgsqlParameter[])</h4>
Expand Down Expand Up @@ -445,7 +445,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QueryInterpolatedBatch_FormattableString_System_Boolean_.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QueryInterpolatedBatch(FormattableString%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L149">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L152">View Source</a>
</span>
<a id="Venflow_TableBase_1_QueryInterpolatedBatch_" data-uid="Venflow.TableBase`1.QueryInterpolatedBatch*"></a>
<h4 id="Venflow_TableBase_1_QueryInterpolatedBatch_FormattableString_System_Boolean_" data-uid="Venflow.TableBase`1.QueryInterpolatedBatch(FormattableString,System.Boolean)">QueryInterpolatedBatch(FormattableString, Boolean)</h4>
Expand Down Expand Up @@ -501,7 +501,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QueryInterpolatedBatch_Venflow_FormattableSqlStringBuilder_System_Boolean_.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QueryInterpolatedBatch(Venflow.FormattableSqlStringBuilder%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L158">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L161">View Source</a>
</span>
<a id="Venflow_TableBase_1_QueryInterpolatedBatch_" data-uid="Venflow.TableBase`1.QueryInterpolatedBatch*"></a>
<h4 id="Venflow_TableBase_1_QueryInterpolatedBatch_Venflow_FormattableSqlStringBuilder_System_Boolean_" data-uid="Venflow.TableBase`1.QueryInterpolatedBatch(Venflow.FormattableSqlStringBuilder,System.Boolean)">QueryInterpolatedBatch(FormattableSqlStringBuilder, Boolean)</h4>
Expand Down Expand Up @@ -557,7 +557,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QueryInterpolatedSingle_FormattableString_System_Boolean_.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QueryInterpolatedSingle(FormattableString%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L92">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L95">View Source</a>
</span>
<a id="Venflow_TableBase_1_QueryInterpolatedSingle_" data-uid="Venflow.TableBase`1.QueryInterpolatedSingle*"></a>
<h4 id="Venflow_TableBase_1_QueryInterpolatedSingle_FormattableString_System_Boolean_" data-uid="Venflow.TableBase`1.QueryInterpolatedSingle(FormattableString,System.Boolean)">QueryInterpolatedSingle(FormattableString, Boolean)</h4>
Expand Down Expand Up @@ -613,7 +613,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QueryInterpolatedSingle_Venflow_FormattableSqlStringBuilder_System_Boolean_.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QueryInterpolatedSingle(Venflow.FormattableSqlStringBuilder%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L101">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L104">View Source</a>
</span>
<a id="Venflow_TableBase_1_QueryInterpolatedSingle_" data-uid="Venflow.TableBase`1.QueryInterpolatedSingle*"></a>
<h4 id="Venflow_TableBase_1_QueryInterpolatedSingle_Venflow_FormattableSqlStringBuilder_System_Boolean_" data-uid="Venflow.TableBase`1.QueryInterpolatedSingle(Venflow.FormattableSqlStringBuilder,System.Boolean)">QueryInterpolatedSingle(FormattableSqlStringBuilder, Boolean)</h4>
Expand Down Expand Up @@ -669,7 +669,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QuerySingle_System_String_IList_NpgsqlParameter__.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QuerySingle(System.String%2CIList%7BNpgsqlParameter%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L73">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L76">View Source</a>
</span>
<a id="Venflow_TableBase_1_QuerySingle_" data-uid="Venflow.TableBase`1.QuerySingle*"></a>
<h4 id="Venflow_TableBase_1_QuerySingle_System_String_IList_NpgsqlParameter__" data-uid="Venflow.TableBase`1.QuerySingle(System.String,IList{NpgsqlParameter})">QuerySingle(String, IList&lt;NpgsqlParameter&gt;)</h4>
Expand Down Expand Up @@ -728,7 +728,7 @@ <h5 id="Venflow_TableBase_1_QuerySingle_System_String_IList_NpgsqlParameter___re
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QuerySingle_System_String_NpgsqlParameter___.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QuerySingle(System.String%2CNpgsqlParameter%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L63">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L66">View Source</a>
</span>
<a id="Venflow_TableBase_1_QuerySingle_" data-uid="Venflow.TableBase`1.QuerySingle*"></a>
<h4 id="Venflow_TableBase_1_QuerySingle_System_String_NpgsqlParameter___" data-uid="Venflow.TableBase`1.QuerySingle(System.String,NpgsqlParameter[])">QuerySingle(String, NpgsqlParameter[])</h4>
Expand Down Expand Up @@ -787,7 +787,7 @@ <h5 id="Venflow_TableBase_1_QuerySingle_System_String_NpgsqlParameter____remarks
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QuerySingle_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QuerySingle(System.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L53">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L56">View Source</a>
</span>
<a id="Venflow_TableBase_1_QuerySingle_" data-uid="Venflow.TableBase`1.QuerySingle*"></a>
<h4 id="Venflow_TableBase_1_QuerySingle_System_String_System_Boolean_" data-uid="Venflow.TableBase`1.QuerySingle(System.String,System.Boolean)">QuerySingle(String, Boolean)</h4>
Expand Down Expand Up @@ -843,7 +843,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/TwentyFourMinutes/Venflow/new/dev/apiSpec/new?filename=Venflow_TableBase_1_QuerySingle_System_String_System_Boolean_NpgsqlParameter___.md&amp;value=---%0Auid%3A%20Venflow.TableBase%601.QuerySingle(System.String%2CSystem.Boolean%2CNpgsqlParameter%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L83">View Source</a>
<a href="https://github.com/TwentyFourMinutes/Venflow/blob/dev/src/Venflow/Venflow/TableBase.cs/#L86">View Source</a>
</span>
<a id="Venflow_TableBase_1_QuerySingle_" data-uid="Venflow.TableBase`1.QuerySingle*"></a>
<h4 id="Venflow_TableBase_1_QuerySingle_System_String_System_Boolean_NpgsqlParameter___" data-uid="Venflow.TableBase`1.QuerySingle(System.String,System.Boolean,NpgsqlParameter[])">QuerySingle(String, Boolean, NpgsqlParameter[])</h4>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"output": {
".html": {
"relative_path": "api/Venflow.Database.html",
"hash": "3Qwfp9u/ermBTKRkCDjJyA=="
"hash": "i0QQQO0D/aSLWvhaglmbnw=="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -546,7 +546,7 @@
"output": {
".html": {
"relative_path": "api/Venflow.LoggerCallback.html",
"hash": "4/f1za3DBn1fq+v4D8+U7Q=="
"hash": "9wC/BRgBQ0GQD365KbTNbA=="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -726,7 +726,7 @@
"output": {
".html": {
"relative_path": "api/Venflow.Table-1.html",
"hash": "hwGV9/FjyWuA3x232GSLlA=="
"hash": "P5toNwwYfFzE2sM9D88Ygg=="
}
},
"is_incremental": false,
Expand All @@ -738,7 +738,7 @@
"output": {
".html": {
"relative_path": "api/Venflow.TableBase-1.html",
"hash": "yE+JEwe7JzyiE4I4fZrICQ=="
"hash": "VfkTFkHaKHwFNaRMxl8e9A=="
}
},
"is_incremental": false,
Expand Down
8 changes: 0 additions & 8 deletions docs/xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2885,14 +2885,6 @@ references:
fullName.vb: Venflow.Table(Of TEntity).Insert()
nameWithType: Table<TEntity>.Insert()
nameWithType.vb: Table(Of TEntity).Insert()
- uid: Venflow.Table`1.Insert(System.Boolean)
name: Insert(Boolean)
href: api/Venflow.Table-1.html#Venflow_Table_1_Insert_System_Boolean_
commentId: M:Venflow.Table`1.Insert(System.Boolean)
fullName: Venflow.Table<TEntity>.Insert(System.Boolean)
fullName.vb: Venflow.Table(Of TEntity).Insert(System.Boolean)
nameWithType: Table<TEntity>.Insert(Boolean)
nameWithType.vb: Table(Of TEntity).Insert(Boolean)
- uid: Venflow.Table`1.Insert*
name: Insert
href: api/Venflow.Table-1.html#Venflow_Table_1_Insert_
Expand Down

0 comments on commit 5b3bce8

Please sign in to comment.