Testing boolean columns in Firebird 3.0

After the new year eve i wanted to test the new boolean columns in the new build that added them for firebird 3.0 , so i have created the columns and then inserted some random bool vaules for test after that i have started to test the bool expressions (and , or  …) in a select from the new bool values.

ps: the select worked in isql-fb only , in flamerobin the datatype is not implemented yet (default from ubuntu 0.9.2)

Firebird SQL linkedin Community is now an open group

I am pleased to announce that, as the owner of this group, I have just switched us to an open discussion group. All future discussions will be fully visible, searchable, and shareable on the Web. All past discussions are now closed in a members-only archive. I look forward to our future discussions now joining the broader conversation of the wider Web.

Posted By Dumitru Condrea
Go to the complete announcement

The Perfect Database Server : Firebird 2.5 and FreeBSD 8.1

Here is the guide on installing Firebird 2.5 from FreeBSD 8.1 Ports and creating your first test database also we show you howto install Flamerobin GUI (administation tool) and the PHP driver for it .
This was tested on fresh freebsd 8.1 on a virtual machine

Testing identity columns in Firebird 3.0

Someone on support list asked about identity column in Firebird and how it can be managed easier and i remembered that identity is already supported firebird 3.0 so i fired up flamerobin and created a table with new identity column type similar to MSSQL “identity”, MySQL “auto_increment” or PostgreSQL “serial”
All worked as in documentation 🙂 inserting and selecting from the table no generators/triggers were needed to be created by hand

ibphoenix.com relaunched with new interface

I like the new style for ibphoenix , minor glitch is the firebird image in corner is quite blurry and should be replaced with higher quality image
also on my monitor is too small 1920×1080 and i have to do 3xCTRL+ to fit the screen, maybe a liquid layout should be applied (i will send the bug and the fix) . In rest is great maybe is too much white in background and the stripped green background should be a added back ?

Complete Language Reference hopefully completed by the end of winter

Dimitry Yemanov wrote about the complete Firebird 2.5 reference and how will be structured

I’m starting working on the contents for the complete Firebird 2.5
Language Reference with a hope to have it completed this winter. All the
appropriate questions and issues will be posted here in order to keep
everybody in sync. The first thing to discuss would be the document
structure.

Here is what I have in mind:

http://www.firebirdsql.org/download/rabbits/dimitr/LangRef.html

It’s just a draft and any feedback is welcome.

The major difference from what we have now is that the syntax diagrams
(along with the detailed description of the every clause) is moved to
the appendix A.

The major chapters contain the introduction to the appropriate
statements and the information on how to apply them to the common usage
patters instead.

1 142 143 144 145 146 296