activerecord-tidb-adapter
activerecord-tidb-adapter copied to clipboard
TiDB adapter for ActiveRecord, allows the use of TiDB as a backend for ActiveRecord and Rails apps.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
This pull request revisits #35.
This pull request uses the official `pingcap/tidb` Docker images for CI - Run CI against the latest patch versions of each TiDB releases - Add CI against TiDB v5.3.1, which...
This pull request uses the original `index` method if TiDB version is 5.2.0 or higher. https://github.com/pingcap/tidb/issues/26110 has been fixed since TiDB 5.2.0 or higher via https://github.com/pingcap/tidb/commit/1641b3411d663eb67464a34882a3f222b67cea8d In future when older...
TiDB is compatible with the error codes in MySQL, and in most cases returns the same error code as MySQL. For a list of error codes for MySQL, see [MySQL...
## Error Number: 8028 TiDB does not support table lock, which is called metadata lock in MySQL and might be called intention lock in other databases. When a transaction is...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...