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

[UPD] README.rst

[UPD] Update base_external_dbsource.pot
This commit is contained in:
Sergio Teruel Albert
2018-06-27 14:01:11 +02:00
committed by Víctor Martínez
parent ceb82959f0
commit a1e905e4c9
18 changed files with 569 additions and 70 deletions

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