> > Timestamps aren't optional. The columns you pass to batch_insert() all > have a required timestamp member (which people generally set to the > current time). >
Good to know =). Looks like that's the problem -- you just saved me a *lot* of time. Thanks. -Adam