You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/03/29 16:46:56 UTC

[GitHub] [incubator-shardingsphere] trojanliu commented on issue #2125: not support count if, database will be the default , not the true

trojanliu commented on issue #2125: not support count if,  database will be the default , not the true
URL: https://github.com/apache/incubator-shardingsphere/issues/2125#issuecomment-478069214
 
 
   `	<sharding:data-source id="myDataSource">
   		<sharding:sharding-rule data-source-names="common,user"
   								default-data-source-name="common"
   								default-database-strategy-ref="noneStrategy"
   								default-table-strategy-ref="noneStrategy">
   			<sharding:table-rules>
   				<sharding:table-rule logic-table="tx_user" actual-data-nodes="user.tx_user" generate-key-column-name="uid"/>
   			</sharding:table-rules>
   		</sharding:sharding-rule>
   		<sharding:props>
   			<prop key="sql.show">${hibernate.show_sql}</prop>
   			<prop key="executor.size">2</prop>
   		</sharding:props>
   	</sharding:data-source>`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services