- 首頁 /
- 構件 /
- ... /
- 資料層 /
- 資料庫存取 /
- MySQL Data Access Components (MyDAC)
MySQL Data Access Components (MyDAC) 9.1.4
Released: Jan 18, 2018
9.1.4 中的更新
特性
- Added support for Lazarus 1.8 and FPC 3.0.4.
- Added support for custom constraints.
- New UseBlankValues property added to Loader component.
修補程式
- Fixed bug filling default values when TDADataSetOptions.DefaultValues = True for MariaDB 10.2.7 and higher.
- Fixed bug parsing SQL that contains a table name with spaces after the point.
- Fixed bug calling RefreshRecord when setting FullRefresh to True and using encryption.
- Fixed bug with assertion failure when adding Calculated fields after calling Prepare.
- Fixed bug using the AsDateTime property when working with fields of ftDate or ftTime type.
- Fixed bug with assertion failure when using OnFilterRecord event handler.
- Fixed bug script parsing in TDAScript.
- Fixed bug with AutoInc fields in TVirtualTable.
- Fixed bug with AV in TVirtualDataSet when editing Blobs.