[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pyamf-tickets
Subject:    Re: [pyamf-tickets] #536: OperationalError: Could not decode to
From:       tickets () pyamf ! org
Date:       2009-05-18 4:27:30
Message-ID: 042.b49e5ca905395358e69c547e462ddd3e () pyamf ! org
[Download RAW message or body]

[Attachment #2 (text/plain)]

#536: OperationalError: Could not decode to UTF-8 column
-----------------------+----------------------------------------------------
  Reporter:  thijs     |       Owner:  nick  
      Type:  defect    |      Status:  closed
  Priority:  critical  |   Milestone:  0.5   
 Component:  Website   |     Version:        
Resolution:  fixed     |    Keywords:        
  Revfixed:            |      Branch:        
    Author:            |  
-----------------------+----------------------------------------------------
Changes (by thijs):

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


Comment:

 FIxed it using this bash script:

 {{{
 #!sh
 #!/bin/bash
 sqlite3 trac.db .dump > output.sql
 iconv -c -t UTF-8 output.sql > output2.sql
 sqlite3 new.db < output2.sql
 }}}

-- 
PyAMF - Ticket URL: <http://pyamf.org/ticket/536#comment:1>


_______________________________________________
PyAMF tickets mailing list - tickets@pyamf.org
http://lists.pyamf.org/mailman/listinfo/tickets


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic