chore(deps): update dependency robotframework-databaselibrary to v2 #20
Reference in New Issue
Block a user
Delete Branch "renovate/robotframework-databaselibrary-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This MR contains the following updates:
==1.4.4->==2.0.0Release Notes
MarketSquare/Robotframework-Database-Library (robotframework-databaselibrary)
v2.0.0Compare Source
Database Library 2.0.0 is a new major release, bringing new keywords with inline assertions using Assertion Engine (#208) and retry mechanism (#209), logging query results in table format (#147), support for custom connection parameters (#220) and other improvements.
This version also contains renamed keyword parameters and deprecations of keywords and requires Python 3.8 or newer and Robot Framework 5.0.1 or newer.
New features and improvements
db_module, all other parameters are optional now. Plus any custom parameters are supported now - both provided as keyword arguments or in config file. See details in keyword docs. #220snake_caseinstead of formerly usedcamelCase. See more details below in the deprecations section.additional_output_params. See extended docs of the Call Stored Procedure keyword. #219Backwards incompatibilities and deprecations
snake_caseinstead of formerly usedcamelCase. Moreover, some parameter names were changed to shorter or more precise versions. The old parameter names are still supported, but deprecated - the library logs a warning in case of their usage. The deprecated old-named parameters will be removed in future versions. #188localhostas fallback value for DB host{SQL Server}as fallback value for pyodbc driverTCPIPas fallback valued for ibm_db protocolFull Changelog: https://github.com/MarketSquare/Robotframework-Database-Library/compare/v1.4.4...v2.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this MR and you won't be reminded about this update again.
This MR has been generated by Renovate Bot.
mentioned in issue #3