MySQL Data Access Components (MyDAC) 11.3.0

Released: Mar 17, 2023

11.3.0 버젼 업데이트

기능

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
  • Added support for Apple iOS Simulator target platform.
  • Added support for Lazarus 2.2.6.
  • Added support for YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, GETDATE, DATE, TIME, TRIM, TRIMLEFT, TRIMRIGHT statements in TDADataSet.Filter.
  • Added support for mathematical operations in TDADataSet.Filter.
  • Added support for Aggregate Fields and InternalCalc Fields.
  • Added the ability to restore from file with TEncoding via the Dump component.
  • The SetRange will now function according to the case sensitivity of keywords in IndexFieldNames.

수정사항

  • Fixed bug with BLOBs for MySQL version below 4.1.
  • Fixed bug with BIGINT UNSIGNED key fields in version 4.1 or higher.
  • Fixed bug with BIT field default values.