Re: [Geotools-devel] Suggestion when retrieving DatabaseMetaData in JDBCDataStore

2012-06-28 Thread Milton Jonathan
Ok, issue created: GEOT-4188 On quinta-feira, 28 de junho de 2012 11:09:12, Justin Deoliveira wrote: > Interesting. Seems worth trying out! Can you open a jira for this > Milton? Thanks. > > On Tue, Jun 26, 2012 at 7:05 AM, Milton Jonathan > mailto:[email protected]>> wrote: > > Hey th

Re: [Geotools-devel] Suggestion when retrieving DatabaseMetaData in JDBCDataStore

2012-06-28 Thread Justin Deoliveira
Interesting. Seems worth trying out! Can you open a jira for this Milton? Thanks. On Tue, Jun 26, 2012 at 7:05 AM, Milton Jonathan wrote: > Hey there > > Just dropping by to share something I found out recently. A while ago we > implemented some JDBC code to extract column information, which is q

[Geotools-devel] Suggestion when retrieving DatabaseMetaData in JDBCDataStore

2012-06-26 Thread Milton Jonathan
Hey there Just dropping by to share something I found out recently. A while ago we implemented some JDBC code to extract column information, which is quite similar to what you guys implemented in GeoTools' JDBCDataStore: namely to call Connection.getMetadata().getColumns() Well, we recently ha