Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Beijing, China
- Sign in to view email
Popular repositories
-
-
Forked from apache/incubator-shardingsphere-example
Sharding-Sphere examples
-
Forked from apache/incubator-shardingsphere-doc
Sharding-Sphere website & documents
-
-
-
Forked from apache/skywalking
A distributed tracing system, and APM ( Application Performance Monitoring )
Java
6,068 contributions in the last year
Activity overview

Contribution activity
October 2019
Created a pull request in apache/skywalking that received 15 comments
Instead of datasource-settings.properties, use application.yml for MySQLStorageProvider
Please answer these questions before submitting pull request Why submit this pull request? Bug fix New feature provided Improve performance
- Add table owner for logic encrypt column
- Add rewrite test cases for sharding
- fix data mask for oracle
- Refactor parameterized encrypt test cases
- fixes #3243
- Use Parametermized test and XML to do encrypt rewrite test
- fixes #3237
- toLowerCase to equalsIgnoreCase
- Change encrypt derived column's sequence for INSERT/UPDATE SET
- rename package name from optimize to preprocessor
- Decouple ParameterBuilder and route
- Standardization rewrite's package structure
- changing HashMap to LinkedHashMap for deterministic iterations
- add includeTestSourceDirectory for checkstyle
- Use SQLRewriteEngine and SQLRewriteDecorator decouple rewrite core and features
- Add checkstyle template for CI check only
- Decouple insert SQL with generated key and encrypt
Created an issue in apache/incubator-shardingsphere that received 1 comment
Table owner is lost for logic encrypt column
Bug Report For English only, other languages will not accept. Bug When logic encrypt column has owner in Query SQL, its assistedQueryColumn, cipher…