[Persistdotnet-devel] Persist.NET 0.6 Released !
Brought to you by:
vdaron
From: Vincent D. <vd...@us...> - 2003-12-31 13:47:29
|
Warning, API and schema structure have change a bit. New Features : Some Documentation : There is documentation in code Methods/Class/...). Not complete, but it's a first step ;) CountStatement : To create SELECT COUNT(*) ... statements. FreeSqlStatement : To execute the query specified as string, usefull to use some database specific extentions. CriteriaConditionSet : This allow WHERE Filters like this : WHERE ((xx > 3)AND(YY =3D "foo")OR YY =3D "bar". Configuration rewritten (Creation must be completed). Web Site. Wiki in Place for more precise documentation (Tutorials,...) Type Renames: Persist.Criteria.DeleteCriteria =3D> Persist.Statements.DeleteStatement Persist.Criteria.RetrieveCriteria =3D> Persist.Statements.RetrieveStatement IdGenerators are in Persist.IdGenerators Namespace XML Schema changes: - IdGenerators are'nt assigned to a Database anymore - ClassMap have a attribute "name" used by Associations to reference the classMap.This avoid the ClassMap Type duplication in schema. - IdGenerators and Converters are now attributes of AttributeMap XmlElement. --=20 Vincent Daron Analyst Programmer ASK sa. |