Commit d7eb5937 authored by hewei's avatar hewei

补充SelectSelectivePlugin插件测试用例

parent e41466a9
...@@ -49,6 +49,10 @@ CREATE TABLE `tb_blobs` ( ...@@ -49,6 +49,10 @@ CREATE TABLE `tb_blobs` (
-- ---------------------------- -- ----------------------------
-- Records of tb_blobs -- Records of tb_blobs
-- ---------------------------- -- ----------------------------
INSERT INTO `tb_blobs` VALUES ('1', 'fd1', 'L1', null);
INSERT INTO `tb_blobs` VALUES ('2', null, 'L2', 'LL2');
INSERT INTO `tb_blobs` VALUES ('3', 'fd3', 'L3', 'LL3');
INSERT INTO `tb_blobs` VALUES ('4', 'fd3', 'L4', 'LL4');
-- ---------------------------- -- ----------------------------
-- Table structure for tb_keys -- Table structure for tb_keys
......
...@@ -54,5 +54,12 @@ ...@@ -54,5 +54,12 @@
<columnOverride column="field1" property="tsF1"/> <columnOverride column="field1" property="tsF1"/>
</table> </table>
<table tableName="tb_keys" />
<table tableName="tb_single_blob">
<generatedKey column="id" sqlStatement="MySql" identity="true"/>
</table>
<table tableName="tb_blobs">
<generatedKey column="id" sqlStatement="MySql" identity="true"/>
</table>
</context> </context>
</generatorConfiguration> </generatorConfiguration>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment