ANN: IBX for Lazarus and Firebird – Call for Testers
|
|
dbExpress Driver for Firebird version 32 has released. Here are the fix:
4.1.2011.33 Release on 12 May 2011
Download here.
A new poll was just activated in FirebirdNews site. Please participate marking all the listed FB features that you use in production environments (multiple choice, so you can mark more than one answer).
The poll is shown at the sidebar of the mainpage. Spread it among the other Firebird users you may know.
Vlad Khorsun wrote about the Shared page cache implementation in 3.0 :
After more than a year of development, testing, switching on another tasks and returning back i’m ready to commit shared page cache implementation into trunk.
I consider it stable enough to be committed into SVN. It runs some stability tests more than 10 hours for longest run and many shorter runs at different configurations.
Here i want to do overview of changes, what was tested, what was not, and what
is work in progress.
You can read more about Shared page cache in the Firebird 3.0 presentation
Update:Feature commited into trunk
Question: I have a requirement to Identify whether a Firebird system is 64 bit or not,in order to know whether to deploy a 64 bit UDF or a 32 bit UDF. Is there any thing to give the correct information?
The best Answer: Identify this information this way:
fbsvcmgr service_mgr -user sysdba -password masterke -info_server_version -info_implementation
see the manual for more : http://firebirdsql.org/rlsnotesh/rlsnotes210.html#rnfb210-util-svcs
On ubuntu/debian 64 will give :
fbsvcmgr service_mgr -user sysdba -password masterke -info_implementation | grep 64
Server implementation: Firebird/linux AMD64
or you can count if the 64 string is present with -c in grep (notice that there is no need for username and password)
fbsvcmgr service_mgr -info_implementation | grep -c 64
1
Few days ago I wrote “Some thoughts on denormalization” post. Though concatenating data to one string is easy with there introduced function, splitting it back could be harder. I left it as exercise, but I feel, to make it complete, it’s good to show one possible implementation.
Here’s one I came with today (using Firebird syntax, however it’s almost pure SQL), quickly. It’s something I created from start to finish in one row and sure for some cases it could be optimized.
We are approaching the end of web-site development process.
Now we need attention of beta-testers for Documentation section Please look through Documentaion section, try to find your favorite documents/guides/articles and report found issues to the tracker Thanks in advance. Regards, |
Portuguese to English translation for this tweet picture
http://twitpic.com/4sbzw7
As I’m still awake, I’m studying a bit of #Firebird on the tablet.