[IMP] base_external_dbsource: pre-commit auto fixes

This commit is contained in:
Anxo82
2024-06-05 13:50:00 +02:00
committed by Ángel Rivas
parent 9a70b9cc40
commit 8893d9c815
14 changed files with 89 additions and 84 deletions

View File

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

View File

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

View File

@@ -0,0 +1,8 @@
- Daniel Reis \<<dreis.pt@hotmail.com>\>
- Maxime Chambreuil \<<maxime.chambreuil@savoirfairelinux.com>\>
- Gervais Naoussi \<<gervaisnaoussi@gmail.com>\>
- Dave Lasley \<<dave@laslabs.com>\>
- [Tecnativa](https://www.tecnativa.com):
- Sergio Teruel
- Jairo Llopis
- Andrea Cattalani ([Moduon](https://www.moduon.team/))

View File

@@ -1,10 +0,0 @@
* Daniel Reis <dreis.pt@hotmail.com>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>
* Dave Lasley <dave@laslabs.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* Sergio Teruel
* Jairo Llopis
* Andrea Cattalani (`Moduon <https://www.moduon.team/>`__)

View File

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

View File

@@ -0,0 +1,9 @@
- 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

@@ -1,8 +0,0 @@
* 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,6 @@
- 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

View File

@@ -1,7 +0,0 @@
* 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