Skip to content

Releases: MarketSquare/Robotframework-Database-Library

v2.4.1

Choose a tag to compare

@amochin amochin released this 13 Jan 12:54

What's Changed

  • BugFix - save returned "arg or config" connection parameter value in #254

Full Changelog: v2.4.0...v2.4.1

v2.4.0

Choose a tag to compare

@amochin amochin released this 08 Dec 13:31

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

Choose a tag to compare

@amochin amochin released this 13 Nov 07:51

v2.3.2

Choose a tag to compare

@amochin amochin released this 08 Oct 16:47

v2.3.1

Choose a tag to compare

@amochin amochin released this 26 Sep 07:46

v2.3.0

Choose a tag to compare

@amochin amochin released this 24 Sep 09:43

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 BuiltIn library.

Full Changelog: v2.2.0...v2.3.0

v2.2.0

Choose a tag to compare

@amochin amochin released this 12 Sep 14:27

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

Choose a tag to compare

@amochin amochin released this 09 Sep 12:22

v.2.1.5

Choose a tag to compare

@amochin amochin released this 09 Sep 07:35

v.2.1.4

Choose a tag to compare

@amochin amochin released this 27 Jun 09:19
f025f71

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