IBX 2.4.3 is now available for download

MWA Software is pleased to announce the release of version 2.4.3 of IBX for Lazarus. This version rolls together recent bug fixes and is also necessary for compilation with the fixes3_2 branch of the Free Pascal Compiler. The latest FPC fixes branch has added additional elements to TFieldType. Earlier versions of IBX will not compile with this update to TFieldType. You must upgrade to IBX 2.4.3 in order to use the latest version of FPC.

IBX 2.4.3 and the underlying Firebird Pascal API now include support for Firebird scrollable cursors. However, due to a limitation in Firebird (there is no wire protocol implementation for scrollable cursors) this feature is only available for local database connections.

It is available for download from

https://www.mwasoftware.co.uk/ibx

Delphi 11 Alexandria Has Been Released

From Marco Cantu blog

A new version of Delphi, version 11 Alexandria, has been released. Yesterday we run a very successful preview/launch webinar, with many attendees a a large number of questions asked (many hundreds, literally). It was a bit exhausting but certainly nice.

Over the coming weeks I’ll go into more details on some of the new features and quality improvements in the product. For the time being, I’m just going to share a series of relevant links (with comments).

Follow the link to read further .

FireDAC in the new release offers specific improvements for Firebird databases

IBX 2.4.2 is now available for download

MWA Software is pleased to announce the release of version 2.4.2 of IBX for Lazarus. This version adds support for the Firebird 4 IBatch interface. It also fixes some minor bugs. Version 2.4.2 supports all Firebird releases from 2.5 onwards.

The Firebird 4 Batch Execution interface applies to Update and Insert queries only (i.e. not update/insert returning) and can be used to batch up many separate queries to be executed as a single operation. This can be used to minimise the client/server interfaces and to optimise server update/insert times.

Support is provided by the Firebird Pascal API and exposed via TIBSQL.

It is available for download from

https://www.mwasoftware.co.uk/ibx

IBX 2.3.2 is now available for download with Lazarus 2.0 support

MWA Software is pleased to announce that release 2.3.2 of IBX for Lazarus is now available for download from https://mwasoftware.co.uk/ibx. Older versions of IBX will fail to compile with Lazarus 2.0 and upgrade to this version is necessary for use with Lazarus 2.0. All users are recommended to upgrade to the new release. Please read the changelog before upgrading. The release also includes a new SQL Tokeniser and the ability to select the Firebird Library (DLL or shared object) as a property of TIBDatabase or TIBXServicesConnection. Several minor bug fixes are also included.

The Lazarus team is glad to announce the release of Lazarus 1.8.2. This is a bugfix release.

The Lazarus team is glad to announce the release of Lazarus 1.8.2. This is a bugfix release.

The release was built with FPC 3.0.4.

Here is the list of changes for Lazarus and Free Pascal:
http://wiki.lazarus.freepascal.org/Lazarus_1.8.0_release_notes
http://wiki.lazarus.freepascal.org/User_Changes_3.0.4

Here is the list of fixes for Lazarus 1.8.x:
http://wiki.freepascal.org/Lazarus_1.8_fixes_branch

The release is available for download on SourceForge:
http://sourceforge.net/projects/lazarus/files/

Choose your CPU, OS, distro and then the “Lazarus 1.8.2” directory.

Checksums for the SourceForge files:
http://www.lazarus-ide.org/index.php?page=checksums#1_8_2

For people who are blocked by SF, the Lazarus releases from SourceForge are mirrored at:
ftp://ftp.freepascal.org/pub/lazarus/releases/
and later at (after some time for synchronization)
http://mirrors.iwi.me/lazarus/

A new version, IBX for Lazarus 1.1 is now available

Tony announced new version, IBX for Lazarus 1.1 is now available from

http://www.mwasoftware.co.uk/ibx

See announcement in the 3rd party Lazarus forum for the change log.
Performance increased with 30-50% in some cases.

Many thanks to Gabor for pointing out the performance issues and for testing updates. This kicked me into cleaning up this part of the code and rationalising the way that IBX handles column names with spaces and special characters in them.

FBLib (Firebird Pascal Library) repository has moved to Github

For years the FBLib (Firebird database library for Free Pascal, Delphi and Kylix) has lived in the 3rdParty directory tree of tiOPF. We are cleaning up the tiOPF repository, and so I have now moved the FBLib project out to Github, into its own repository. The repository history is intact. I still need to add a few more patches I have locally, and some Lazarus based support apps.

All future development of FBLib will now happen on Github.

To get a copy of the code:

git clone git://github.com/graemeg/firebird-lib.git

News via lazarus forum

The Lazarus team is glad to announce the release of Lazarus 1.0.8.

The Lazarus team is glad to announce the release of Lazarus 1.0.8.

This is a bug fix release, built with the current fpc 2.6.2. The
previous release 1.0.6 was built with 2.6.0.

Here is the list of changes for Lazarus and Free Pascal:
http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch#Fixes_for_1.0.8
http://wiki.lazarus.freepascal.org/User_Changes_2.6.2

The release is available for download at SourceForge:
http://sourceforge.net/projects/lazarus/files/

Choose your CPU, OS, distro and then the “Lazarus 1.0.8” directory.

Minimum requirements:
Windows:       98, 2k, XP, Vista, 7, 32 or 64bit
FreeBSD/Linux: gtk 2.8 or qt4.5, 32 or 64bit
Mac OS X:      10.5, LCL only 32bit, non LCL apps can be 64bit

1 2 3