⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes-report.html

📁 dfdfddfskfjdsklfjksdljflksjfsjlkfdjlksfjkdsjfsdjkflsjkf
💻 HTML
📖 第 1 页 / 共 5 页
字号:
                      </td>       <td>           955354 - Ability to determine the primary keys with IColumnFilter interface instead of DatabaseMetaData.getPrimaryKeys(). Primar        y keys sequence is not predictable when using filter. See FAQ.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           Ability to plug custom IDENTITY column detection strategy for InsertIdentityOperation when using user defined types. See FAQ.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="a">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           Added DefaultTableFilter class, which combines capability of the Include/ExcludeTableFilter classes.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>      </table>      </div>      <div class="h3">                    <h3>          <a name="Release 2.0 - January 22, 2004">Release 2.0 - January 22, 2004</a>        </h3>                <a name="2.0">              </a>          <table border="1" width="100%" cellspacing="2" cellpadding="3">                                                <tr class="b">    <th style="width:50px">           Type       </th>       <th>           Changes       </th>       <th style="width:70px">           By       </th>   </tr>                                            <tr class="a">    <td>                              <img alt="update" src="images/update.gif">                              </img>                         </td>       <td>           Mavenized the build and the website!       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="update" src="images/update.gif">                              </img>                         </td>       <td>           Now use SAX2 instead of Electric XML DOM parser. Streamed mode allows importing and exporting very large XML datasets with minimal memory consumption.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="a">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           Flat XML dataset validation.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           New ITableIterator interface used to iterate thru dataset tables. Allows lazy tables initialization for some dataset implementations. The IDataSet.getTables method have been deprecated and usage should be avoided.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="a">    <td>                              <img alt="update" src="images/update.gif">                              </img>                         </td>       <td>           Global System properties are not supported anymore. You must now use the new DatabaseConfig object to alter DbUnit behaviours.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           Configurable data type factory to easily integrates new data types with the DbUnit core. Factory implementations available for some database vendors. Submit your own!       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="a">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           Oracle TIMESTAMP data type support via the OracleDataTypeFactory.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="fix" src="images/fix.gif">                              </img>                         </td>       <td>           Fix truncated Oracle DATE. Must use the OracleDataTypeFactory.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="a">    <td>                              <img alt="fix" src="images/fix.gif">                              </img>                         </td>       <td>           Fix for Oracle CLOB greater than 4000 bytes. Must use the OracleDataTypeFactory.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           MySQL 'longtext' data type support via the MySqlDataTypeFactory.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="a">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           DB2 XML data types support via the Db2DataTypeFactory.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           Database views support.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="a">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           New pluggable filter strategies for DataSetFilter. You can now exclude/include tables using wildcard patterns.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           Ability to sort tables by their dependencies with the new DatabaseSequenceFilter strategy.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="a">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           New ReplacementDataSet decorator, which can replace decorated dataset values on the fly. Can be used with flat XML dataset as a new way to specify null values.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="add" src="images/add.gif">                              </img>                         </td>       <td>           New XlsDataSet. An MS Excel dataset implementation. Uses the Jakarta POI package.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="a">    <td>                              <img alt="update" src="images/update.gif">                              </img>                         </td>       <td>           Assertion.assertEquals is now performing typed comparison instead of string representation comparison.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="update" src="images/update.gif">                              </img>                         </td>       <td>           INSERT, CLEAN_INSERT and REFRESH operations do not override database default values anymore with null values. Null values are now omitted from insert statements. Operations use multiple prepared statements for the same table, when null values vary from row to row.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="a">    <td>                              <img alt="update" src="images/update.gif">                              </img>                         </td>       <td>           Moved InsertIdentityOperation to "org.dbunit.ext.mssql" package to be consistent with other vendor extensions. Temporary keep a deprecated copy in "org.dbunit.operation.mssqlserver" to ease transition to DbUnit 2.       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>      </table>      </div>      <div class="h3">                    <h3>          <a name="Release 1.5.6 - October 5, 2003">Release 1.5.6 - October 5, 2003</a>        </h3>                <a name="1.5.6">              </a>          <table border="1" width="100%" cellspacing="2" cellpadding="3">                                                <tr class="b">    <th style="width:50px">           Type       </th>       <th>           Changes       </th>       <th style="width:70px">           By       </th>   </tr>                                            <tr class="a">    <td>                              <img alt="fix" src="images/fix.gif">                              </img>                         </td>       <td>           786543 - NULL primitive values incorrectly returned as zero (0).       </td>       <td>                              <a href="team-list.html#">                    </a>                        </td>   </tr>                                            <tr class="b">    <td>                              <img alt="fix" src="images/fix.gif">                              </img>                         </td>       <td>           Fix Oracle CLOB values incorrectly returned as NULL.       </td>       <td>                              <a href="team-list.html#">                    </a>  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -