Updated Repository Layer (markdown)

2881099
2023-12-07 13:15:28 +08:00
parent 64f1fea56a
commit 1843e7dc5e

@@ -153,6 +153,8 @@ Notice:
* Versions after v0.11.12 can use CodeFirst to migrate sharding tables.
* Do not use lazy loading in the entity type of sharding tables and database.
For more information, please move to [Table and Database](%e5%88%86%e8%a1%a8%e5%88%86%e5%ba%93)
## Compatibility Problems
The `output inserted` feature provided by SqlServer. When the table uses auto-increment or the database defines a default value, use this feature to quickly return the inserted data. PostgreSQL also has similar functions, but not every database supports it.