Skip to content

Releases: MarketSquare/Robotframework-Database-Library

v2.4.0

08 Dec 13:31

Choose a tag to compare

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

13 Nov 07:51

Choose a tag to compare

v2.3.2

08 Oct 16:47

Choose a tag to compare

v2.3.1

26 Sep 07:46

Choose a tag to compare

v2.3.0

24 Sep 09:43

Choose a tag to compare

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

v2.2.0

12 Sep 14:27

Choose a tag to compare

What's Changed

  • New keyword "Split SQL Script"
  • Allow using external library sqlparse to split SQL script files -fix #205

Full Changelog: v.2.1.6...v2.2.0

v.2.1.6

09 Sep 12:22

Choose a tag to compare

v.2.1.5

09 Sep 07:35

Choose a tag to compare

v.2.1.4

27 Jun 09:19
f025f71

Choose a tag to compare

What's Changed

  • Fix #244 - error when querying BLOB data
  • Fix #243 - parsing SQL scripts with semicolons and escaped single quotes

Full Changelog: v.2.1.3...v.2.1.4

v.2.1.3

20 Feb 09:59

Choose a tag to compare

Fix #237 - commit even after simple query

Full Changelog: v.2.1.2...v.2.1.3