Skip to content

Commit

Permalink
Merge pull request #3322 from EnterpriseDB/release/2022-11-08
Browse files Browse the repository at this point in the history
Release: 2022-11-08
  • Loading branch information
drothery-edb authored Nov 8, 2022
2 parents 5f68678 + 201c866 commit 4c1eaf9
Show file tree
Hide file tree
Showing 30 changed files with 48 additions and 125 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% set platformBaseTemplate = "almalinux-8-or-rocky-linux-8" %}
{% set packageDevSuffix %}-devel{% endset %}
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
{% block prodprereq %}{% include "platformBase/_epasinstalldiffserver.njk" %}

{% endblock prodprereq %}

{% block installCommand %}
```shell
sudo {{packageManager}} {{packageManagerNoninteractive}} install {{ packageName }}
sudo {{packageManager}} {{packageManagerNoninteractive}} install {{ packageName }}{{ packageDevSuffix }}
```
{% endblock installCommand %}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% set platformBaseTemplate = "centos-7" %}
{% set platformBaseTemplate = "centos-7" %}
{% set packageDevSuffix %}-devel{% endset %}
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% block odbcconnector %}
```shell
sudo apt-get install {{ packageName }}
sudo apt-get install {{ packageName }}-dev
```
{% endblock odbcconnector %}
{% set packageDevSuffix %}-dev{% endset %}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% set platformBaseTemplate = "rhel-7-or-ol-7" %}
{% set platformBaseTemplate = "rhel-7-or-ol-7" %}
{% set packageDevSuffix %}-devel{% endset %}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% set platformBaseTemplate = "rhel-8-or-ol-8" %}
{% set platformBaseTemplate = "rhel-8-or-ol-8" %}
{% set packageDevSuffix %}-devel{% endset %}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% set platformBaseTemplate = "sles-12" %}
{% set platformBaseTemplate = "sles-12" %}
{% set packageDevSuffix %}-devel{% endset %}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% set platformBaseTemplate = "sles-12" %}
{% set platformBaseTemplate = "sles-12" %}
{% set packageDevSuffix %}-devel{% endset %}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% set platformBaseTemplate = "sles-15" %}
{% set platformBaseTemplate = "sles-15" %}
{% set packageDevSuffix %}-devel{% endset %}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% set platformBaseTemplate = "sles-15" %}
{% set includePPC = true %}
{% set includePPC = true %}
{% set packageDevSuffix %}-devel{% endset %}
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
{% extends "products/edb-ocl-connector/base.njk" %}
{% block odbcconnector %}
```shell
sudo apt-get install {{ packageName }}
sudo apt-get install {{ packageName }}-dev
```
{% endblock odbcconnector %}
{% set packageDevSuffix %}-dev{% endset %}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Connect your cloud account with your Azure subscription.

Before starting, within Azure Active Directory, ensure your user type is Member (not Guest).

You must have one of the following roles in Azure to complete the set up:
- Global Administrator
- Privileged Role Administrator

## 1. Select the EDB offer in the Azure portal.

1. Sign in to the [Azure portal](https://portal.azure.com/) and go to Azure **Marketplace**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ The following shared library file is required:

!!! Note

Entity Framework Core can be used with the EnterpriseDB.EDBClient.dll library available in the net5.0 and netcoreapp3.1 subdirectories.
Entity Framework Core can be used with the EnterpriseDB.EDBClient.dll library available in the net6.0 subdirectory.


See [Referencing the Library Files](#referencing_the_library_files) for information about referencing library files.

Expand All @@ -216,9 +217,6 @@ The following NuGet packages are required:

`Microsoft.EntityFrameworkCore.Abstractions`

In case of NetCoreApp3.1 you have to add the following NuGet package in addition to the above packages:

`System.Text.Json`

For usage information about Entity Framework Core, refer to the Microsoft documentation.

Expand All @@ -230,7 +228,7 @@ Install dotnet-ef (using Command Prompt)

**Sample project**

Create a new Console Application based on .NET 5.0 or NetCoreApp3.1
Create a new Console Application based on .NET 6.0.

Add Reference to the following EDB assemblies:

Expand All @@ -246,9 +244,6 @@ Add the following NuGet packages:

`Microsoft.EntityFrameworkCore.Abstractions`

In case of NetCoreApp3.1 add the following NuGet package in addition to the above packages:

`System.Text.Json`

Command Prompt

Expand Down
25 changes: 0 additions & 25 deletions product_docs/docs/net_connector/6.0.2.1/14_using_plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ EDB .Net driver plugins support the enhanced capabilities for different data typ

- GeoJSON
- Json.NET
- Legacy PostGIS
- NetTopologySuite
- NodaTime
- Rawpostgis

The plugins support the use of spatial, data/time, and JSON types. The following are the supported frameworks and data provider installation path for these plugins.

Expand Down Expand Up @@ -40,18 +38,6 @@ The following shared library files are required:

For detailed information about using the Json.NET plugin, see the [Npgsql documentation](http://www.npgsql.org/doc/types/jsonnet.html).

## LegacyPostGIS

If you're using the LegacyPostGIS plugin on .Net Standard 2.0, the data provider installation path is:

`C:\Program Files\edb\dotnet\plugins\LegacyPostgis\netstandard2.0`

The following shared library files are required:

`EnterpriseDB.EDBClient.LegacyPostgis.dll`

For detailed information about using the LegacyPostGIS plugin, see the [Npgsql documentation](http://www.npgsql.org/doc/types/legacy-postgis.html).

## NetTopologySuite

If you're using the NetTopologySuite plugin on .Net Standard 2.0, the data provider installation path is:
Expand All @@ -76,14 +62,3 @@ The following shared library files are required:

For detailed information about using the NodaTime plugin, see the [Npgsql documentation](http://www.npgsql.org/doc/types/nodatime.html).

## RawPostGIS

If you're using the RawPostGIS type plugin on .Net Standard 2.0, the data provider installation path is:

`C:\Program\Files\edb\dotnet\plugins\RawPostGis\netstandard2.0`

The following shared library files are required:

`EnterpriseDB.EDBClient.RawPostgis.dll`

For detailed information about using the RawPostGIS plugin, see the [documentation](https://www.nuget.org/packages/Npgsql.RawPostgis).
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ Before you begin the installation process:

```shell
sudo dnf -y install edb-oci
sudo dnf -y install edb-oci-devel
```
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Before you begin the installation process:

```shell
sudo zypper -n install edb-oci
sudo zypper -n install edb-oci-devel
```
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Before you begin the installation process:

```shell
sudo zypper -n install edb-oci
sudo zypper -n install edb-oci-devel
```
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Before you begin the installation process:

```shell
sudo yum -y install edb-oci
sudo yum -y install edb-oci-devel
```
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Before you begin the installation process:
## Install the package

```shell
sudo apt-get install edb-oci
sudo apt-get install edb-oci-dev
sudo apt-get -y install edb-oci
sudo apt-get -y install edb-oci-dev
```
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Before you begin the installation process:
## Install the package

```shell
sudo apt-get install edb-oci
sudo apt-get install edb-oci-dev
sudo apt-get -y install edb-oci
sudo apt-get -y install edb-oci-dev
```
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Before you begin the installation process:

```shell
sudo dnf -y install edb-oci
sudo dnf -y install edb-oci-devel
```
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Before you begin the installation process:

```shell
sudo yum -y install edb-oci
sudo yum -y install edb-oci-devel
```
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ Before you begin the installation process:

```shell
sudo dnf -y install edb-oci
sudo dnf -y install edb-oci-devel
```
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Before you begin the installation process:

```shell
sudo zypper -n install edb-oci
sudo zypper -n install edb-oci-devel
```
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ Before you begin the installation process:

```shell
sudo zypper -n install edb-oci
sudo zypper -n install edb-oci-devel
```
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Before you begin the installation process:
## Install the package

```shell
sudo apt-get install edb-oci
sudo apt-get install edb-oci-dev
sudo apt-get -y install edb-oci
sudo apt-get -y install edb-oci-dev
```
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Before you begin the installation process:
## Install the package

```shell
sudo apt-get install edb-oci
sudo apt-get install edb-oci-dev
sudo apt-get -y install edb-oci
sudo apt-get -y install edb-oci-dev
```
Loading

2 comments on commit 4c1eaf9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.