Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #30511 -- Used identity columns instead of serials on PostgreSQL. | Florian Apolloner | 2022-04-13 | 1 | -0/+15 |
| | |||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -4/+10 |
| | |||||
* | Fixed #28853 -- Updated connection.cursor() uses to use a context manager. | Jon Dufresne | 2017-11-28 | 1 | -12/+12 |
| | |||||
* | Refs #27090 -- Added real database sequence introspection. | Mariusz Felisiak | 2017-09-13 | 1 | -0/+23 |
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the review. |