Statistics
| Revision:

root / trunk / extensions / extJDBC / src / com / iver / cit / gvsig / fmap / drivers / jdbc / postgis / PostGIS.java @ 35327

History | View | Annotate | Download (16.6 KB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
35327 05/26/2011 10:46 PM Francisco José Peñarrubia

gvsig-desktop#15375
Encoding to UTF-8 PostgreSQL database

34399 01/13/2011 12:25 PM fdiaz

Allow geometry field can be uppercase
Changes made thanks to Francisco Puga.
Ticket gvsig-desktop#14845

34259 12/13/2010 12:16 AM Francisco José Peñarrubia

[gvsig-desktop 14877]
numeric field support

31289 10/15/2009 08:03 AM Jorge Piera

Si el nombre de la tabla es una palabra reservada de postgis hay que escaparlo. Además, si el nombre contiene ":" también hay que escaparlo.

30957 09/23/2009 01:50 PM Vicente Caballero

#2299

28679 05/13/2009 09:56 AM Jorge Piera

Updating a bug with the date field

28489 05/08/2009 08:49 AM Vicente Caballero

#1704

28063 04/17/2009 03:21 PM Jose Manuel Vivó Arnal

Fixed problem in export table.

See #1769

25516 11/24/2008 12:55 PM Jorge Piera

Adding postgis edition for the M coordinate

24425 10/28/2008 04:45 PM Vicente Caballero
24155 10/21/2008 12:02 PM Jorge Piera

Adding support for the M coordinate

19099 02/18/2008 04:08 PM Vicente Caballero

#444

17343 12/12/2007 09:30 AM Vicente Caballero

Poder exportar a PostGis

15812 11/02/2007 02:45 PM Jose Manuel Vivó Arnal

Fix problems of name confits (on 'gid' and 'the_geom' fields)
(sincronized with branch/v10) see #33

Fix a problem in the 'addCollumn" see #28

14555 10/11/2007 05:36 PM Jose Manuel Vivó Arnal

Fixed problems when the posgis default schema name is not the default ('public')
(syncronized with branch v10 #12513 )

11971 06/04/2007 09:12 AM caballero

connections refactoring

7161 09/11/2006 08:51 AM fjp

Soporte TimeStamp y Date. Falta Time.

6908 08/30/2006 09:35 AM jorpiell

Cuando solo aparecía un campo de una tabla que se llamaba gid la SQL que se creaba para crear la tabla era incorrecta.

5714 06/07/2006 01:23 PM fjp

Escribir mySQL, HSQLDB, etc y Oracle

5595 06/01/2006 06:15 PM fjp

Escritura que permite crear drivers de manera más sencilla.

4799 04/11/2006 02:12 PM fjp

Con edición en PostGIS y guardando pseudo-arcos en los shapes.

4748 04/05/2006 07:05 PM fjp

Preparando el driver de escritura PostGIS