Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / dataTypes / impl / coercion / AbstractCoerceToDate.java @ 1405

History | View | Annotate | Download (3.75 KB)

# Date Author Comment
1388 02/25/2016 04:18 PM Francisco Díaz Carsí

refs #4123
- Fixed JDynFormFieldDate to accept null values.
- Attemp (but commented) to read the default values of Postgresql database.

1159 08/08/2014 01:41 PM Joaquín del Cerro Murciano
1034 05/25/2014 03:08 PM Joaquín del Cerro Murciano

Fix coercion from empty string

962 11/20/2013 11:56 AM Joaquín del Cerro Murciano

Fix coercion with null values
refs #2116

802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

602 09/05/2011 04:06 AM Cesar Ordiñana

Add unit tests and correct some Coercion implementations. Also separate the CoerceToDate to three different coercers for DATE, TIME and TIMESTAMP data types.
This fixes bug gvsig-desktop#15643.