#2114: database length restrictions on properties are silent
---------------------+---------------------
Reporter:  dustin    |       Owner:
    Type:  defect    |      Status:  closed
Priority:  major     |   Milestone:  0.8.6
 Version:  0.8.4p2   |  Resolution:  fixed
Keywords:  database  |
---------------------+---------------------
Changes (by dustin):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 The trac hook failed, but this is fixed in

 {{{
 commit 967b74ecaf1f0bbae842534280b3e56e5d52c17f
 Author: Dustin J. Mitchell <[email protected]>
 Date:   Sat Feb 25 22:59:04 2012 -0600

     check database column length on insert for MySQL

     SQLite ignores length and just stores all the bytes you give it.
     Postgres will kindly produce an error rather than silently truncating.
     So this support is only really useful for MySQL, and stubs itself out
     everywhere else.

     Fixes #2114.
 }}}

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2114#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to