From: Michael D. <mik...@us...> - 2004-04-06 00:43:50
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18825 Modified Files: NHibernate-1.1.csproj Log Message: Added IQueryFunctionInfo to HQL and some implementations to the Dialect. Resolves JIRA NH-46 Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** NHibernate-1.1.csproj 29 Mar 2004 04:07:03 -0000 1.12 --- NHibernate-1.1.csproj 6 Apr 2004 00:31:07 -0000 1.13 *************** *** 481,484 **** --- 481,489 ---- /> <File + RelPath = "Dialect\QueryFunctionStandard.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dialect\SybaseDialect.cs" SubType = "Code" *************** *** 754,757 **** --- 759,767 ---- /> <File + RelPath = "Hql\IQueryFunctionInfo.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Hql\OrderByParser.cs" SubType = "Code" |