Commit 45b5cd9c authored by Andreas Brandl's avatar Andreas Brandl

Merge branch 'jsonb-is-supported' into 'master'

Mark jsonb as supported

See merge request gitlab-org/gitlab!34252
parents bd1150fa fb304cb2
...@@ -187,8 +187,6 @@ There are a few restrictions to how these APIs can be used: ...@@ -187,8 +187,6 @@ There are a few restrictions to how these APIs can be used:
- `BulkInsertableAssociations`: - `BulkInsertableAssociations`:
- It is currently only compatible with `has_many` relations. - It is currently only compatible with `has_many` relations.
- It does not yet support `has_many through: ...` relations. - It does not yet support `has_many through: ...` relations.
- Writing [`jsonb`](https://www.postgresql.org/docs/current/datatype-json.html) content is
[not currently supported](https://gitlab.com/gitlab-org/gitlab/-/issues/210560).
Moreover, input data should either be limited to around 1000 records at most, Moreover, input data should either be limited to around 1000 records at most,
or already batched prior to calling bulk insert. The `INSERT` statement will run in a single or already batched prior to calling bulk insert. The `INSERT` statement will run in a single
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment