Dev[1].Pub: Dmitry Yemanov
Here is the first episode of the Developers.Pub series of interviews.
Firebird related news
Here is the first episode of the Developers.Pub series of interviews.
Firebird 2.5 Language Reference is Migrated to AsciiDoc
https://www.firebirdsql.org/file/documentation/html/en/refdocs/fblangref25/firebird-25-language-reference.html
MWA Software is pleased to announce that release 2.3.4 of IBX for Lazarus is now available for download from https://mwasoftware.co.uk/ibx.
This is the first update in over a year and provides a consolidated set of minor bug fixes. The changelog for IBX itself is available from here and the changelog for the Firebird Pascal API is available from here.
The next release of IBX should be available in the near future and will focus on support for the forthcoming Firebird 4. It will provide support for the new Firebird data types including TIMESTAMP WITH TIME ZONE and extended precision numerics (DecFloat).
For the Portuguese speakers:
Dia 4/junho eu, Carlos H. cantu, participarei de mais uma Live, juntamente com o Alexandre Benson Smith e Marcelo Daibert, para falar sobre o Firebird e as novidades do Firebird 4, além de responder dúvidas dos participantes.
Mais informações e link para inscrição em https://fagoc.br/noticias/firebird-e-o-tema-do-proximo-webinar-da-ciencia-da-computacao-unifagoc
Firebird Editor Pro 5.0.1 is released with the following changes :
Version 5.0.1 (May 25, 2020)
Mark Rotteveel and documentation team migrated the first documents to asciidoc
– Docbuilding Howto
https://www.firebirdsql.org/file/documentation/html/en/firebirddocs/docbuildhowto/firebird-docbuilding-howto.html
– Docwriting Guide
https://www.firebirdsql.org/file/documentation/html/en/firebirddocs/docwritehowto/firebird-docwriting-guide.html
ps: Since May/June 2020, the Firebird documentation project has switched to AsciiDoc for its documentation. This section gives a short overview how AsciiDoc is used by the project.
Jaybird 3.0.9 has been released. This release contains the following changes:
Jaybird 3.0 supports Firebird 2.0 and higher, on Java 7, 8, 11 and 14. Basic Java 9 and higher compatibility is provided through the Java 8 version of the driver.
See also:
RED SOFT has added support of Firebird 3 into the Django 2.2 framework.
RED SOFT developer Vasily Yashkov made a pull request which recently has been accepted. Find details and main changes here.
The new version of the driver was successfully tested with Django 2.2.10/2.2.11 and Firebird 3/RedDatabase 3.
If you use Django with Firebird 2.5 or less please try to migrate your database to Firebird 3.0 and test new version of the driver. Now you can install it manually as described in the instruction but follow the news and wait the next release soon.
As Pavel Cisar promised at Firebird Conference in Berlin, the Firebird has brand
new DB API 2.0 driver for Python. It’s part of modernization campaign
that shakes off the legacy that goes back to KInterbasDB and Firebird 2.0.
Please note, that his new driver requires Firebird 3+ and Python 3.8+.
This “high” base line was chosen deliberately, to use all new features
available from latest Firebird & Python releases without constraints and
limits that backward compatibility would require. Internally, the driver
uses new client API based on interfaces introduced by Firebird 3. This
new API has many limits raised (like statement sizes, blob sizes etc.)
or completely lifted (like number of databases participating in
distributed transaction), and provides access to new Firebird features
(like scrollable cursors).
The initial release (v0.5.0) supports all key driver features you know
from FDB (passes all tests for FDB features), with next exceptions:
Missing parts:
– distributed transactions (will appear in next version)
– FDB extensions like schema, monitoring tables and log parsers. These
modules will be developer later, and released as separate package.
– documentation
New features in comparison to FDB:
– scrollable cursors
– type hints everywhere
– new FB client API instead old one
– enhanced Enums and Flags classes instead isc_* constants
– better and more rich support for Firebird services
The driver has also much cleaner structure and namespaces, and less core
code than FDB, and although it was not measured yet, it should also
perform better. However, the driver API is not 100% backward compatible
(with FDB).
Right now, the new driver is available only from project’s GitHib at
https://github.com/FirebirdSQL/python3-driver
Since the end of last year, Yahoo! has stopped hosting news groups as forums. As you may noticed, the web interfaces and all message histories have been removed. Messages are now delivered only as email and there is no control to prevent SPAM and nuisance contributors.
We have the moves of firebird-java, firebird-support and firebird-general under way so far. You should subscribe to the Google list and post all messages there from now on. For the link to a list’s Google address, please visit https://firebirdsql.org/en/mailing-lists/
Firebird-php is moving also, but its new home currently needs work.