Hxj. Data (V1.7.4.4) 1. Fixed the parameter issue of oracle stored procedure execution. Hxj. Data (V1.7.4.3) 1. added the Distinct operation on the field, for example, Products. _. ID. Distinct () Hxj. Data (V1.7.4.2) 1. Add cache operations to obtain the number of caches, obtain the list of cache key values, and clear all caches. Hxj. Data (V1.7.4.1) 1. Fixed the error of multiple joint queries of the Access database. Hxj. Data (V1.7.4) 1. An error occurred while creating the DbSession for the Access database. Hxj. Data (V1.7.3.2) 1. The WhereClip. Exists method is used to generate the exists (select * from table) condition. 2. Modify the alias of a table in an oracle subquery and do not use the as keyword. Hxj. Data (V1.7.3.1) 1. added the DbTrans class method: FromSql (string SQL) // Execute SQL statements in a transaction FromPro (string proName) // executes the stored procedure in the transaction Hxj. Data (V1.7.3) 1. Add the Having method of FromSection, add the having condition for processing groupby, And the where Condition for the original where method. (The having condition of the previous version is where, so there will be functional differences. Please note when upgrading .) Hxj. Data (V1.7.2.1) 1. Modify the oracle batch processing. Hxj. Data (V1.7.2) 1. Added WhereClip builder to quickly construct WhereClip. 2. modify oracle queries. Hxj. Data (V1.7.1.1) 1. added the FromSection. ToFirstDefault () method. When no data is found, an object is constructed by default. 2. added the FromSection. GroupBy (params Field [] field) method to set the group. 3. Other amendments. Hxj. Data (V1.7.1) 1. Optimize oracle queries. 2. If Field. SelectIn is used to process the int type, it is not parameterized. For example, Field in (, 3) is directly generated) 3. modify oracle Support. Hxj. Data (V1.7) 1. Added support for MySql. Hxj. Data (V1.6.7) 1. added the Hxj. Data. Common. EntityUtils. SetDocumentValue Method for Web page assignment. 2. modify other functions. Hxj. Data (V1.6.6) 1. Fixed the issue that the Delete <TEntity> (params object [] pkValues) cannot be called in the input string type due to the implicit conversion of string to whereclip. 2. Add Insert <TEntity> (params TEntity [] entities) Update <TEntity> (params TEntity [] entities) Method Hxj. Data (V1.6.5) 1. Modify Hxj. Data. Common. EntityUtils. UpdateModel. Hxj. Data. Common. EntityUtils. TryUpdateModel Method assignment failure (uppercase in the first letter of the object attribute) 2. the auto-increment field cannot be excluded during update correction. 3. Add a value between the entities of the Hxj. Data. Common. EntityUtils. SetValue <TEntity> (TEntity toEntity, TEntity fromEntity) method. Hxj. Data (V1.6.4) 1. Optimize the paging. When the paging reaches more than half, the paging will first reverse count-startindex + 1 and then retrieve pagesize data in the forward order. 2. Add FromSection. AddSelect (FromSection) to add subqueries to the query column. 3. added the implicit conversion of string to WhereClip. Hxj. Data (V1.6.3) 1. Added DbTrans. FromSection query. 2. After the first letter of the object class attribute is corrected, the conditions for generating the object primary key cannot be generated. 3. Fix other bugs. Hxj. Data entity generation tool (V1.7.3.6) 1. The processing database type does not match the C # type. Hxj. Data entity generation tool (V1.7.3.4) 1. process the first letter of a field as a number. Hxj. Data entity generation tool (V1.7.3.3) 1. Load the table List View list to sort by the first letter. 2. Some students said they could not connect to Oracle. I did not test it locally. Try again ~! Hxj. Data entity generation tool (V1.7.3.2) 1. Default sorting of the page tables for batch generation. Hxj. Data entity generation tool (V1.7.3.1) 1. modify oracle generation. Hxj. Data entity generation tool (V1.7.3) 1. corrected the batch export progress bar error. 2. Add the dbtype. xml configuration file to configure the database field type corresponding to the type in C. 3. modify other parameters. Hxj. Data entity generation tool (V1.7.2) 1. Increase the memory of batch export paths. Hxj. Data entity generation tool (V1.7.1) 1. modify oracle generation. Hxj. Data entity generation tool (V1.7) 1. MySql is supported. Hxj. Data entity generation tool (V1.6) 1. Fixed the view generation error in SQL server2005. 2. Modify the function. Hxj. Data entity generation tool (V1.5) 1. added the uppercase letter function. 2. fix bugs. |