lazarus+macosx+firebird blog of the day
Here are some steps needed for developing on that platform
Here are some steps needed for developing on that platform
Security service provider Core Security has announced the discovery of a vulnerability in the Firebird open source database. Attackers could exploit the vulnerability to inject arbitrary code onto the server.
Firebird is prone to an integer-overflow vulnerability because it fails to ensure that integer values aren’t overrun. Attackers may exploit this issue to overflow a buffer and to corrupt process memory.
Attackers may be able to execute arbitrary machine code in the context of an affected application. Failed exploit attempts will likely result in a denial-of-service condition.
Today I put the finishing touches to a native 64bit port of Firebird for MacOS 10.5 (Leopard).
This required the following changes to the Firebird 2.1 code base (B2_1_Release). For anybody else considering adding a new platform to Firebird then you may find this useful.
I’ve downloaded the latest 2.0.3 Firebird Server for Solaris 10 SPARC,
installed it and had some minor troubles to make it run.
I’m happy to announce the release of mojoPortal 2.2.4.6. Read more
The thread is on joelonsoftware.com and the question is about open source databases :
Quick issue, everyone. My company currently uses SQL Server, but we’re going to look at open-source databases because of MS’s crooked licensing rules (to be honest, they only have one SQL license, and are running it on a two-processor machine). They don’t want to shell out the extra $6,000 for another one, and I don’t blame them. Read more
Jaybird 2.1.2 is released. It is a bugfix release that targets two main issues, JDK 6.0 compatibility and support for INSERT…RETURNING statements. More info at the JDBC Driver page.
Today I decide to put up a post about a common requirement which leads to an interesting SQL query (see an example here) using Firebird and Flamerobin, after a few seconds I was writing bug reports