Table of Contents
Valentina Release 9.3.x Notes
Release 9.3.0
2019-06-22
This release brings switching to SDK 10.9 for all our MACOS X products except V4Ruby, which uses 10.7 SDK. This should allow to OS X developers notarization of their apps.
Valentina Studio
- [New][SQL Editor] Auto-completion now shows the list of all fields of a Table for such cases:
- SELECT | FROM T …
- INSERT INTO T ( | ) …
- [New][SQL Editor] Auto-completion now shows the list of SQL binding values for INSERT command:
- INSERT INTO T ( fld, fld, … ) VALUES( | ) …
- [New][Form Editor] Ability to run forms from the command line.
Valentina PHP
- [New][Win] added 7.3 NTS (non-thread-safe) builds to use with Microsoft IIS web-server.
Valentina DB
- [Fix] Minor issue with encoding sign of a file to import, when it is <4 bytes.
Valentina Server
- [Imp] parallel work of SQL Lexer/Parser for different queries. We have seen about +25% speedup in our benches.
Release 9.3.1
2019-07-02
Valentina Studio
- [Fix][MSSQL] Fixed showing BIGINT, INT and DATE values from cursor.
- [Fix][8564][MSSQL] DateTimeOffset fields show garbled content.
- [Fix][SQL Editor] crash on attempt to show tooltip for unresolved ident.
Valentina for Xojo
- [Fix][RBDB][Sqlite] - fixed block of db when using blob field.
Valentina DB
- [Fix][8562]: “?” binding syntax causes crash.
Release 9.3.2
2019-07-22 (limited build)
Valentina Studio
- [Fix][MSSQL]8568 - Shema is not shown on the list.
- [Fix]8570 - Can't open a different connection to the same host but different port.
- [Fix][SqlAnalyzer] a crash for Postgre SQL query with UPDATE on few SELECTs by UNION.
Valentina Server
- [Fix][SQL] REGISTER PROJECT command
- [Fix][SQL] UNREGISTER PROJECT command