Valentina for Xojo Changelog

What's new in Valentina for Xojo 6.1.1

Nov 13, 2015
  • has 'ValentinaPlugin.xojo_plugin' name
  • use zip format instead old .rbx
  • contains 64-bit versions of plugin for all 3 os.
  • installer now installer both vcomponents and vcomponents_64 folders to your computer. This is temporary, until Xojo IDE is 32-bit itself.

New in Valentina for Xojo 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.
  • [FIX] - 7045: writePictureAs() from Canvas.background do not works on Mac with VClient/VServer.

New in Valentina for Xojo 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 Xojo 5.0 (Apr 16, 2013)

  • 0005997: [RBDB API] Cocoa build returning NIL picture for vReport method PreviewPage(x).
  • 0005676: [API] Restore method Valentina.Database(index).
  • 0005784: [XML dump] Data not preserved when dumping/loading a dump.
  • 0005715: [API] ResponseTimeout property moved from "vDatabase" to "vConnection".
  • 0005682: [Examples] [NEW] Example/SQL_way/Field_Enum.
  • 0005681: [API] [NEW] VDatabase.Type(index), VDatabase.Type(name).
  • 0005680: [API] [NEW] VDatabase.TypeCount as Integer.
  • 0005678: [API] [NEW] VDatabase.IsJournaled as Boolean property.
  • 0005679: [API] [NEW] CheckRollback( inLocation as FolderItem ) as Boolean.
  • 0005677: [API] [NEW] Class VType.

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

  • [NEW][API] Class VProject
  • [NEW][API] Class VReport
  • [NEW][API] Class VQueryResult
  • [NEW][API] Valentina.GetLocalConnection()
  • [NEW][API] VConnection.SqlExecute()
  • [NEW][API] VConnection.SqlQuery()
  • [NEW][API] VConnection.SqlSelect()
  • [NEW][API] VDatabase.Connection
  • [NEW][API] VDatabase.SqlQuery()
  • [NEW][API] Constructor VDatabase( inRbDatabase as VRBDatabase ) - bridge from RBDB way to Valentina API way. 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.