Releases: MarketSquare/Robotframework-Database-Library
Releases · MarketSquare/Robotframework-Database-Library
v2.4.0
What's Changed
- Support splitting SQL strings (#253)
- Support splitting SQL strings - similar to SQL script files.
- Includes a new keyword "Split SQL String" and a new parameter "split" for the existing "Execute SQL String" keyword using internal or external parsers.
- Thanks @frste for the contribution!
Full Changelog: v2.3.3...v2.4.0
v2.3.3
v2.3.2
- New 'assert_as_string' parameter in the 'Check Query Result' keyword helps solving type mismatch issues
- Docs update - fix example with query params
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
What's Changed
- New parameter replace_robot_variables in keywords running queries or scripts resolves the variables like ${MY_VAR} before executing the SQL. The resolution is done using the native function replace_variables from the BuiltInt library.
Full Changelog: v2.2.0...v2.3.0