FPC 2.6.4 and Firebird
Original Reporter info from Mantis: bambamns
-
Reporter name: Branislav
Original Reporter info from Mantis: bambamns
- Reporter name: Branislav
Description:
- Commiting string value to Firebird 2.5 field varchar (9876) writes down just first string.
- On project exiting event rises an error if Transaction.Active is set to false and Connection.Connected is set to false.
Same example works (don't make errors and writes whole strings) with Lazarus 1.2.2 (44758) with FPC 2.6.2.
Steps to reproduce:
Just compile Example in attachment with :
- Lazarus 1.2.2 (44758) with FPC 2.6.4 - errors present
- Lazarus 1.2.2 (44758) with FPC 2.6.2 - everything is ok