File tree 4 files changed +27
-22
lines changed
SQLProvider.Postgresql.DesignTime
SQLProvider.Postgresql.Runtime
4 files changed +27
-22
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,25 @@ Please provide a description of any known workarounds.
24
24
25
25
### Related information
26
26
27
+ * Database
28
+ - [ ] SQLite
29
+ - [ ] Micorosft SQL Server
30
+ - [ ] MySQL / MariaDB
31
+ - [ ] PostgreSQL
32
+ - [ ] Oracle
33
+ - [ ] Odbc
34
+ - [ ] Microsoft Access
35
+ - [ ] FireBird
36
+ - [ ] DuckDB
37
+ - [ ] Other
27
38
* Operating system
28
- - [ ] windows [ insert version here]
29
- - [ ] macOs [ insert version]
30
- - [ ] linux [ insert flavor/version here]
39
+ - [ ] Windows [ insert version here]
40
+ - [ ] MacOs [ insert version]
41
+ - [ ] Linux [ insert flavor/version here]
31
42
* Platform
32
- - [ ] dotnet core
33
- - [ ] dotnet full
34
- - [ ] mono
35
- * Branch or release version
43
+ - [ ] dotnet [ insert version here ]
44
+ - [ ] .NET Framework full
45
+ - [ ] Mono
46
+ * Branch or release version, or nuget package name and version
36
47
* Database versions and sample databases being used
37
48
* Performance information, links to performance testing scripts
38
-
Original file line number Diff line number Diff line change @@ -20,16 +20,11 @@ A clear and concise description of what you expected to happen.
20
20
** Screenshots**
21
21
If applicable, add screenshots to help explain your problem.
22
22
23
- ** Desktop (please complete the following information):**
23
+ ** Environment (please complete the following information):**
24
+ - Database: [ e.g. SQLite]
25
+ - Nuget Package and version: [ e.g. SQLProvider.SQLite 1.5.0]
24
26
- OS: [ e.g. iOS]
25
- - Browser [ e.g. chrome, safari]
26
- - Version [ e.g. 22]
27
-
28
- ** Smartphone (please complete the following information):**
29
- - Device: [ e.g. iPhone6]
30
- - OS: [ e.g. iOS8.1]
31
- - Browser [ e.g. stock browser, safari]
32
- - Version [ e.g. 22]
27
+ - Dotnet or .NET Framework and version [ e.g. dotnet 8]
33
28
34
29
** Additional context**
35
30
Add any other context about the problem here.
Original file line number Diff line number Diff line change 5
5
<TargetFrameworks >net8.0;netstandard2.0</TargetFrameworks >
6
6
<GenerateDocumentationFile >true</GenerateDocumentationFile >
7
7
<DefineConstants >$(DefineConstants);NO_GENERATIVE;DESIGNTIME;POSTGRESQL;MICROSOFTSQL</DefineConstants >
8
- <OutputPath >..\..\bin\postresql \typeproviders\fsharp41\</OutputPath >
8
+ <OutputPath >..\..\bin\postgresql \typeproviders\fsharp41\</OutputPath >
9
9
<AssemblyName >FSharp.Data.SqlProvider.PostgreSql.DesignTime</AssemblyName >
10
10
<Name >FSharp.Data.SqlProvider.PostgreSql</Name >
11
11
<ProduceReferenceAssembly >false</ProduceReferenceAssembly >
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ summary
24
24
description
25
25
Type providers for PostgreSql database access.
26
26
files
27
- ../../bin/postresql /lib/net8.0/FSharp.Data.SqlProvider.* ==> lib/net8.0
28
- ../../bin/postresql /lib/netstandard2.0/FSharp.Data.SqlProvider.* ==> lib/netstandard2.0
29
- ../../bin/postresql /typeproviders/fsharp41/net8.0/*.dll ==> typeproviders/fsharp41/net8.0
30
- ../../bin/postresql /typeproviders/fsharp41/netstandard2.0/*.dll ==> typeproviders/fsharp41/netstandard2.0
27
+ ../../bin/postgresql /lib/net8.0/FSharp.Data.SqlProvider.* ==> lib/net8.0
28
+ ../../bin/postgresql /lib/netstandard2.0/FSharp.Data.SqlProvider.* ==> lib/netstandard2.0
29
+ ../../bin/postgresql /typeproviders/fsharp41/net8.0/*.dll ==> typeproviders/fsharp41/net8.0
30
+ ../../bin/postgresql /typeproviders/fsharp41/netstandard2.0/*.dll ==> typeproviders/fsharp41/netstandard2.0
31
31
references
32
32
FSharp.Data.SqlProvider.Common.dll
33
33
FSharp.Data.SqlProvider.PostgreSql.dll
You can’t perform that action at this time.
0 commit comments