Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: support oceanbase oracle AT mode #6173

Open
wants to merge 32 commits into
base: 2.x
Choose a base branch
from

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    34cefe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c8ee8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    52c865b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d99e0c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    766eb09 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    646ee80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0ce3e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    e3153e3 View commit details
    Browse the repository at this point in the history
  2. feature: add unit test cases for undo log executors and keyword check…

    …er for OceanBase(Oracle mode)
    hsien999 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    a16627f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58605e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5c711a View commit details
    Browse the repository at this point in the history
  5. refactor: fix check styles

    hsien999 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8291c8c View commit details
    Browse the repository at this point in the history
  6. refactor: fix check styles

    hsien999 committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    0f0fac1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bf268c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    e9e9d34 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Merge remote-tracking branch 'origin/develop' into feature_support_oc…

    …eanbase
    
    # Conflicts:
    #	rm-datasource/src/main/java/io/seata/rm/datasource/exec/AbstractDMLBaseExecutor.java
    #	rm-datasource/src/main/java/io/seata/rm/datasource/exec/BaseInsertExecutor.java
    #	rm-datasource/src/test/java/io/seata/rm/datasource/exec/PostgresqlInsertExecutorTest.java
    hsien999 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    c482078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfa7272 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. feature: support sql recognizer and executor for multi insert stateme…

    …nt, and refactor some recognizers.
    hsien999 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8b6d632 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    477597c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    c13528b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into feature_support_oc…

    …eanbase
    
    # Conflicts:
    #	rm-datasource/src/main/java/io/seata/rm/datasource/exec/BaseInsertExecutor.java
    hsien999 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c91a981 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    4d08c42 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    42aa35b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    342be33 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Merge remote-tracking branch 'origin/develop' into feature_support_oc…

    …eanbase
    
    # Conflicts:
    #	rm-datasource/src/test/java/io/seata/rm/datasource/ColumnUtilsTest.java
    #	sqlparser/seata-sqlparser-core/src/main/java/io/seata/sqlparser/SQLInsertRecognizer.java
    hsien999 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    795013d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8adab1c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    c581333 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Merge remote-tracking branch 'hsien999_seata/feature_support_oceanbas…

    …e' into feature_support_oceanbase
    
    # Conflicts:
    #	core/src/main/resources/META-INF/services/io.seata.core.store.db.sql.lock.LockStoreSql
    #	core/src/main/resources/META-INF/services/io.seata.core.store.db.sql.log.LogStoreSqls
    #	rm-datasource/src/main/java/io/seata/rm/datasource/DataSourceProxy.java
    #	rm-datasource/src/main/java/io/seata/rm/datasource/undo/AbstractUndoExecutor.java
    #	rm-datasource/src/main/java/io/seata/rm/datasource/util/JdbcUtils.java
    #	rm-datasource/src/main/resources/META-INF/services/io.seata.rm.datasource.exec.InsertExecutor
    #	rm-datasource/src/main/resources/META-INF/services/io.seata.rm.datasource.sql.struct.TableMetaCache
    #	rm-datasource/src/main/resources/META-INF/services/io.seata.rm.datasource.undo.UndoExecutorHolder
    #	rm-datasource/src/main/resources/META-INF/services/io.seata.rm.datasource.undo.UndoLogManager
    #	rm-datasource/src/main/resources/META-INF/services/io.seata.sqlparser.KeywordChecker
    #	rm-datasource/src/test/java/io/seata/rm/datasource/DataSourceProxyTest.java
    #	rm-datasource/src/test/java/io/seata/rm/datasource/sql/SQLVisitorFactoryTest.java
    #	rm-datasource/src/test/resources/META-INF/services/io.seata.sqlparser.KeywordChecker
    #	rm-datasource/src/test/resources/META-INF/services/io.seata.sqlparser.druid.SQLOperateRecognizerHolder
    #	sqlparser/seata-sqlparser-core/src/main/java/io/seata/sqlparser/SQLInsertRecognizer.java
    #	sqlparser/seata-sqlparser-core/src/main/java/io/seata/sqlparser/util/ColumnUtils.java
    #	sqlparser/seata-sqlparser-core/src/main/java/io/seata/sqlparser/util/JdbcConstants.java
    #	sqlparser/seata-sqlparser-druid/src/main/resources/META-INF/services/io.seata.sqlparser.druid.SQLOperateRecognizerHolder
    #	sqlparser/seata-sqlparser-druid/src/test/java/io/seata/sqlparser/druid/DruidSQLRecognizerFactoryTest.java
    jiayaoO3O committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7bdf657 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. feature_support_oceanbase

    jiayaoO3O committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    13d0766 View commit details
    Browse the repository at this point in the history
  2. optimize: add License

    jiayaoO3O committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3aa4418 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    275c929 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    a9a3353 View commit details
    Browse the repository at this point in the history