Andre Mochinin
Andre Mochinin
The assertion keywords like "Check if (not) exists" or "row count" would currently immediately fail if the intended check fails - which is basically as expected. However, in real life...
There are currently 5 "Row Count" keywords - one just returning the row count and four with assertion (equal, great/less than). This can be replaced with a single "Row Count"...
We need a workflow that would publish a new package on PyPi each time there is a new release on GitHub is created. Something like this (beware it might be...
Fixing #184, I slightly improved splitting the SQL script files into statements - now some more statements blocks of a PL/SQL script for Oracle are processed correctly. However, I found...
Currently there is no native support for the python oracledb module, so this issue occurs when using "connect using custom params" mode (see #173 for connection example). There is a...
The Database Library has been recently updated, including docs and code examples. See https://github.com/MarketSquare/Robotframework-Database-Library
Just a tiny example showed on the Community Day of Robocon 2025
The keyword should compare results of two SQL queries and show the difference. The arguments would be like ``query_1``, ``query_2`` and ``assert_results_equal`` (_True_ or _False_). If _False_, there is no...