Skip to content

Commit

Permalink
Update generated documentation for version 1.3.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed May 25, 2024
1 parent 1dc672e commit 0d0e454
Show file tree
Hide file tree
Showing 101 changed files with 3,670 additions and 1,279 deletions.
3 changes: 2 additions & 1 deletion core/async.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ <h3><a name="Why-Not-to-Use-Async" class="anchor" href="#Why-Not-to-Use-Async">W
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs12">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs13">[&lt;Struct&gt;]
type NullableColumnType =
Expand Down
3 changes: 2 additions & 1 deletion core/composable.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@ <h2><a name="Generate-composable-queries-from-quotations" class="anchor" href="#
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs13">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs14">[&lt;Struct&gt;]
type SQLiteLibrary =
Expand Down
3 changes: 2 additions & 1 deletion core/crud.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@ <h3><a name="What-to-do-if-your-creation-fails-systematically-every-time" class=
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs11">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs12">[&lt;Struct&gt;]
type SQLiteLibrary =
Expand Down
3 changes: 2 additions & 1 deletion core/general.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,8 @@ <h2><a name="How-fast-is-SQLProvider" class="anchor" href="#How-fast-is-SQLProvi
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs11">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs12">[&lt;Struct&gt;]
type SQLiteLibrary =
Expand Down
3 changes: 2 additions & 1 deletion core/individuals.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ <h1><a name="Individuals" class="anchor" href="#Individuals">Individuals</a></h1
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs12">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs13">[&lt;Struct&gt;]
type SQLiteLibrary =
Expand Down
3 changes: 2 additions & 1 deletion core/mappers.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ <h2><a name="Adding-a-Mapper-using-dataContext-to-use-generated-types-from-db" c
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs11">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs12">[&lt;Struct&gt;]
type SQLiteLibrary =
Expand Down
3 changes: 2 additions & 1 deletion core/msaccess.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ <h3><a name="IndividualsAmount" class="anchor" href="#IndividualsAmount">Individ
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs11">FSharp.Data.Sql.Common.DatabaseProviderTypes.MSACCESS: FSharp.Data.Sql.Common.DatabaseProviderTypes = 5</div>
<div class="fsdocs-tip" id="fs12">[&lt;Literal&gt;]
val resolutionPath: string = &quot;C:\git\SQLProvider\docs\content\core&quot;</div>
Expand Down
3 changes: 2 additions & 1 deletion core/mssqlssdt.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,8 @@ <h3><a name="Individuals" class="anchor" href="#Individuals">Individuals</a></h3
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs9">Common.DatabaseProviderTypes.MSSQLSERVER_SSDT: Common.DatabaseProviderTypes = 9</div>
<div class="fsdocs-tip" id="fs10">[&lt;Literal&gt;]
val ssdtPath: string = &quot;C:\git\SQLProvider\docs\content\core/../../files/mssqlssdt/AdventureWorks_SSDT.dacpac&quot;</div>
Expand Down
3 changes: 2 additions & 1 deletion core/mysql.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ <h3><a name="Example-performance-difference-from-our-unit-tests" class="anchor"
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs11">Common.DatabaseProviderTypes.MYSQL: Common.DatabaseProviderTypes = 3</div>
<div class="fsdocs-tip" id="fs12">[&lt;Literal&gt;]
val resPath: string = &quot;C:\git\SQLProvider\docs\content\core/../../../packages/tests/MySql.Data/lib/net45&quot;</div>
Expand Down
3 changes: 2 additions & 1 deletion core/odbc.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ <h3><a name="DTC-Transactions" class="anchor" href="#DTC-Transactions">DTC Trans
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs15">Common.DatabaseProviderTypes.ODBC: Common.DatabaseProviderTypes = 6</div>
<div class="fsdocs-tip" id="fs16">val ctx: obj</div>
<div class="fsdocs-tip" id="fs17">[&lt;Literal&gt;]
Expand Down
3 changes: 2 additions & 1 deletion core/oracle.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ <h1><a name="SQL-Provider-for-Oracle" class="anchor" href="#SQL-Provider-for-Ora
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs11">Common.DatabaseProviderTypes.ORACLE: Common.DatabaseProviderTypes = 4</div>
<div class="fsdocs-tip" id="fs12">val ctx: obj</div>
<div class="fsdocs-tip" id="fs13">val customers: obj array</div>
Expand Down
3 changes: 2 additions & 1 deletion core/parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,8 @@ <h1><a name="SQL-Provider-Data-Context-Parameters" class="anchor" href="#SQL-Pro
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs11">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs12">[&lt;Literal&gt;]
val sqliteConnectionString: string = &quot;Data Source=C:\git\SQLProvider\docs\content\core\northwindEF.db;Version=3&quot;</div>
Expand Down
3 changes: 2 additions & 1 deletion core/postgresql.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ <h3><a name="Owner" class="anchor" href="#Owner">Owner</a></h3>
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs10">Common.DatabaseProviderTypes.POSTGRESQL: Common.DatabaseProviderTypes = 2</div>
<div class="fsdocs-tip" id="fs11">[&lt;Literal&gt;]
val connString: string = &quot;Host=localhost;Database=test;Username=test;Password=test&quot;</div>
Expand Down
3 changes: 2 additions & 1 deletion core/programmability.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ <h1><a name="Programmability" class="anchor" href="#Programmability">Programmabi
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs11">Common.DatabaseProviderTypes.MSSQLSERVER: Common.DatabaseProviderTypes = 0</div>
<div class="fsdocs-tip" id="fs12">val ctx: obj</div>
<div class="fsdocs-tip" id="fs13">val uspGetManagerEmployees: Threading.Tasks.Task&lt;unit&gt;</div>
Expand Down
3 changes: 2 additions & 1 deletion core/querying.html
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,8 @@ <h3><a name="Group-by-and-more-complex-query-scenarios" class="anchor" href="#Gr
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs27">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs28">[&lt;Struct&gt;]
type SQLiteLibrary =
Expand Down
3 changes: 2 additions & 1 deletion core/sqlite.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ <h1><a name="CRUD" class="anchor" href="#CRUD">CRUD</a></h1>
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs12">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs13">[&lt;Struct&gt;]
type SQLiteLibrary =
Expand Down
3 changes: 2 additions & 1 deletion core/unittest.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ <h3><a name="Example-unit-test-part" class="anchor" href="#Example-unit-test-par
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs11">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs12">[&lt;Struct&gt;]
type SQLiteLibrary =
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ <h1><a name="SQLProvider" class="anchor" href="#SQLProvider">SQLProvider</a></h1
<li>MySQL</li>
<li>MsAccess</li>
<li>Firebird</li>
<li>DuckDB</li>
</ul>
<p>There is also an ODBC provider that will let you connect to any ODBC source with limited features.</p>
<p>All database vendors except SQL Server and MS Access will require 3rd party ADO.NET connector objects to function. These are dynamically loaded at runtime so that the SQL provider project is not dependent on them. You must supply the location of the assemblies with the "ResolutionPath" static parameter.</p>
Expand Down Expand Up @@ -411,7 +412,8 @@ <h2><a name="Contributing-and-copyright" class="anchor" href="#Contributing-and-
| ODBC = 6
| FIREBIRD = 7
| MSSQLSERVER_DYNAMIC = 8
| MSSQLSERVER_SSDT = 9</div>
| MSSQLSERVER_SSDT = 9
| DUCKDB = 10</div>
<div class="fsdocs-tip" id="fs11">Common.DatabaseProviderTypes.SQLITE: Common.DatabaseProviderTypes = 1</div>
<div class="fsdocs-tip" id="fs12">[&lt;Struct&gt;]
type SQLiteLibrary =
Expand Down
2 changes: 1 addition & 1 deletion index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0d0e454

Please sign in to comment.