How to Query the Firebird Fisheye

Now in Firebird Fisheye you can create queries on the source code repository
For example here is how to get the changes with “Misc” comments

select revisions from dir /firebird2/src where (is head and comment matches “Misc”) group by changeset return path, revision, author, date, csid

Firebird DTP Plugin for Eclipse

After a request on the Firebird-Java mailinglist, I [Mark Rotteveel] offered to work on creating support for the Firebird database in the Eclipse Data Tools Platform.

Firebird packages for Fedora, Centos, RHEL

It’s official now, Philippe Makowski is the maintainer of Firebird packages for Fedora and Epel (Centos and RHEL packages) and Firebird packages get pushed into Fedora repositories.

Here is the guide for Centos5.3 you must enable the epel-testing for centos

# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-3.noarch.rpm

This is done by editing the /etc/yum.repos.d/epel-testing.repo file (installed by the previous rpm command) and changing the first “enabled=0” to “enabled=1”.

1 37 38 39 40 41 78