Skip to content

Commit a690649

Browse files
committed
Tagging Revision 1-4-6
1 parent 53660a8 commit a690649

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
FBINTF Change Log version (1.4-6 Build 1241) Sat, 9 Aug 2025 12:48:01 +0100
2+
3+
1. In Firebird 4 or later, large fixed point real numbers (e.g. NUMERIC(34,4)) are supported
4+
using 128 bit integers approprately scaled. In FBIntf, numbers this large are handled using
5+
the BCD data type. FBIntf uses the Firebird client library to convert a BCD (expressed as a
6+
formatted string) to Firebird's internal record format and vice versa. It has been reported
7+
that there can be a mis-match between the decimal separator used by the Firebird Client Library
8+
and that used by FBIntf, resulting in either a range error or a missing decimal point. In
9+
order to avoid this problem, the FBIntf large integer handling has been updated to remove any
10+
dependency on the decimal separator used by the Firebird Client Library.
11+
112
FBINTF Change Log version (1.4-5 Build 1242) Sun, 30 Mar 2025 11:20:17 +0100
213

314
1. TSQLParam.Clear now resets the SQL Type (if it was changed when setting the param)

fbintf.dproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@
144144
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
145145
<VersionInfo Name="MajorVer">1</VersionInfo>
146146
<VersionInfo Name="MinorVer">4</VersionInfo>
147-
<VersionInfo Name="Release">5</VersionInfo>
148-
<VersionInfo Name="Build">1242</VersionInfo>
147+
<VersionInfo Name="Release">6</VersionInfo>
148+
<VersionInfo Name="Build">1241</VersionInfo>
149149
<VersionInfo Name="Debug">False</VersionInfo>
150150
<VersionInfo Name="PreRelease">False</VersionInfo>
151151
<VersionInfo Name="Special">False</VersionInfo>
@@ -157,13 +157,13 @@
157157
<VersionInfoKeys>
158158
<VersionInfoKeys Name="CompanyName">MWA Software</VersionInfoKeys>
159159
<VersionInfoKeys Name="FileDescription"/>
160-
<VersionInfoKeys Name="FileVersion">1.4.5.1242</VersionInfoKeys>
160+
<VersionInfoKeys Name="FileVersion">1.4.6.1241</VersionInfoKeys>
161161
<VersionInfoKeys Name="InternalName"/>
162162
<VersionInfoKeys Name="LegalCopyright"/>
163163
<VersionInfoKeys Name="LegalTrademarks"/>
164164
<VersionInfoKeys Name="OriginalFilename"/>
165165
<VersionInfoKeys Name="ProductName">Firebird Pascal Client API</VersionInfoKeys>
166-
<VersionInfoKeys Name="ProductVersion">1.4.5.1242</VersionInfoKeys>
166+
<VersionInfoKeys Name="ProductVersion">1.4.6.1241</VersionInfoKeys>
167167
<VersionInfoKeys Name="Comments"/>
168168
</VersionInfoKeys>
169169
</Delphi.Personality>

fbintf.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Two interface implementations are provided. One is for the new Firebird 3 Client
5151
*
5252
* Contributor(s): ______________________________________.
5353
* "/>
54-
<Version Major="1" Minor="4" Release = "5" Build="1242" />
54+
<Version Major="1" Minor="4" Release = "6" Build="1241" />
5555
<Files Count="38">
5656
<Item1>
5757
<Filename Value="client/IB.pas"/>

fbudr.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ UDRs built with this package support:
6060
*
6161
* Contributor(s): ______________________________________.
6262
* "/>
63-
<Version Major="1" Minor="4" Release = "5" Build="1242" />
63+
<Version Major="1" Minor="4" Release = "6" Build="1241" />
6464
<Files Count="4">
6565
<Item1>
6666
<Filename Value="udr/source/FBUDRController.pas"/>

fbudrTestbed.lpk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*
4141
* Contributor(s): ______________________________________.
4242
* "/>
43-
<Version Major="1" Minor="4" Release = "5" Build="1242" />
43+
<Version Major="1" Minor="4" Release = "6" Build="1241" />
4444
<Files Count="1">
4545
<Item1>
4646
<Filename Value="udr/testbed/FBUdrPlugin.pas"/>

0 commit comments

Comments
 (0)