We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A ActiveRecord::StatementInvalid occurred in jobpositions#create:
PGError: ERROR: null value in column "start_date" violates not-null constraint : INSERT INTO "jobpositions" ("contracttype_id", "created_on", "descr", "end_date", "institution_id", "jobpositioncategory_id", "modified_by_id", "place_of_origin", "registered_by_id", "start_date", "updated_on", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" activerecord (3.1.3) lib/active_record/connection_adapters/postgresql_adapter.rb:1034:in `get_last_result'
The text was updated successfully, but these errors were encountered:
4eeb56a
No branches or pull requests
A ActiveRecord::StatementInvalid occurred in jobpositions#create:
PGError: ERROR: null value in column "start_date" violates not-null constraint
: INSERT INTO "jobpositions" ("contracttype_id", "created_on", "descr", "end_date", "institution_id", "jobpositioncategory_id", "modified_by_id", "place_of_origin", "registered_by_id", "start_date", "updated_on", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"
activerecord (3.1.3) lib/active_record/connection_adapters/postgresql_adapter.rb:1034:in `get_last_result'
Request:
Session:
"warden.user.user.session"=>{"last_request_at"=>2012-02-11 04:37:33 UTC},
"_csrf_token"=>"9gGT4wgVSLSwx7xNgp6NdT5wEa4nnNEP0a72u9xqnPM="}
Environment:
The text was updated successfully, but these errors were encountered: