gvSIG bugs #2120
Boolean fields aren't identified correctly on PosgreSQL
| Status: | Closed | % Done: | 0% | |
|---|---|---|---|---|
| Priority: | Urgent | Spent time: | - | |
| Assignee: | ||||
| Category: | Database | |||
| Target version: | 2.1.0-2217-devel | |||
| Severity: | Add-on version: | |||
| gvSIG version: | 2.0.0 | Add-on build: | ||
| gvSIG build: | 2066 | Add-on resolve version: | ||
| Operative System: | Add-on resolve build: | |||
| Keywords: | Proyecto: | |||
| Has patch: | Yes | Hito: | ||
| Add-on name: | Unknown |
Description
Boolean fields aren't identified correctly on PosgresSQL. This is due ResulSet-metadata informs that this fields type are java.sql.Types.BIT which is not handle by JDBCHelper.createAttributeFromJDBC method.
This patch fix the problem.
Related issues
History
#1
Updated by Juan Lucas Domínguez over 12 years ago
- Status changed from New to Fixed
- Assignee set to Juan Lucas Domínguez
- Target version set to 2.1.0-2223-rc1
Fixed detection of java.sql.Types.BIT field type (patch provided by jmvivo).
#2
Updated by Joaquín del Cerro Murciano over 12 years ago
- Target version changed from 2.1.0-2223-rc1 to 2.1.0-2217-devel
#3
Updated by Álvaro Anguix over 12 years ago
- Status changed from Fixed to Closed
