1. 21 11月, 2019 4 次提交
    • P
      Merge to dev (#3574) · b9a818e6
      panjuan 提交于
      * [maven-release-plugin] prepare release 4.0.0-RC3
      
      * [maven-release-plugin] prepare for next development iteration
      
      * close InputStream (#3482)
      
      * <exclude>**/sharding-ui-front/test/coverage/**</exclude>
      
      * close InputStream
      
      * reverse to rc3 (#3484)
      
      * <exclude>**/sharding-ui-front/test/coverage/**</exclude>
      
      * reverse to rc3
      
      * setValidationQuery() (#3485)
      
      * <exclude>**/sharding-ui-front/test/coverage/**</exclude>
      
      * reverse to rc3
      
      * setValidationQuery()
      
      * [maven-release-plugin] prepare release 4.0.0-RC3
      
      * [maven-release-plugin] prepare for next development iteration
      
      * fix conflicts
      b9a818e6
    • Q
      ef01e16a
    • J
      update mvnw to latest version. (#3569) · 4c989d3c
      Jared Tan 提交于
      4c989d3c
    • A
      `getResultSet` should return null after `executeUpdate` (#3547) · 2bd4575d
      Alex.F 提交于
      * `getResultSet` should return null after `executeUpdate`
      
      * check style
      
      * simplify checking whether has `ResultSet`
      
      * directy check whether `queryResult` is empty
      
      * import order
      
      * hack to pass null check
      2bd4575d
  2. 20 11月, 2019 1 次提交
    • echo艾布企鹅's avatar
      Fixes #3370 #3539 and #2949 .Fix and change some code structure (#3541) · 2590964e
      echo艾布企鹅 提交于
      * Fix jdbc getIndexInfo method and NullPointerException on oracle
      
      * 1.Fix jdbc getIndexInfo method and NullPointerException.
      2.Fix catalog and schema method parameter error.
      3.Fix resultSet.getString(IS_NULLABLE) and
      resultSet.getString(IS_AUTOINCREMENT) return type error.
      
      * fix ci
      
      * fix ci
      
      * add License
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * fix ci
      
      * use jdbc api to fix oracle difference
      
      * use jdbc api to fix oracle difference
      
      * Fixes #3370 .and change some code structure for compatibility
      
      * fix ci
      
      * add oracle schemaName equal username
      add annotation
      
      * 1.add DataSourceInfo class
      
      2.add and change TEST unit
      
      * fix and change HashMap to LinkedHashMap
      
      * 1.change TEST unit code
      
      2.change LinkedHashMap to HashMap
      
      * add License
      
      * judge dataSourceMetaData null
      
      * judge dataSourceMetaData null
      
      * Change and add TEST unit
      
      * change TEST unit
      
      * code cleanups
      
      * code trim
      
      * code checkstyle
      
      * remove eg:"public OracleDataSourceMetaData(final String url)"
      
      * restore
      
      * Revert
      
      * revert
      
      * revert
      
      * revert
      
      * revert
      
      * revert
      
      * code clean
      
      * code clean
      
      * add TEST
      
      * add Licensed
      
      * code clear
      2590964e
  3. 19 11月, 2019 2 次提交
  4. 18 11月, 2019 1 次提交
  5. 17 11月, 2019 1 次提交
  6. 16 11月, 2019 2 次提交
    • Z
      simplify SingleXADataSource (#3535) · bf681209
      zhaojun 提交于
      * simplify XAShardingTransactionManagerTest
      
      * create AtomikosDataSourceBean using DataSourceUtils
      
      * decouple SingXADataSource from XADataSource interface
      
      * SingleXADataSource => XATransactionDataSource
      
      * decouple SingleXAConnection from XAConnection interface
      
      * SingleXAConnection => XATransactionConnection
      
      * do not support XADatasource construct
      
      * refactor XATransactionDataSource
      
      * for checkstyle
      bf681209
    • A
      Finish PostgreSQLErrorResponsePacket (#3526) · d84e84ff
      avalon566 提交于
      * Finish PostgreSQLErrorResponsePacket
      
      * For checkstyle
      
      * Fix unit test
      
      * For checkstyle
      
      * For checkstyle
      d84e84ff
  7. 15 11月, 2019 1 次提交
    • S
      Extract recursive with logical operation (#3508) · 14ac6036
      SteNicholas 提交于
      * extract recursive operation
      
      * remove space
      
      * modify operator node
      
      * loop extract operation
      
      * modify recursive operation
      
      * modify recursive operation
      
      * update code style
      
      * update code style
      
      * extract recursive operation
      
      * extract recursive operation
      
      * modify database type
      
      * modify style
      
      * modify xml style
      14ac6036
  8. 14 11月, 2019 2 次提交
  9. 13 11月, 2019 5 次提交
  10. 08 11月, 2019 1 次提交
    • L
      Make parser module to a independent module (#3476) · 1bdb7a17
      Liang Zhang 提交于
      * move shrarding-core-parse to sql-parse module
      
      * rename shrarding-core-parse-xxx to sql-parse-xxx
      
      * update pom
      
      * rename package name from org.apache.shardingsphere.core.parse to org.apache.shardingsphere.sql.parser
      
      * decouple SQLParsingException & ShardingException
      
      * rename sql-parser to shardingsphere-sql-parser
      
      * add database type for SQL parser
      
      * remove database type for SQL parser
      
      * remove useless feature type of RuleDefinitionFileConstant.getFillerRuleDefinitionFile
      
      * decouple RuleDefinitionFileConstant and DatabaseType
      
      * decouple SQLParserFactory and DatabaseType
      
      * remove SQLParserFactory.DATABASE_TYPE_NAMES
      
      * decouple SQLParserEngine and DatabaseType
      
      * decouple SQLStatementFillerEngine and DatabaseType
      
      * use SQLParseEngineFactory to get SQLParseEngine instance
      
      * decouple DatabaseType from SQLParseEngine and SQLParseKernel
      
      * decouple sharding-core-api from shardingsphere-sql-parser-spi
      
      * decouple DatabaseType from SQLParseEngineFactory
      
      * add shardingsphere-spi module
      
      * adjust package of shardingsphere-spi
      
      * rename BaseAlgorithmFactoryTest to TypeBasedSPIServiceLoaderTest
      
      * rename fixture of test case
      
      * remove useless ComplexKeysShardingAlgorithmFixture
      
      * remove sharding-core-common dependency from shardingsphere-sql-parser-test
      
      * remove useless rule
      
      * remove useless dependency from sharding-core-preprocessor
      1bdb7a17
  11. 07 11月, 2019 2 次提交
  12. 06 11月, 2019 2 次提交
  13. 05 11月, 2019 4 次提交
  14. 04 11月, 2019 4 次提交
  15. 01 11月, 2019 1 次提交
  16. 31 10月, 2019 5 次提交
  17. 30 10月, 2019 2 次提交