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

max identifier length changed to 63 #6337

Merged
merged 7 commits into from
May 30, 2023
Merged

Commits on May 20, 2023

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

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    b8d39da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b3de0 View commit details
    Browse the repository at this point in the history
  3. Added support of "Violates Foreign Key Constraint" (go-gorm#6329)

    * Added support of "Violates Foreign Key Constraint"
    
    Updated the translator and added the support of "foreign key constraint violation". For this, this error type is needed here.
    
    * changed the description of ErrForeignKeyViolated
    amirejaz75 authored and alidevhere committed May 30, 2023
    Configuration menu
    Copy the full SHA
    2733c1c View commit details
    Browse the repository at this point in the history
  4. refactor: error translator test (go-gorm#6350)

    Co-authored-by: Saeid Saeidee <s.saeidee@sensysgatso.com>
    2 people authored and alidevhere committed May 30, 2023
    Configuration menu
    Copy the full SHA
    42d6d46 View commit details
    Browse the repository at this point in the history
  5. fix(nested transaction): SavePoint SQL Statement not support in Prepa…

    …red Statements (go-gorm#6220)
    
    * test: add nested transaction and prepareStmt coexist test case
    
    note: please test in the MySQL environment
    
    Change-Id: I0db32adc5f74b0d443e98943d3b182236583b959
    Signed-off-by: 王柳洋 <wangliuyang.520@bytedance.com>
    
    * fix(nested transaction): SavePoint SQL Statement not support in Prepared Statements
    
    1. SavetPoint SQL Statement not support in Prepared Statements
     e.g. see mysql8.0 doc: https://dev.mysql.com/doc/refman/8.0/en/sql-prepared-statements.html
    
    Change-Id: I082012db9b140e8ec69764c633724665cc802692
    Signed-off-by: 王柳洋 <wangliuyang.520@bytedance.com>
    
    * revert(transaction_api): remove savepoint name pool,meaningless
    
    Change-Id: I84aa9924fc54612005a81c83d66fdf8968ee56ad
    Signed-off-by: 王柳洋 <wangliuyang.520@bytedance.com>
    
    ---------
    
    Signed-off-by: 王柳洋 <wangliuyang.520@bytedance.com>
    Co-authored-by: 王柳洋 <wangliuyang.520@bytedance.com>
    2 people authored and alidevhere committed May 30, 2023
    Configuration menu
    Copy the full SHA
    ccceee1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8eb7a52 View commit details
    Browse the repository at this point in the history