Microsoft SQL Server ODBC driver and FreeTDS ODBC driver have quite different behavior and quality.
SQLite driver supports static linking only for Win32. For other platforms the dynamic linking must be configured.
The ANSI <-> UCS2 conversion routines are not implemented in full for FPC / Lazarus. They supports only ASCII characters.
DBGrid displays SQL Server money field value with more than 4 digits after a decimal separator with FPC / Lazarus. This is due to the rounding error in FPC FloatToStrF function.
AnyDAC Query Builder is not yet ported to non-VCL platforms.
XML DataSet format is supported only for Delphi Win32 and Win64.