Skip to content

Instantly share code, notes, and snippets.

@lamp
Created November 25, 2010 14:19
Show Gist options
  • Select an option

  • Save lamp/715450 to your computer and use it in GitHub Desktop.

Select an option

Save lamp/715450 to your computer and use it in GitHub Desktop.
INSERT INTO `inserts` (`user_id`, `campaign_id`, `role`, `duration`, `offset_time`, `offset_x`, `offset_y`, `anchor_x`, `anchor_y`, `click_href`, `click_target`, `asset_type`, `asset_id`, `created_at`, `updated_at`) VALUES (1, 45, 'overlay', 30000, 30000, 0, 0, 'left', 'top', '', '_self', 'com.videojuicer.core.asset.Image', 47, '', '2010-11-25 14:18:15')
~ Incorrect datetime value: '' for column 'created_at' at row 1 (code: 1292, sql state: 22007, query: INSERT INTO `inserts` (`user_id`, `campaign_id`, `role`, `duration`, `offset_time`, `offset_x`, `offset_y`, `anchor_x`, `anchor_y`, `click_href`, `click_target`, `asset_type`, `asset_id`, `created_at`, `updated_at`) VALUES (1, 45, 'overlay', 30000, 30000, 0, 0, 'left', 'top', '', '_self', 'com.videojuicer.core.asset.Image', 47, '', '2010-11-25 14:18:15'), uri: mysql://root@127.0.01:3306seed_development_development)
merb : worker (port 5555) ~ Incorrect datetime value: '' for column 'created_at' at row 1 - (DataObjects::DataError)
/Users/matthew/.bundle/ruby/1.8/gems/dm-core-0.10.2/lib/dm-core/adapters/data_objects_adapter.rb:61:in `execute_non_query'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment