#862: Multiple errors in documentation
-----------------------------------------+----------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  mikeseth
     Type:  defect                       |       Status:  new     
 Priority:  normal                       |    Milestone:  1.0     
Component:  documentation                |      Version:  1.0-HEAD
 Severity:  normal                       |   Resolution:          
 Keywords:                               |    Has_patch:  0       
-----------------------------------------+----------------------------------

Comment(by [EMAIL PROTECTED]):

 Yes, the title column is too long. The tutorial uses

 {{{title varchar(256) collate utf8_unicode_ci NOT NULL}}}

 Which ought to be varchar(255), I'm assuming, because a unicode char in
 the BMP (which should allow for pretty much any chars in any alphabet)
 uses three bytes, and 256 * 3 = 768. MySQL allows KEYs to be up to 767
 bytes as far as I can tell.

-- 
Ticket URL: <http://trac.agavi.org/ticket/862#comment:2>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to