Przeglądaj źródła

ZF-9692 - Added missing SQL server version requirement for sqlsrv DB adapter to documentation

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21877 44c647ce-9c0f-0410-b52a-842ac1e357ba
juokaz 15 lat temu
rodzic
commit
4eefdbbf80

+ 6 - 0
documentation/manual/en/module_specs/Zend_Db_Adapter.xml

@@ -2098,6 +2098,12 @@ if (!is_null($version)) {
 
 
                 <listitem>
                 <listitem>
                     <para>
                     <para>
+                        Only Microsoft <acronym>SQL</acronym> Server 2005 or greater is supported.
+                    </para>
+                </listitem>
+
+                <listitem>
+                    <para>
                         Microsoft <acronym>SQL</acronym> Server does not support sequences, so
                         Microsoft <acronym>SQL</acronym> Server does not support sequences, so
                         <methodname>lastInsertId()</methodname> ignores primary key argument and
                         <methodname>lastInsertId()</methodname> ignores primary key argument and
                         returns the last value generated for an auto-increment key if a table name
                         returns the last value generated for an auto-increment key if a table name