Opened 5 years ago
Closed 5 years ago
#31403 closed New feature (fixed)
Add support for INSERT..RETURNING on MariaDB 10.5+.
Reported by: | Adam Johnson | Owned by: | Adam Johnson |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
One of MariaDB 10.5's headline features is INSERT..RETURNING
support: https://mariadb.com/kb/en/changes-improvements-in-mariadb-105/
We should reflect this in the MySQL/MariaDB backend to allow bulk_create()
, that uses this, to work.
Change History (7)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Has patch: | set |
---|---|
Summary: | MariaDB 10.5+ supports INSERT..RETURNING → Add support for INSERT..RETURNING on MariaDB 10.5+. |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 5 years ago
Needs documentation: | set |
---|
comment:4 by , 5 years ago
Needs documentation: | unset |
---|
comment:5 by , 5 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR