[Trac-tickets] Re: [The Trac Project] #1746: PySqLite2

The Trac Project noreply at edgewall.com
Mon Jul 4 11:55:55 CDT 2005


#1746: PySqLite2
-------------------------+--------------------------------------------------
       Id:  1746         |      Status:  new                     
Component:  general      |    Modified:  Mon Jul  4 11:55:15 2005
 Severity:  enhancement  |   Milestone:  0.9                     
 Priority:  normal       |     Version:  devel                   
    Owner:  jonas        |    Reporter:  anonymous               
-------------------------+--------------------------------------------------
Comment (by anonymous):

 The problem is that pysqlite2 doesn't use the same formatting as every
 other DB 2.0 API on the face of the earth. It uses ? and :name style
 interploation (which is built into SQLite) rather than the standard %s and
 %(name)s formatting. If someone were to step up to the plate and
 implemente this for pysqlite2, then it would literally be 20 minutes of
 work to set up pysqlite2 (I already did it for [http://www.third-
 bit.com/trac/argon Argon] before I realized the interpolation syntax was
 different).

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1746>
The Trac Project <>


More information about the Trac-Tickets mailing list