Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2060 / libraries / libFMap_daldb / src / org / gvsig / fmap / dal @ 39362

# Date Author Comment
39362 11/26/2012 11:01 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2060 (RC1)

37547 12/29/2011 10:53 AM Jorge Piera

Now is possible to load tables with a composed primary key [gvsig-desktop #142]

37332 11/15/2011 06:38 AM Cesar Ordiñana

Use the new GeometryManager method to get a common geometry operation.
Solves bug gvsig-desktop#15812: Load table from Database

36721 10/14/2011 03:18 AM Francisco Díaz Carsí

gvsig-desktop#15391 Create a database layer using the dynamic forms
gvsig-desktop#15844 gvSIG can't editing Postgis layer.
gvsig-desktop#15560 New postgis window are empty

36712 10/10/2011 09:12 AM Cesar Ordiñana

Solve mysql limit syntax error.
Solves bug gvsig-desktop#15182: Load table from Database

36711 10/10/2011 09:10 AM Cesar Ordiñana

Solve mysql limit syntax error.
Solves bug gvsig-desktop#15182: Load table from Database

36406 09/13/2011 04:52 AM Cesar Ordiñana

Fetch size parameter was not being propagated, causing out of memory errors in some cases

36009 08/09/2011 07:23 AM Francisco Díaz Carsí

Changed api in NewFeatureStoreParameters, the method getDefaultFeatureType now returns an EditableFeaturetype instead of FeatureType.

35353 06/01/2011 10:41 AM Cesar Ordiñana

Don't use the JDBCDriver name in the explorer comparison.
Fix related to bug: [#15336] Error when opening a table from DB with the JDBCServerExplorer driver

35352 06/01/2011 10:38 AM Cesar Ordiñana

Escape schema and table names in case they have been created in the database with mixed uppercase and lowercase chars.
Fix related to bug: [#15336] Error when opening a table from DB with the JDBCServerExplorer driver

35338 05/30/2011 10:55 AM Cesar Ordiñana

Override parent methods so resources are not locked more than once on each call.
This change belongs to the bug: [#15349] Working with a view or table from a PostGIS store is slow

35182 05/18/2011 09:49 AM Cesar Ordiñana

Change the defaultGeometryAttribute parameter to non mandatory, so a JDBC data store might be used for a table document. If the parameter is empty, the first attribute of geometry type found will be set as the default one, just in case.

35142 05/13/2011 08:54 AM Cesar Ordiñana

Use the new doRegistration Library method instead of the constructor.

35131 05/11/2011 11:09 AM Cesar Ordiñana

Use the Library.TYPE.SERVICE for services and providers

34988 05/04/2011 10:29 AM Jorge Piera

Creating the org.gvsig.exporrto extension [gvsig-desktop #15298] I've seen that it is not possible to export to Postgres or MySQL when the original store has a double attribute. I've update the "double" by "double precission" type

34899 04/06/2011 08:22 AM Jorge Piera

The Geometry.SUBTYPE.GEOM2DZ has been removed and has been replaced by GEOM3D. This problem has been detected fixing the bug [gvsig-desktop #15133]

34897 04/06/2011 04:53 AM Cesar Ordiñana

Apply patch provided to solve bug: [gvsig-desktop #15179] PosgreSQL ordered query returns the very same values for every single feature

34823 03/23/2011 11:42 AM Cesar Ordiñana

Add Feature Request patch:
[gvsig-desktop #15166] Add Filter/Order support to DB Store when Strore is defined by SQL

34466 02/02/2011 05:29 AM Cesar Ordiñana

Solve bug [gvsig-desktop #14972]: Wrong Exception in JDBCStoreProvider

34286 12/20/2010 04:45 AM Cesar Ordiñana

Solve bug gvsig-desktop#14892
"Exception opening DataStore JDBC by SQL"

34280 12/17/2010 02:21 AM Cesar Ordiñana

Fulfill all pending library definitions (API or Impl) and dependencies

34139 11/18/2010 03:59 AM Cesar Ordiñana

Replace boundary function with the envelope one in sql queries, as it is not supported in mysql and in postgis it doesn't support geometrycollections

34129 11/12/2010 04:24 AM Francisco Díaz Carsí

Fixed comparison of schema and catalog when are empty strings but not null.

34128 11/12/2010 04:22 AM Francisco Díaz Carsí

Return null in the method getJdbcUrl of PostgresSQLLibrary when host is null.

33739 10/21/2010 08:16 AM Francisco Díaz Carsí

Persistencia de capas postgis

33717 10/20/2010 11:00 AM Joaquín del Cerro Murciano

Se ha modificado el interface DataStore, cambiando la semantica de este metodo getName y añadiendo el metodo getFullName.

Se ha eliminado el metodo getName de FeatureStoreProvider y
subido al interface padre DataStoreProvider, a la vez que se
cambia la semantica de este....

33331 08/25/2010 08:52 AM Joaquín del Cerro Murciano

- Persistence changes.
- Add persistence factory to AWT Dimension
- Change getType of FeatureAttributeDescriptor to getDataType
to avoid conflict.
- Metadata definition changes.
- Partial remove of HiperLink in fmap and appgvsig.
- Add support in metadata project to MetadataContainers.

33206 07/23/2010 06:50 AM Francisco José Peñarrubia

Avoid problems if comparing with null resources.

33201 07/19/2010 09:13 AM Cesar Ordiñana

Disable geometry filtering as mysql does not provide all geometry functions we use (like Boundary), till we have a better solution

33200 07/19/2010 09:11 AM Cesar Ordiñana

Use JDBC DatabaseMetadata instead of querying to get the database tables

33196 07/16/2010 08:25 AM Cesar Ordiñana

Rename hasGeometrySupport to supportsGeometry for name standardization and implement it in the mysql provider

33194 07/16/2010 07:01 AM Francisco José Peñarrubia

In order to query the database when a ContainsEnvelopeEvaluator filter is set.

33193 07/14/2010 09:24 AM Cesar Ordiñana

Solve constructor parameter being used

33192 07/14/2010 09:22 AM Cesar Ordiñana

Update UseSSL parameters property name

33191 07/14/2010 09:22 AM Cesar Ordiñana

Replace deprecated method

33053 07/07/2010 06:03 AM Cesar Ordiñana

Evaluator getCQL method replaced with getSQL, as this is the real type of the expressions returned

32880 06/24/2010 08:34 AM Joaquín del Cerro Murciano

- Update to org.gvsig.tools 2.1.0
- separate metadata definition from provider parameters definition.
- Use of xml files to define metadata and persistence in DAL.

31890 01/07/2010 03:50 AM Cesar Ordiñana

Remove call to parent.dispose, as it will start an infinite loop

31284 10/14/2009 08:56 AM Cesar Ordiñana

Make sure all disposable objects are disposed, mainly DAL related ones, like FeatureSet and Iterators.
Create a new DisposableManager to manage a register of Disposable objects being bound and released.

31128 10/05/2009 10:43 AM Cesar Ordiñana

Add support for FeatureQuery page size and limit

31022 09/29/2009 01:09 PM Cesar Ordiñana

Resource locking changed to be based on Java synchronization, more convenient functional and performancewise.
Refactoring of FeatureProviderIterator and FeatureSetProvider to extract common code to parent abstract classes.

30838 09/18/2009 09:20 AM Cesar Ordiñana

Symbology and Legends persistence and clone implementation.
New persistence and dynobjects utility methods.

30754 09/09/2009 02:42 AM Cesar Ordiñana

Added new TestCase extended class with automatic library initialization

30744 09/07/2009 06:44 AM Cesar Ordiñana

Remove unused import

30714 09/02/2009 03:54 AM Cesar Ordiñana

Add dependencies between libraries for DynClass.

30713 09/02/2009 03:33 AM Cesar Ordiñana

Depends on the previous initialization of the DALDefaultImplLibrary

30633 09/01/2009 08:00 AM Cesar Ordiñana

Small Library API refactoring

30623 08/31/2009 03:27 AM Jose Manuel Vivó Arnal

Added no blocking resource management

30580 08/26/2009 03:41 AM Cesar Ordiñana

New automatic Library initialization mechanism and Library API refactoring

30187 07/29/2009 07:55 AM Javier Carrasco

Changed InfoByPoint.getInfo(), now it returns a DynObject Array.
Feature has been modified to extend DynObject.
DynField.setDefaultValue has been changed to setDynDefaultValue.

29445 06/16/2009 07:20 AM Jose Manuel Vivó Arnal

Refactoring DataServerExplorerProviders constructor

29406 06/16/2009 03:10 AM Jose Manuel Vivó Arnal

Added Javadoc

29326 06/10/2009 04:08 AM Jose Manuel Vivó Arnal

Dal SPI refactoring

29292 06/09/2009 06:11 AM Jose Manuel Vivó Arnal

Dal SPI refactoring

29289 06/09/2009 03:15 AM Jose Manuel Vivó Arnal

Dal SPI Javadoc and refactoring

29124 06/02/2009 05:06 AM Jose Manuel Vivó Arnal

Generalized field name escaping

29123 06/02/2009 05:06 AM Jose Manuel Vivó Arnal

Generalized field name escaping

29121 06/02/2009 03:43 AM Jose Manuel Vivó Arnal

Fixed missing escapeFieldName

28968 05/25/2009 08:07 AM Jose Manuel Vivó Arnal

Don't use Join when provider not support it

28967 05/25/2009 08:05 AM Jose Manuel Vivó Arnal

Added supportsJoin method.

28965 05/25/2009 05:41 AM Jose Manuel Vivó Arnal

Fixed geometry type

28964 05/25/2009 04:55 AM Jose Manuel Vivó Arnal

Fixed getFullEnvelope

28948 05/21/2009 12:00 PM Jose Manuel Vivó Arnal

added MySQL provider

28917 05/20/2009 04:14 AM Jose Manuel Vivó Arnal

Fixed some problems.

28910 05/19/2009 12:01 PM Jose Manuel Vivó Arnal

Fill defauld values on validate

28909 05/19/2009 11:51 AM Jose Manuel Vivó Arnal

Generic JDBC read/writer provider/Explorer.
Pullup implementation form PostgreSQL to JDBC.

28785 05/14/2009 11:03 AM Jose Manuel Vivó Arnal

created package jdbc.exception

28784 05/14/2009 11:00 AM Jose Manuel Vivó Arnal
28678 05/13/2009 03:49 AM Jose Manuel Vivó Arnal

Removed postgis.jar dependecy

28677 05/12/2009 12:17 PM Jose Manuel Vivó Arnal

append mode implemented

28676 05/12/2009 12:06 PM Jose Manuel Vivó Arnal

Changed FeatureStoreProvider.append(Feature) --> FeatureStoreProvider.append(FeatureData)

28672 05/12/2009 11:21 AM Jose Manuel Vivó Arnal
28661 05/12/2009 07:46 AM Jose Manuel Vivó Arnal
28630 05/12/2009 04:16 AM Jose Manuel Vivó Arnal

Implemented force close in 'zombie' ResultSets

28481 05/07/2009 09:22 AM Cesar Martinez Izquierdo

Adapt to the refactored 'loadFromState' method name in libTools

28478 05/07/2009 09:09 AM Cesar Martinez Izquierdo

Adapt to the refactored 'loadFromState' method name in libTools

28424 05/05/2009 11:47 AM Jose Manuel Vivó Arnal
28257 04/28/2009 09:15 AM Jose Manuel Vivó Arnal
28191 04/27/2009 03:43 AM Jose Manuel Vivó Arnal
28136 04/23/2009 06:27 AM Jose Manuel Vivó Arnal
28095 04/22/2009 03:13 AM Jorge Piera

Adding the saveToState method

28047 04/16/2009 11:47 AM Jose Manuel Vivó Arnal
28046 04/16/2009 11:25 AM Jose Manuel Vivó Arnal

Fixed SRScode of GeomFromText sql function (where clausule)

28031 04/16/2009 08:05 AM Jose Manuel Vivó Arnal
28017 04/16/2009 07:31 AM Jose Manuel Vivó Arnal

Added FeatureStore.getFeatureCount().
Added FeatureStoreProvider.getFeatureCount()

27987 04/16/2009 03:34 AM Jose Manuel Vivó Arnal
27983 04/15/2009 09:26 AM Jose Manuel Vivó Arnal
27982 04/15/2009 09:19 AM Jose Manuel Vivó Arnal
27953 04/14/2009 10:44 AM Jose Manuel Vivó Arnal

now the layer can be added in a view (but nothing draw because has no metadata).

27932 04/14/2009 06:38 AM Jose Manuel Vivó Arnal

Fixed obsolete dependecies

27920 04/14/2009 04:44 AM Jose Manuel Vivó Arnal
27919 04/14/2009 04:44 AM Jose Manuel Vivó Arnal
27909 04/08/2009 11:54 AM Jose Manuel Vivó Arnal
27908 04/08/2009 11:18 AM Jose Manuel Vivó Arnal

PostgresSQLServerExplorer.list run.

27906 04/08/2009 10:32 AM Jose Manuel Vivó Arnal

changes in DB

27869 04/07/2009 03:35 AM Jose Manuel Vivó Arnal
27753 04/02/2009 10:58 AM Jose Manuel Vivó Arnal

Changed register of Parameters dynClass.
Created dynClass hierarchy of DB paramters.
Created hierarchy of DB parameters.

27723 04/01/2009 09:36 AM Jose Manuel Vivó Arnal
27672 03/31/2009 11:36 AM Jose Manuel Vivó Arnal
27595 03/26/2009 11:07 AM Jose Manuel Vivó Arnal