Valentina for Director Changelog

What's new in Valentina for Director 5.8

Apr 24, 2015
  • [Fix] - OS X 10.9 and 10.10 now should not complain on our installers that they are from not identified developer. Problem was that our build machines up to now was on 10.8 OS X. But Apple have changed in10.9 digital signature to v2. We have upgrade our build machines to latest 10.10.3.

New in Valentina for Director 5.7.5 (Apr 21, 2015)

  • [FIX] - 6956: Phantom Index records on specific field - may cause duplicate record return.
  • [FIX] - 7004: Crash on creating comment for Binary Link in the RAM database.

New in Valentina for Director 5.0 (Apr 16, 2013)

  • 0004527: [Database] cursor = pDatabase.sqlSelect(sql) fails if the user doesn't have Write Permissions on the vdb file.

New in Valentina for Director 4.0.1 (Mar 2, 2009)

  • [NEW][Xtra] VProject
  • [NEW][Xtra] VReport
  • [NEW][API] Valentina.GetLocalConnection()
  • [NEW][API] VConnection.SqlSelect()
  • [NEW][API] VConnection.SqlQuery()
  • [NEW][API] VConnection.SqlExecute()
  • [NEW][API] VDatabase.Connection Valentina KERNEL Improvements
  • [NEW] UUID() -- function that returns 16 byte unique value
  • [NEW] get_fields_as_string() -- function to concat all fields values to the string
  • [NEW] Last_RecID_Of_Table(tblName) - return the last inserted recID for particular table
  • [NEW] Current_UserID()
  • [NEW] List_ItemCount( inList as string [, inDelimiter as string] )
  • [NEW] List_NthItem( inList as string, inItemIndex as integer [, inDelimiter as string] ) Valentina SQL Improvements
  • [NEW][SQL] SELECT ... FOR XML [RAW|AUTO ELEMENT] -- produce XML output from inside of a TEXT Field of a returned cursor
  • [NEW][SQL] SELECT ... FOR REPORT project.report AS {PDF|HTML|JPG} PAGES start TO end
  • [NEW][SQL] Correlated sub-queries implemented.
  • [NEW][SQL] CREATE/DROP USER command
  • [NEW][SQL] GRANT/REVOKE commands
  • [NEW][SQL] SHOW GRANTS
  • [NEW][SQL] DROP CONNECTIONS
  • [NEW][SQL] REGISTER/UNREGISTER DATABASE
  • [NEW][SQL] REGISTER/UNREGISTER PROJECT
  • [NEW][SQL] CREATE/OPEN/CLOSE PROJECT
  • [NEW][SQL] SHOW PROJECT
  • [NEW][SQL] SET var = GET PROPERTY X [OF Y] syntax for Stored Procedures
  • [NEW][SQL] Dynamic cursor declaration
  • [Impr][SQL] CREATE EVENT now have [OR REPLACE] part.
  • [Impr][SQL] CREATE DATABASE [IF [NOT] EXIST] db_name [WITH SET PROPERTY property_name_list OF DATABASE TO property_value_list]
  • [Impr][SQL] Ability of using aggregative function in the having clause for pointing out the group by result column.
  • [Impr][SQL] Joins on Recursive tables for FK and ObjectPtr links now take into account order of fields in the join-condition.
  • [Impr][SQL] Joins on recursive link specified by name now can choose ToParent or ToChild direction.