FIBPlus version 6.5 (trial) is available for download

I am happy to inform that FIBPlus 6.5 (trial) is available for download.

As I have already announced, version 6.5 in particular has a better support of Firebird 2.0.

Purchase FIBPlus for 235 Euros only.

SQLAlchemy 0.3.4 release is now available

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

Changes in firebird module:

  • order of constraint creation puts primary key first before all other constraints; required for firebird, not a bad idea for others ticket:408]
  • Firebird fix to autoload multifield foreign keys [ticket:409]
  • Firebird NUMERIC type properly handles a type without precision [ticket:409]

Download it at http://www.sqlalchemy.org/

New versions of SQLObject are now available

Versions 0.7.3b1 and 0.8.0b2 of SQLObject are now available.

SQLObject is an object-relational mapper for python. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started with.

SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite, and Firebird. It also has newly added support for Sybase, MSSQL and MaxDB (also known as SAPDB).

Changes regarding Firebird support:

  • Fixed a bug in FirebirdConnection caused by column names having trailing spaces.
  • Fixed a missed import in firebirdconnection.py.
  • Remove a leading slash in FirebirdConnection.

Ruby on Rails 1.2 released

Rails works with a wealth of web servers and databases. For web server, we recommend Apache or lighttpd, running either FastCGI or SCGI, or Mongrel. For database, you can use MySQL, PostgreSQL, SQLite, Oracle, SQL Server, DB2, or Firebird. Just about any operating system will do, but we recommend a ‘nix-based one for deployment.
[ED: spotted on the rails weblog and slashdot develannouncements]

1 122 123 124 125 126 149