If you have database with a lots of tables, you will like this search field to easy locate required table and then drag it to a diagram of the Query Builder.
Author: Ruslan Zasukhin
[VStudio][New] Ability to add on diagram all linked tables around some table T by a single command
Let you want todo reverse engineering, i.e. visualize some existed tables and links on a new diagram. Let you want to expose on a diagram some family of linked tables. You add the first table and meet problem. You usually don’t know/remember which other tables are linked.
Now you have great help on this step. In the contextual menu of Table, in the model find command “Add Linked Tables …”.
It will show you dialog where you can select all or some linked tables, click OK and see linked tables.
[VStudio][Imp] SQLEditor now have not-modal panel to do Find/Replace
[VStudio] Improved work with Favorite SQL Queries in SQL Editor
[VStudio][SQLite] Shows list of built-in extensions.
[VStudio][mySQL] Client library switched from Drizzle to MariaDB
We have made final switch from Drizzle to MariaDB client library for mySQL plugin and mySQL datasource in Valentina Reports.
Thank to this step we have got C client library with totally same API as native mySQL client library and therefore:
a) Implement support of few results of few commands executed at once.
b) Resolve trouble of some users which have passwords in old format.
[VStudio] Added JSON format for dumps of DB, Table and SQL results
In v5.2 of Valentina Studio we have added JSON format of dumps of Database and Table. In SQL Editor’s result pane you can choose Export -> JSON also.
[VStudio] SQL Editor is able show few results at once
Now you can execute in the SQL Editor few SELECT commands at once, separated by ‘;’ and you will get few result TAB-panels opened automatically. One panel for each result.
This feature works for mySQL, PostgreSQL and SQLite starting with v5.2 of Valentina Studio
[Valentina Studio] How to Work with Hierarchy of Objects for Collation Settings
This is for working with native Valentina databases.
Read this article in the Valentina WIKI about how to work with objects Database -> Tables -> Fields that have hierarchy of Collation Settings.
VStudio 5.1.1 and iValentina (iPhone/iPad) 5.1.1 in App Store
Valentina now will try to open read-only dbs in older format
One use of 4.9 Valentina ADK have told us that many his users have databases on DVD in 4,9 format. So if he will try change his app to Valentina 5.0, then how users will be able work with this read-only databases?
To resolve this, we have improve Valentina engine. Now it will make attempt to work with read-only databases in older format as is, without conversion.
Important to note, that this will work fine for 5.x engine opening 4.x databases.
[ANN] Valentina 5.1 Released
Have gone month after 5.0 release, and we ship one more release – 5.1.
New Features
This release adds three major features:
- [VKernel][New] SQL command ‘MAIL’ on Valentina kernel level
- [VStudio][New] SSH connections in Valentina Studio, works from reports also.
- [VStudio][New] Data Transfer Wizard.
New FREE Feature in VStudio
We make one more feature to be FREE in Valentina Studio!
You can now create and SAVE diagrams in Valentina Studio (free) 5.1. Up to now you could only create them but not save, because this was PRO feature.
Besides, you can do reverse engineering – i.e. add existed database objects to diagram. Note, that Navicat Modeler from the Mac App Store, asks 70$ only for this feature.
Forward-engineering remains as feature of Valentina Studio Pro.
Fixes
Some fixes in ODBC code, to resolve issues in work with ODBC driver of Pervasive database.
Details you can read in Release Notes 5.1
[VStudio] ODBC talk to driver of FileMaker 12
We have discover that ODBC driver of FileMaker 12 have major bug. While it claims that can return the number of rows in recordset, driver just crashes on such request.
Workaround is not found so far …
[VStudio] ODBC talks to driver of Pervasive.
A user have contact us with problem that Valentina Studio hangs on connect to his Pervasive database via ODBC.
We have found that Pervasive do not understand “WHERE false” construction. It works fine with e.g. “WHERE 1 = 0”.
So we fixing our code to avoid this “WHERE false”.
[VStudio][NEW] Support of SSH connects to remote servers
Usually mySQL servers are closed to access from external IPs. Instead mySQL users are used to connect to remote host using SSH tunnel and then connect to mySQL server like from localhost.
We have add into Valentina Studio support of SSH connects to remote hosts. It is clear that it can be used for any remote DB server: Valentina Server, mySQL or PostgreSQL.
Also we have to push SSH parameters into the connection string of Valentina Reports, so now reports can connect to e.g. remote mySQL server by SSH tunnel also. Read in WIKI.