Author: mariuz
The Lazarus team is glad to announce the release of Lazarus 1.2.6
The Lazarus team is glad to announce the release of Lazarus 1.2.6.
This release was built with fpc 2.6.4.
Here is the list of changes for Lazarus and Free Pascal:
http://wiki.lazarus.freepascal.org
http://wiki.lazarus.freepascal.org/Lazarus_1.2_fixes_branch#Fixes_for_1.2.6_.28Merged.29
http://wiki.lazarus.freepascal.org/User_Changes_2.6.4
Node Firebird Pure Java Script driver 0.2.0 is released with many features and fixes
New version v0.2.0 supports
- added auto-reconnect
- added sequentially selects
- events (attach, detach, row, result, transaction, commit, rollback, error, etc.)
- performance improvements
- supports inserting/updating buffers and streams
- reading blobs (sequentially)
- pooling
database.detach()waits for last command- better unit-test
- best of use with total.js – web application framework for node.js
Many thanks to Peter Širka for his contributions to this release
Compiling IBASE sql driver for Qt 5.3 on openSUSE 13.1
For this howto you will need to have firebird development package already installed on the system and also Qt 5.3.
New Firebird interface (cloop) – Cross Language Object Oriented Programming
Adriano wrote on Firebird-devel and twitter :
I put in my github account the first version of cloop – Cross Language
Object Oriented Programming.
– https://github.com/asfernandes/cloop
This first version is limited to void and int datatypes, supports C, C++
and Free Pascal, and the makefile works only in POSIX.
Some files in src/tests/test1 are autogenerated. They are flag as this
in their first line.
Tests consists of three (one for each language) executable and three
libraries as well.
The executable is the consumer test part and receives a parameter with
the library name of the supplier test part, so we can test any
combination of C/C++/Pascal as consumer/supplier. Examples:
./output/debug/bin/test1-pascal output/debug/bin/test1-pascal.so
./output/debug/bin/test1-c output/debug/bin/test1-pascal.so
./output/debug/bin/test1-cpp output/debug/bin/test1-pascal.so
./output/debug/bin/test1-cpp output/debug/bin/test1-c.so
Mini-interviews with speakers Firebird Conference 2014 speakers roundup
We started series of mini-interviews with Firebird Conference 2014 speakers:
Ann Harrison: http://www.firebirdsql.org/en/news/mini-interview-with-ann-w-harrison-53224/
Paul Reeves: http://www.firebirdsql.org/en/news/mini-interview-with-paul-reeves-53229/
Mark Rotteveel: http://www.firebirdsql.org/en/news/mini-interview-about-firebird-conference-2014-with-mark-rotteveel-53233/
Stay tuned for more interviews!
Don’t miss the last chance to register at Firebird event of the year: Prague, October 24-25: http://www.firebirdsql.org/en/firebird-conference-2014/

Mini-interview about Firebird Conference 2014 with Mark Rotteveel
Today’s guest is Mark Rotteveel, developer of JayBird, Firebird JDBC driver, and speaker at Firebird Conference 2014.
Q/A : Why does Firebird truncate decimal places when dividing?
Firebird truncates decimal places when dividing, rather than rounding. Furthermore, it bases the number of decimal points in the returned value on the number of decimal places in the numerator and denominator.
Why is Firebird truncating instead of rounding? And why does it base the returned value on the number of decimal places in the query?
Here is the answer to the Question on StackOverflow
Interview with the author of Sqitch (database change management application)
As you might now Ștefan Suciu created a Firebird port for Sqitch
Bellow is a interview with the author of Sqitch : David Wheeler with a few Firebird mentions
ps: There is a GUI for Sqitch – Simple SQL change management created by Stefan
Mini-interview with Paul Reeves
We started a series or mini-interviews with speakers of Firebird International Conference 2014. The second guest is Paul Reeves

