FIBPlus version 6.5 (trial) is available for download
I am happy to inform that FIBPlus 6.5 (trial) is available for download.
As I have already announced, version 6.5 in particular has a better support of Firebird 2.0.
Purchase FIBPlus for 235 Euros only.
FIBPlus 6.5 Release Notes
New features and enhancements:
conditions
first read as well as after it’s modified.
be used if poProtectedEdit = True. In case poProtectedEdit = True, the
record will not be locked by “dummy update”, and the following statement
will be used instead:
Select * from TABLE1 WHERE … for update with lock
Note: This feature works ONLY for Firebird)
the query immediately, without Prepare (see the isc_dsql_execute_immediate
function in the IB API manual)
AutoGenerateValue, ConstraintErrorMessage, CustomConstraint, Tag and
Index.
pFIBDataSet.OnUserEvent event are being deprecated and will be removed from
the main code in future versions. People, who are still using this property
should compile the library with the define USE_DEPRECATE_METHODS2 in
FIBPlus.inc.
Bugs fixed:
Fixed.
Params property was empty. Fixed.
refreshed. Fixed.
string fields. Fixed.
(sometimes caused suspension). Fixed.
containing the same table in several places. Fixed (guaranteed for Firebird
2 only).
did not have the ftSmallInt type. Fixed.
different from the default value. Fixed.
automatically closed. Then the lost connection was handled (with
pFibErrorHandler). Fixed.
was not shown for DOUBLE PRECISION fields. Fixed.
varchar(unicode_fss) if poTrimCharFields was set to True. Fixed.
incorrectly functioned:
it did not handle Order By using NULLS FIRST, and thus caused
incorrect work of the confined local buffer for such queries). Fixed.