iBATIS.NET DataMapper 1.6.1 and DataAccess 1.9.1 General Availability!

iBATIS.NET DataMapper 1.6.1 and DataAccess 1.9.1 General Availability!(April 6, 2007) The votes are in and both distributions are now tagged as GA!This release includes primarily several bug fixes and enhancements, documentation have been updated.iBATIS now supports support to groupBy attribute on resultMap to resolve N+1 select issue.

iBATIS News

The iBATIS Data Mapper framework
makes it easier to use a database with Java and .NET applications.
iBATIS couples objects with stored procedures or SQL statements using a
XML descriptor. Simplicity is the biggest advantage of the iBATIS Data
Mapper over object relational mapping tools.

To use the iBATIS
Data Mapper, you rely on your own objects, XML, and SQL. There is
little to learn that you don’t already know. With the iBATIS Data
Mapper, you have the full power of both SQL and stored procedures at
your fingertips.

technorati tags:, , ,

NHibernate 1.2.0.CR2 released

NHibernate 1.2.0.CR2 fixes several bugs discovered after the CR1 release. A few new features were implemented in this release: ability to fetch multiple collection roles in a single HQL statement, support for generated columns, and a second-level cache provider making use of SqlDependencies on Microsoft SQL Server among others.We hope this release will be a success despite being packaged on Friday 13th. The complete release notes are available in JIRA .The release can be downloaded from Sourceforge.

Hibernate Forums – View topic – NHibernate 1.2.0.CR2

technorati tags:,

Freeware Firebird PHP Generator released

Firebird PHP Generator SQL Maestro Group is announcing the release of Firebird PHP Generator. It is a freeware but powerful Firebird GUI front-end that allows you to generate high-quality PHP scripts for the selected tables, views and queries for the further working with these objects through the web.

Key features:

  • Data management: adding, editing and deleting records
  • Customization of the HTML appearance
  • Filtering and sorting abilities
  • Data protection with a lot of security settings
  • Lookup options for master-detail relations
  • Integrated script navigation
  • Ability to create multilingual web apps.

SQLObject new releases

New versions of SQLObject was released: 0.7.5, 0.8.2, and 0.9.0b1.For a complete list of changes, please see the news: http://sqlobject.org/News.html

SQLObject is a popular python Object Relational Manager for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes.

SQLObject includes a Python-object-based query language that makes SQL more abstract, and provides substantial database independence for applications.

technorati tags:

DatabaseLayer 1.7.1 Released

DatabaseLayer is a wxCode library written to offer a JDBC-like API to database access. For a summary of the functionality offered by
DatabaseLayer, visit http://wxcode.sourceforge.net/docs/databaselayer/summary.html. The main web page is located at
http://wxcode.sourceforge.net/docs/databaselayer/. At this time, the supported database backends are SQLite, Firebird, PostgreSQL, MySQL, ODBC, Oracle (partial), and TDS (which includes MS SQL Server and Sybase – both partially supported).

Changes in the 1.7.1 release

OpenDBX 1.3.1 released

This version enhances the library with a read-only large object interface, which enables access to blob and clob data stored within a database. The Firebird backend is the first one that implements this interface and is now able to fetch data objects up to several GB in size is smaller chunks. Along with the new interface, the code for the backends was split into several files, so it is more clearly arranged when extensions like the large object part will be added. Also, replacing stdint.h by the inttypes.h include removes an undesired dependency on automake from the header file.

1 117 118 119 120 121 149