Searching for Firebird programmer

I got this in my email box, maybe some of you would be interested:

Dear Carlos,
I came across your name asking developers to send details of large companies who use firebird databases. I am actually an end-user who has the open mind to want a firebird database but cannot find anyone who does this programming. I am based in the UK and am told to ‘steer away’ from firebird as it is not proven, etc. etc.
It really is quite disappointing and seems that there are many others like myself who would like to have an alternative but cannot find a developer. So I am the horse looking for water to drink – but there is no water…not like you describe leading the client to the water but not getting them to drink.
Any suggestions?
JT <tse.tse@ntlworld.com>
PS: It is weird that in the actual days, with so many great case studies published, there are still people who thinks FB is a “toy”.

Jaybird 2.2 beta hopefully will be released this weekend with jdbc 3.0 and open/libre office support

News via Mark Rotteveel on twitter

Finishing touches to Jaybird 2.2 beta releasenotes, hopefully I will be able to finally release it this weekend

ps:
Jaybird 2.2 is the next Firebird jdbc driver release with many fixes which will include improved support of the JTA specification (XADataSource and XAResource interfaces). Additionally it already has improved support for OpenOffice.org/LibreOffice Base component, which deviates in some places from the JDBC 3.0 specification.

Official Firebird driver FDB release 0.7.2 is out with Support for Python 3 and Distributed Transactions

FDB release 0.7.2 is out:
http://pypi.python.org/pypi/fdb/0.7.2

Highlights for this release:
– Python 3 Support (thanks to Philippe Makowski)
– Support for Distributed Transactions
– Support for NBACKUP Service
– Support for Trace Service

And as always, some bugs fixed.

Main target for next version: support for Firebird Events.

Note: I’m really glad that Philippe joined the FDB team, especially to look after Python 3 support (but not only that). Thanks!

You can also read the announcement on firebird-python list

 

Firebird roadmap has been updated

From Dmitry Yemanov:

The project roadmap has been updated a bit. The change is to boost the v2.1.5 and v2.5.2 releases at the cost of slightly delaying the v3.0 Alpha release.

Firebird 2.1.4 was released exactly one year ago, so now it’s a promised time for v2.1.5. It has 53 bugs fixed and no critical issues remaining unresolved. Firebird 2.5.1 was released more than 5 months ago and the expected release date for v2.5.2 is approaching the next month. It has 45 issues resolved up-to-date and a few more are in the pipeline. So it makes a lot of sense to release them sooner rather than later.

The v3.0 Alpha release will be going through the preparation stage while all three release candidates (v2.0.7, v2.1.5, v2.5.2) are being field tested, so it’s likely to appear shortly after the aforementioned releases, in the second quarter.

Thanks for your understanding.

Time Track is a program written in Lazarus and tiopf to allow people to track projects (with Firebird backend)

See the lazarus full thread and you can clone the git repository

It’s a small app that sits in the tray, and can be used to manage project time.
If there is interest, I can donate it to the Lazarus community. It also serves
as a nice example of how to program Lazarus and tiOPF.

It also keeps a todo list and a list of interruptions.
(the helpdesk walks in and out of my office, which I started tracking to
prove that this practice costs me 1.5 hours a day.)

I posted the project at
http://www.freepascal.org/~michael/timetrack.zip

You’ll need tiOPF and a database server.
I use (and recommend) Firebird, but changing it to something
else takes about 2 lines of code.

The included time.sql file creates the database.

1 18 19 20 21 22 84