23.10.07 - v 0.7.3
* TFIBDatabase.CreateDatabase method was redesigned.
Now CreateDatabase method uses ordinary parameters from the DBParams:
user_name
password
sql_dialect
lc_ctype
page_size (yes, you can use this parameter and it is not affect the connection)
If you want to use FILE, STARTING and LENGTH keywords in CREATE DATABASE statement,
you must call advanced version of the CreateDatabase method with ExtraParameters in
addition to the ordinary parameters.
06.10.07 - v 0.7.2
- time fields bug fixed (thanx v-t-l).
- MAS_ parameters type support added for Insert/Update/Delete
queries in Master-Detail relationships.
- Fixed changes loss when editing SQLs on active dataset.
FIB for Lazarus (FIBL) is improved version of FreeIBComponents for FreePascal/FCL. The aim of this project is to provide high quality components library to access Firebird server for Lazarus IDE.
04.10.2007 Release 0.6.3:
* date/time bug fixed (thanx Tukapinky),
* TFIBStringField bug fixed (thanx Jesus Reyes),
* LargeInt parameters bug fixed.
Fixed issue with Trim* functions (thanx Cristiano Tore and Luis Quental).
Support for AutoCommit was added to Delete and ApplyUpdates methods of TFIBDataSet.
Linux support fixed.
Both Linux and Windows versions are working now.
1. It's now compiles under Linux.
2. AutoStartTransaction and AutoCommit properties added
3. Several connection properties added
Version 0.2 work only on Win32 and support Firebird 1.5 and Firebird 2.0 servers