Firebird Perl extension DBD-Firebird version 1.19 is released

Revision history for Perl extension DBD::Firebird for 1.19:

  • Fix $VERSION in Firebird.pm [mapopa]
  • Fix typo in ISC_PASSWORD spelling [stefbv70]
  • Positive logic and early return [Tux]
  • Allow re-executing/fetch on prepared sth [RT#92810, Tux]
  • Add rests for $dbh->{Name} and others [mjp]
  • Implement $dbh->{Name} [mjp]
  • Fix attributions to Mike Pomraning [mjp]
  • use strict and warnings in all modules [dmn]
  • add a test for inserting/fetching float and double numbers as an attempt to reproduce RT#101650 [dmn]
  • fix File::Which configure prerequisite declaration [RT#101672, dmn]
  • 03-dbh-attr.t: plan tests after creating the TestFirebird object [dmn]
  • Buffer Overflow in dbdimp.c [Debian #780925, stefan.roas]
  • use snprintf instead of sprintf everywhere [dmn]

CMake iOS build for Firebird 3

Egor Pugin announced on Firebird-Devel list :

With new CMake 3.2.1 it is possible to successfully build Firebird for
iOS platform using CMake.
Updated instructions for iOS build available at
https://bitbucket.org/egor_pugin/firebird_cmake/wiki/Home

The last issue you encounter during building is duplicate symbol error
from clang. It is related to class DatabaseDirectoryList in anonymous
namespace. This class exists in files: src/jrd/jrd.cpp and
src/common/db_alias.cpp.
For my tests I added last underscore symbol to one of those classes
and the build completes.

1 83 84 85 86 87 201