Opened 16 years ago
Last modified 13 years ago
#475 new defect
Check auto_increment insert statements for mysql 5 compatability
Reported by: | dmorton | Owned by: | rjl |
---|---|---|---|
Priority: | normal | Milestone: | post-1.0.3 triage |
Component: | General | Version: | |
Severity: | critical | Keywords: | |
Cc: |
Description
It seems that Mysql 5 is more strict about data types, and inserting an
empty string to an auto increment field can cause problems.
http://forums.devshed.com/mysql-help-4/trouble-entering-null-value-for- incrementing-integer-445857.html
we need to do an audit and make sure we handle this correctly.
Change History (1)
comment:1 Changed 13 years ago by mortonda@…
- Milestone changed from 1.0.3 to post-1.0.3 triage
Note: See
TracTickets for help on using
tickets.
Haven't heard any error reports to this effect..