Comment 2 for bug 1090247

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/19288
Committed: http://github.com/openstack/keystone/commit/9c2c4ece645119fd450783217c359b38584553c8
Submitter: Jenkins
Branch: master

commit 9c2c4ece645119fd450783217c359b38584553c8
Author: Tony NIU <email address hidden>
Date: Wed Jan 9 20:09:40 2013 +0800

    add database string field length check

    Added database string field length check, so when insert to a table, if the length of string field exceed the limit of column when, it will return a 400 error instead of truncating the string.

    Change-Id: I7216fe736ea6e5a23b5647b107fcb2699f1fa99d
    Fixes: bug #1090247