Issue 123327 - [RFE]: Allow functions as well as values for DATE fields defaults
Summary: [RFE]: Allow functions as well as values for DATE fields defaults
Status: UNCONFIRMED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: 4.0.0
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-22 17:03 UTC by ptoye
Modified: 2013-09-22 17:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ptoye 2013-09-22 17:03:44 UTC
The default field when defining a DATE table column (and possibly others - I've not experimented) can only be set to a specific value. SQL functions such as CURRENT_DATE would be extremely useful.

The workaround of course is to use Tools|SQL to submit an SQL ALTER TABLE command, but this is a bit against the philosophy of a GUI.