[11.0][MIG] base_external_dbsource: Migration to v11.0

This commit is contained in:
Sergio Teruel Albert
2018-06-27 14:01:11 +02:00
parent b73dcc500e
commit 5a917a5141
17 changed files with 41 additions and 104 deletions

View File

@@ -0,0 +1,4 @@
To configure this module, you need to:
#. Database sources can be configured in Settings > Technical >
Database Structure > Data sources.

View File

@@ -0,0 +1,5 @@
* Daniel Reis <dreis.pt@hotmail.com>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>
* Dave Lasley <dave@laslabs.com>
* Sergio Teruel <sergio.teruel@tecnativa.com> (https://wwww.tecnativa.com)

View File

@@ -0,0 +1,2 @@
This module allows you to define connections to foreign databases using ODBC,
Firebird, Oracle Client or SQLAlchemy.

View File

@@ -0,0 +1 @@
No installation required.

View File

@@ -0,0 +1,8 @@
* Find a way to remove or default the CA certs dir
* Add concept of multiple connection strings for one source (multiple nodes)
* Add a ConnectionEnvironment that allows for the reuse of connections
* Message box should be displayed instead of error in ``connection_test``
* Remove old api compatibility layers (v11)
* Instead of returning list of results, we should return iterators. This will
support larger datasets in a more efficient manner.
* Implement better CRUD handling

View File

@@ -0,0 +1,7 @@
* Go to Settings > Technical > Database Structure > Database Sources
* Click on Create to enter the following information:
* Data source name 
* Password
* Connector: Choose the database to which you want to connect
* Connection string: Specify how to connect to database