|
Re: Key problems - Torque 3.1.1: msg#00080jakarta.turbine.torque.user
Unfortunately, I don't think that's the issue. It was one of my first thoughts, as well. Here's the desc of the table: mysql> desc data_info; +----------------+---------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------+---------------+------+-----+---------+-------+ | id | int(11) | | PRI | 0 | | | title | varchar(100) | YES | | NULL | | | data_source_id | int(11) | | | 0 | | | fgdc_number | varchar(24) | YES | | NULL | | | last_update | timestamp(14) | YES | | NULL | | +----------------+---------------+------+-----+---------+-------+ 5 rows in set (0.00 sec) And my schema.xml entry is listed below, from my initial post. Could it be the default value that's throwing it off? Kris Guy Galil wrote: I think the problem is with the id being an auto increment column - if u On Mon, 2004-11-15 at 14:53, Kris Nuttycombe wrote: -- ===================================================== Kris Nuttycombe Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6337 Kris.Nuttycombe@xxxxxxxx ===================================================== |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Key problems - Torque 3.1.1: 00080, Guy Galil |
|---|---|
| Next by Date: | Re: Key problems - Torque 3.1.1: 00080, Kris Nuttycombe |
| Previous by Thread: | Re: Key problems - Torque 3.1.1i: 00080, Guy Galil |
| Next by Thread: | Re: Key problems - Torque 3.1.1: 00080, Kris Nuttycombe |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |