Flamerobin 0.9.3 svn revision 210x included in next #Ubuntu release 11.10 : Oneiric Ocelot
Here is the changelog . Revision 2106 already imported from debian sid.
Here is the changelog . Revision 2106 already imported from debian sid.
Here is the chage log so there will be no need to add stable Firebird 2.5 ppa in Ubuntu Natty just follow the install instructions.
Thanks to Damyan and all who contributed to solve this sync bug
Here is the guide updated to current ubuntu releases also one thing to notice is php pdo is now core module and should not be installed from pecl repository
For people who want to live on the edge , there is a new upload in experimental for 2.5 release branch
Today Firebird 2.5 final packages is uploaded to the Debian testing repository
Soon it will be moved to Debian testing and Ubuntu 11.04 Natty Narwhal
Seems that readline does have utf-8 support and can be used for inserting/selecting accented chars
Check if libedit is used instead of readline
ldd /usr/bin/isql-fb | grep libedit
libedit.so.2 => /usr/lib/libedit.so.2 (0x00007f3dcbd7b000)
export LD_PRELOAD=/lib/libreadline.so.6
check if is preloaded
ldd /usr/bin/isql-fb | grep readline
/lib/libreadline.so.6 (0x00007fc661d22000)
Then use isql-fb as usual
SQL> select * from employee where first_name = ‘ő’
Firebird 2.1.4 RC landed in debian sid .You can check the shortlog and the message from debian-devel-changes
After two years of squashing bugs Debian 6.0 Squeeze is released , in the new version Firebird 2.1.3 is included that is considered quite stable and supported for development if you don’t use the new features from 2.5. Here is the guide for installing it on Debian stable systems from official repository.
New snapshot of firebird 3.0 is uploaded in debian experimental for testing .
Also there is a new upload for flamerobin in the experimental area