-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QueryBuilder根据Entity注解参数主动切换数据库 (swoft-cloud/swoft-component#164)
* [modify]Query::table(Model)支持根据Model主动切换数据库 ``` /** * Model\Entity * @entity(instance="other") * @table(name="tableName") */ ``` * modify testSelectinstance modify testSelectinstance * add test case when select Instance add test case when select Instance * Update QueryBuilderTest.php
- Loading branch information
1 parent
00eee11
commit 805ab2c
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters