Update of /cvsroot/hibernate/Hibernate/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv20539/doc
Modified Files:
hibernate.html
Log Message:
1.2 rc 1
Index: hibernate.html
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/doc/hibernate.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** hibernate.html 24 Nov 2002 16:19:04 -0000 1.34
--- hibernate.html 25 Nov 2002 16:14:35 -0000 1.35
***************
*** 95,99 ****
<ol>
<li> Some features of the query language are not supported for databases which do not have subqueries.</li>
! <li> The table-per-subclass mapping strategy is supported only for databases with ANSI-style <tt>OUTER JOIN</tt> and <tt>CASE</tt></li>
<li> Firebird InterClient 2.01 is <strong>strongly</strong> recommended in preference to other versions of Interbase Interclient.</li>
<ul>
--- 95,99 ----
<ol>
<li> Some features of the query language are not supported for databases which do not have subqueries.</li>
! <li> The table-per-subclass mapping strategy is supported only for databases with ANSI-style <tt>CASE...WHEN</tt></li>
<li> Firebird InterClient 2.01 is <strong>strongly</strong> recommended in preference to other versions of Interbase Interclient.</li>
<ul>
|