[ANN] Valentina 3.3 release

Ruslan Zasukhin sunshine at public.kherson.ua
Wed Sep 5 15:31:22 CDT 2007


Hi All,

You can download 3.3 RELEASE of Valentina product line from both sites:
    www.paradigmasoft.com/en/products/download
    www.valentina-db.com/en/products/download


***********************************************
MAJOR FEATURES & CHANGES for 3.3:

* [NEW] WARNING LOG added.

* [NEW] SELECT queries now can work with binding!
        This may give you up to 20 times speed up in hot places.

* [NEW] SHOW STATUS [OF SERVER | DATABASE | TABLE | FIELD | LINK]
        This is one more TUNE feature. It allows you to see a lots of
different COUNTERS,
        e.g.  How many records added into this or that table,
               How many tmp tables was created,
               How many times SQL query was found in Query pool.

* [NEW] Stored Procedures if called with help of db.SqlSelect( ³CALL proc()²
) can now 
        return the latest cursor created in procedure:
              CREATE PROCEDURE proc
              BEGIN
                     SELECT * FROM T1
              END

* [NEW] Valentina Studio introduces DIAGRAMS for visual editing of db
schema.
            You can find then at Schema Editor => List View => Diagrams
Tabs. 
            All 3 kinds of links supported of course.
            FK links can be established by drag and drop from field to
field.
            For Binary Links D&D will be added in future build.

* [NEW] Valentina Studio now has Favorites Queries in SQL Editor.

* [FIX] Both XML and SQL dumps now work fine with BLOB/Picture data.
* [FIX] Both XML and SQL dumps improved to correctly manage
RecID/ObjectPtr/BinaryLinks values.


***********************************************
COMPLETE LIST of issues for 3.3:


kernel - 3.3
============
- 0002606: [Logs] Warnings if user calls Record Modification methods for
Client-side cursor (ivan) - resolved.
- 0002605: [Logs] Warnings for get_Field(), get_Table() and so on, if asked
not existed object. (ivan) - resolved.
- 0002598: [SQL Dump] SQL DUMP is not able to dump blob and binary data.
(ivan) - resolved.
- 0002203: [API] Diagnose gives different results on Intel and PPC (ruslan)
- resolved.
- 0002593: [Logs] NEW Log File to handle SQL Query Plan (ivan) - resolved.
- 0002589: [XML Dump] XML dump for Picture field produces segment number
instead of hex data. (ivan) - resolved.
- 0002582: [SQL] [NEW] SHOW STATUS command. (ruslan) - resolved.
 - 0002583: [Other] [NEW] Database Objects must get counters that will
collect STATISTIC info. (ruslan) - resolved.
- 0002341: [SQL Dump] ObjectPtr and binaryLink values goes to the sql-dump
as is. (ivan) - resolved.
- 0002584: [SQL] ALTER TABLE may gets unexpected results. (ivan) - resolved.
- 0002567: [Fields] ObjectPtr may have inconsistent data. (ivan) - resolved.
- 0002528: [Property Inspector] When changing from VarChar to date type
there is crash (ruslan) - resolved.
- 0002513: [Views] Cannot execute query "SELECT view_name.f1 FROM view_name"
(ivan) - resolved.
- 0002531: [SQL] Select on View doesn't work (ivan) - resolved.
- 0002556: [SQL Nodes] Creating FK to non-existant table causes crash (ivan)
- resolved.
- 0002557: [SQL Optimizer] [NEW] SELECT queries with binding now works!!!
(ivan) - resolved.
- 0002419: [SQL] Complex SQL hard crashing in Windows (ivan) - resolved.
- 0001466: [Pictures] VS crash converting a V1DB with pictures (ruslan) -
resolved.
- 0002564: [Fields] Update BLOB does not mark prev. segment as deleted.
(ivan) - resolved.
- 0002565: [API] DB crashes/hangs on diagnose (ruslan) - resolved.
- 0002585: [SQL] Crash using duplicate field names in Union Sql (ivan) -
resolved.
- 0002560: [Other] Convert_1_2 crashes on Win if SetExtensions( "xdb", "",
"", "" ) (ivan) - resolved.


VClient - 3.3
=============
- 0002602: [SQL] VText.Value().Clone() produces wrong value in some cases.
(ivan) - resolved.
- 0002603: [SQL] Bind value for text field may be half-trancated passing to
the server. (ivan) - resolved.


VServer - 3.3
=============
- 0002595: [ini-file] NEW parameter FlushEachDataChanges (ivan) - resolved.


V4MD - 3.3
==========
- 0002587: [Examples] NEW Example Common/Local&Remote. (ruslan) - resolved.
- 0002586: [Other] Valentina.Init and Valentina.InitClient together.
(ruslan) - resolved.

V4REV - 3.3
===========
- 0002537: [API] DB calls start failing after repeating a call for about 7
minutes (ruslan) - resolved.


VCOM - 3.3
==========
- 0002600: [SQL] A binding value of NULL does not blank TEXT fields (ivan) -
resolved.
- 0002597: [SQL] Binding with byte array does not work. (ivan) - resolved.
- 0002566: [API] VCOM.dll has no ProgID (ivan) - resolved.



VStudio - 3.3
=============
- 0002610: [Schema Editor] Bonjour Servers now show info in the Property
Inspector. (igor_nikita) - resolved.
- 0002546: [Diagrams] SELF-Recursive Link is not shown (igor_nikita) -
resolved.
- 0002601: [Views] in 3.3fc2, show recID (igor_nikita) - resolved.
- 0002577: [Data Editor] 3 Ugly buttons in Extended Data Editor should be
replaced on popup. (igor_nikita) - resolved.
- 0002461: [Views] Views not visible if work with VSERVER. (igor_nikita) -
resolved.
- 0002414: [Data Editor Related] Headers don't scroll with data when
browsing table data (igor_nikita) - resolved.
- 0002568: [SQL Editor] Again broken scroll of column headers. In both DATA
and SQL Editor. (igor_nikita) - resolved.
- 0002578: [Other] Change VStudio code design to use more SQL commands and
cache data from VSERVER. (igor_nikita) - resolved.
- 0002553: [Data Editor] Icon [1] is not removed when click another record
(igor_nikita) - resolved.
- 0002554: [Contextual Menu] Cannot UNMARK a record using mouse click on
icons in the Mark-column (igor_nikita) - resolved.
- 0002574: [Diagrams] Click on field in Diagram Table should show its
properties in Inspector. (igor_nikita) - resolved.
- 0002545: [Data Editor] CRASH if click button REFRESH while you are in Data
Editor. (igor_nikita) - resolved.
- 0002573: [Diagrams] Diagrams should show Primary Key with yellow key icon.
(igor_nikita) - resolved.
- 0002527: [Views] Crash when press refresh button (igor_nikita) - resolved.
- 0002522: [Schema Editor] SEARCH field loose focus after any type of
character. (igor_nikita) - resolved.
- 0002450: [SQL Builder] Area for Views (igor_nikita) - resolved.
- 0002516: [Data Editor] TAB-panel of DataEditor has name just "VIEW". But
should be Name of VIEW. (igor_nikita) - resolved.
- 0002519: [Diagrams] Double click on diagram in the Tree should open it.
(igor_nikita) - resolved.
- 0002520: [Diagrams] If drop sysDiagrams table then all diagrams should
close. (igor_nikita) - resolved.
- 0002352: [Feature Request] Add Icon resource to VStudio (igor_nikita) -
resolved.
- 0002533: [Views] View name doesn`t upfate after change it in Property
Inspector (igor_nikita) - resolved.
- 0002534: [SQL Builder] Content menu on links ( select from left, right )
doen`t work (igor_nikita) - resolved.
- 0002526: [Diagrams] Add buttons "Set all ON", "Set All OFF" (igor_nikita)
- resolved.
- 0002521: [Schema Editor - Tree View] Drop of table should reduce counters
near to folder "Tables (n)" (igor_nikita) - resolved.
- 0002518: [Schema Editor] Tree View must have contextual menus like Column
View. (igor_nikita) - resolved.
- 0002242: [Data Editor Related] Ability to edit SQL in databrowser
(igor_nikita) - resolved.
- 0002524: [Property Inspector] Change of e.g. Type using Inspector also
changes maxLength (igor_nikita) - resolved.
- 0002415: [Property Inspector] I can't deactivate Indexed, Unique, Nullable
and Word Inex (ruslan) - resolved.
- 0002535: [Dialogs] Crashes after displaying "DEMO : Application will quit"
alert (igor_nikita) - resolved.
- 0001647: [Schema Editor] Cursor keys and mouse selecting of text don't
work on Search Field (igor_nikita) - resolved.
- 0002508: [Installation] Windows Installer do not provide Uninstaller
(igor_nikita) - resolved.
- 0002507: [Installation] Windows-Installer do not create start-menu entry
(igor_nikita) - resolved.
- 0001978: [Installation] Uninstall missing (ruslan) - resolved.
- 0002530: [SQL Editor] Auto-complete is case-sensitive (igor_nikita) -
resolved.
- 0002517: [Icons] NEW icon for VIEWs (igor_nikita) - resolved.
- 0002092: [VServer Connection] Crash on Server->"Restart" or
Server->Shutdown. (igor_nikita) - resolved.
- 0002549: [SQL Editor] Improved how errors are reported into console.
(ruslan) - resolved.
- 0002551: [SQL Editor] All new KEYWORDS of Valentina SQL now added. So
auto-completion if up to date. (ruslan) - resolved.
- 0002550: [VServer Connection] Fixed crash in case db was unregistered by
another user. (ruslan) - resolved.
- 0002470: [VServer Users] Shutdown button does not shutdown server. (ivan)
- resolved.
- 0002559: [Preferences] Window size is not remembered from launch to
launch. (igor_nikita) - resolved.
- 0002547: [Diagrams] SAVE of diagrams (igor_nikita) - resolved.
- 0002562: [Dialogs] Diagnose for some fields do nothing. (ivan) - resolved.
- 0002541: [Toolbar (Main)] REFRESH button should refresh list of bonjour
servers. (igor_nikita) - resolved.




-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://edison.macserve.net/pipermail/valentina-studio/attachments/20070905/ca3b5e68/attachment-0001.html


More information about the Valentina-studio mailing list