Skip to content

Qore 1.0.12

Choose a tag to compare

@davidnich davidnich released this 14 Dec 06:25
· 3412 commits to develop since this release
02c407e

What's Changed

  • refs #4344 fixed handling implicit in-object calls in arguments in ba… by @davidnich in #4345
  • refs #4346 adding missing methods for transaction management with supported DataProviders by @davidnich
  • refs #4347 fixed upsert usage with unique constraints and indices when there is a non-matching PK by @davidnich
  • refs #4348 fixed handling reserved words as column names in the PgsqlSqlUtil module by @davidnich
  • refs #4349 fixed a bug in parse_to_qore_value() with floats and numbers with trailing zeros by @davidnich
  • refs #4350 fixed handling recursive references in Swagger schemas in the Swagger module by @davidnich
  • refs #4351 fixed handling recursive references in Swagger schemas in the SwaggerDataProvider module… by @davidnich
  • refs #4352 Mail and MailMessage fixes - downstream patches by @davidnich in #4353
  • refs #4355 fixed a crashing bug when sorting large lists in background threads caused by excessive recursion and stack exhaustion by @davidnich
  • refs #4358 fixed a bug parsing URLs with a query after the port by@davidnich
  • refs #4360 fixed a bug in RestClient performing URL encoding - remove… by @davidnich in #4362
  • refs #4363 fixed URL decoding in the HTTP server module by @davidnich in #4364

Full Changelog: release-1.0.11...release-1.0.12