Modified: sis/data/non-free/sis-epsg/src/main/resources/org/apache/sis/referencing/factory/sql/epsg/Tables.sql
URL: http://svn.apache.org/viewvc/sis/data/non-free/sis-epsg/src/main/resources/org/apache/sis/referencing/factory/sql/epsg/Tables.sql?rev=1795066&r1=1795065&r2=1795066&view=diff
==============================================================================
--- sis/data/non-free/sis-epsg/src/main/resources/org/apache/sis/referencing/factory/sql/epsg/Tables.sql
[ISO-8859-1] (original)
+++ sis/data/non-free/sis-epsg/src/main/resources/org/apache/sis/referencing/factory/sql/epsg/Tables.sql
[ISO-8859-1] Sat May 13 14:14:03 2017
@@ -3,8 +3,8 @@
--- See http://www.epsg.org/TermsOfUse (a copy is in ./LICENSE.txt).
---
--- This file has been modified for the needs of Apache SIS project.
---- See org.apache.sis.referencing.factory.sql.EPSGDataFormatter for
---- a description of those changes.
+--- See org.apache.sis.referencing.factory.sql.epsg.DataScriptFormatter
+--- for a description of those changes.
---
@@ -17,7 +17,7 @@
--- epsg_cs_kind --> VARCHAR(24)
---
--- Apache SIS will perform the above replacements automatically if this script is executed
on another
---- database than PostgreSQL.
+--- database than PostgreSQL or Derby.
CREATE TABLE epsg_alias (
alias_code INTEGER NOT NULL,
@@ -191,7 +191,7 @@ datum_code
datum_name VARCHAR(80) NOT NULL,
datum_type epsg_datum_kind NOT NULL,
origin_description VARCHAR(254),
-realization_epoch SMALLINT,
+realization_epoch DATE,
ellipsoid_code INTEGER,
prime_meridian_code INTEGER,
area_of_use_code INTEGER NOT NULL,
|