Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#24245 closed New feature (fixed)

Add introspection for database defaults

Reported by: Tim Graham Owned by: Tim Graham
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

This isn't really meant to be a user facing feature, but it's useful for testing that migrations properly remove the defaults they set.

Change History (4)

comment:1 by Tim Graham, 9 years ago

comment:2 by Claude Paroz, 9 years ago

Triage Stage: AcceptedReady for checkin

(pending integration of Simon's comment)

comment:3 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 75303b01a9cc900eebf1f27ba0bc6508334242fc:

Fixed #24245 -- Added introspection for database defaults.

Needed for tests for migrations handling of database defaults.

comment:4 by Tim Graham <timograham@…>, 8 years ago

In e17f40f4:

Refs #24245 -- Added introspection for database defaults on Oracle.

Note: See TracTickets for help on using tickets.
Back to Top