Ignore:
Timestamp:
Sep 23, 2010, 3:09:12 PM (13 years ago)
Author:
Nicklas Nordborg
Message:

References #1512: Add support for datetime annotation types

Makes it possible to use TIMESTAMP for regular list columns. Added support for searching on the date part to the query api.

Changes all existing tables with date+time data to use TIMESTAMP instead.

This is half of 4) in the ticket description. It is still not possible to search on TIMESTAMP annotations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/history/list_history.jsp

    r5061 r5424  
    11<%-- $Id$
    22  ------------------------------------------------------------------
    3   Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg, Martin Svensson
     3  Copyright (C) 2006 Jari Hkkinen, Nicklas Nordborg, Martin Svensson
    44
    55  This file is part of BASE - BioArray Software Environment.
     
    176176        property="$hst.time"
    177177        exportproperty="changeHistory.time"
    178         datatype="date"
     178        datatype="timestamp"
    179179        title="Time"
    180180        sortable="true"
Note: See TracChangeset for help on using the changeset viewer.