[EoDsql-users] EoD SQL 2.1-Beta Release
Status: Beta
Brought to you by:
lemnik
|
From: Jason M. <le...@gm...> - 2009-10-16 09:14:41
|
Hi all,
After a fair amount of time in SVN (mostly because I've been away): I've pushed out trunk as EoD SQL
2.1-Beta. The primary new features are (excluding those added in the alpha release):
* The Select(into=) functionality has been added
* Collection objects can be declared by implementation:
@Select("SELECT * FROM users WHERE group_id = ?{1.id}")
ArrayList<User> selectGroupedUsers(Group group);
* Much faster construction of Collection objects (of any type)
* Better error messages and documentation
* General performance and stability improvements
My thanks to all those who have given input and / or patches for EoD SQL 2.1. Hopefully it won't be
much longer before it can be declared final and we can move onto ideas for 2.2!
Download the release and give it a try:
https://eodsql.dev.java.net/servlets/ProjectDocumentList?folderID=8364
Have fun.
//Jason
|