Firebird Foreign Data Wrapper for PostgreSQL Release 0.1.5 is out

New version 0.1.5 is released in the unstable area and here is the ChangeLog:

  • Add basic Firebird version detection to ensure that only functions available on the remote Firebird server are actually pushed down
  • Push down functions COALESCE(), NULLIF()
  • Only push down SUBSTRING() if 2nd and 3rd arguments are INTs

Also fbsql is progressing (a command-line client for Firebird inspired by PostgreSQL’s psql)

IBX for Lazarus 1.0.5 Released

IBX for Lazarus 1.0.5 is now available for download from http://www.mwasoftware.co.uk/ibx

This is a very minor update from 1.0.4 to ensure compatibility with fpc 2.6.4. The specific issue is the proposed change to the TBookmark type definition in the DB unit. This was originally expected to be introduced in 2.6.4 and conditional compilation was set accordingly. As this type change has now been postponed, the conditional compilation flags have been updated such that the updated type definition is not expected until compiler version 2.7.x onwards.

News via Lazarus forums

1 76 77 78 79 80 294