Child pages
  • 2020.03 Whats new

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OSX now have a signed DMG, this has a side effect that the application_server need needs to go inside the app (servoy.app/contents/)

You will get warnings now when using a customer query in a filter with just the "IN" or 'in" operator: "Filter is created using a custom query without using the sql-modifier, this will be removed in a future version of servoy, please use operator 'sql:in'". This is a security enhancement so you are sure the custom query is a valid and fully controlled query that you send to the server. So you as a developer needs to tell the system that this IN can contain custom sql.

Features

Added foundset.getName() (SVY-14449)

Databases who are supporting this (for now only postgresql) will use the ANY (?) instead of IN (?,?,?) when possible for queries. (if there are problems disable this with the property: servoy.server.sql.useArrayForIn=false)

We relaxed the "allow null" in the table editor, you are now able to set that to false after the table is already created
This can have side effects because we can only create this when the table is empty (in developer) or not there yet at all (when deploying) (SVY-14416)

...