Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Setting large auto_increment values (> 1000) could be misinterpreted …
…as decimal values in some cases (fixes #2130)
- Loading branch information
Showing
with
31 additions
and 22 deletions.
- +7 −7 Interfaces/English.lproj/DBView.xib
- +1 −1 Source/SPExtendedTableInfo.h
- +3 −2 Source/SPExtendedTableInfo.m
- +1 −1 Source/SPTableContent.m
- +1 −0 Source/SPTableData.m
- +2 −1 Source/SPTableStructure.h
- +16 −10 Source/SPTableStructure.m