Ticket #882 (closed defect: fixed)
lastInsertId() for Doctrine_Sequence_Mssql returns decimal values
| Reported by: | zomg | Owned by: | zYne- |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.11.0 |
| Component: | Query/Hydration | Version: | 0.10.0 |
| Severity: | Keywords: | mssql | |
| Cc: | Has Test: | ||
| Status: | Has Patch: |
Description (last modified by zomg) (diff)
lastInsertId() method in Doctrine_Sequence_Mssql returns decimal values instead of integers even if the primary key column is an integer.
F.ex. 1.0, 2.0, 3.0 and so on.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.