Is the wrong version of the db.pas in fixes_3_2 branch?
The current version of db.pas in fixes_3_2 seems to be from the 3.3.1 branch
instead of the 3.2.3 branch.
The 3.3.1 db.pas adds a new enum value ftSingle to TFieldType.
This causes the compilation of ZeosDb 8.0 ZAbstractRODataset.pas to fa
only meant for FPC 3.2.2, not for the
3.2-fixes branch.
Best regards,
Jan
Am 31.03.2025 um 23:47 schrieb Michael Roland via fpc-devel:
Is the wrong version of the db.pas in fixes_3_2 branch?
The current version of db.pas in fixes_3_2 seems to be from the 3.3.1 branch
instead of the 3.2.3
Ok, thanks for explaining. I am new to Free Pascal.
What is the best way to check which version of TFieldType is in use? Is the
compiler patch number changed when changes like this occur? Is there a more
reliable method than looking at the compiler version?
From