Skip to content

Releases: MarketSquare/Robotframework-Database-Library

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

v.2.1.2

15 Feb 12:41

Choose a tag to compare

What's Changed

  • Removed Excellib dependency as it's not needed anymore #240
  • Support RF dotted dictionary access syntax by #239
  • Better colors in logging query results when using dark mode #238

Full Changelog: v.2.1.1...v.2.1.2