Ticket #499 (closed defect: fixed)
ODBC: Support non-double SQL Server columns
| Reported by: | brentrobinson | Owned by: | brentrobinson |
|---|---|---|---|
| Priority: | major | Milestone: | 3.5.0 |
| Component: | ODBC Provider | Version: | 3.5.0 |
| Severity: | 2 | Keywords: | ODBC SQL Server insert geometry decimal |
| Cc: | External ID: |
Description
Steps to reproduce: * In SQL Server, create a table with a primary key column * Add columns X and Y defined as decimal(16,6) * Connect to the database containing the table, via the ODBC Provider * Using the FdoIInsert command, create a new feature with X and Y oordinates with
more than 6 digits precision, e.g. ( 10.12345678, 11.12345678 )
When executing the insert command, an exception with the following message will be thrown:
String data, right truncation
Change History
Note: See
TracTickets for help on using
tickets.
