psycopg | 4 Feb 2006 05:35
Favicon
Gravatar

[psycopg] #94: nesting of """ in __init__.py prevents import of GeoTypes

#94: nesting of """ in __init__.py prevents import of GeoTypes
-------------------------------+--------------------------------------------
 Reporter:  sgillies <at> frii.com  |       Owner:  rjt   
     Type:  defect             |      Status:  new   
 Priority:  normal             |   Milestone:        
Component:  geotypes           |     Version:  1.1.21
 Severity:  normal             |    Keywords:        
-------------------------------+--------------------------------------------
 On lines 128,129 the """ need to be removed, as you're already within a
 triple-quoted string.

-- 
Ticket URL: <http://www.initd.org/tracker/psycopg/ticket/94>
psycopg <http://initd.org/>
psycopg
_______________________________________________
Psycopg mailing list
Psycopg@...
http://lists.initd.org/mailman/listinfo/psycopg
Charlie Clark | 8 Feb 2006 17:32

Psycopg 1 Wiki hacked?

Ciao Federico,

looks like something bad has happened to the psycopg wiki, probably time to 
disable anonymous posting.

Charlie
psycopg | 10 Feb 2006 21:48
Favicon
Gravatar

[psycopg] #95: WKTParser improperly handles Polygon WKT

#95: WKTParser improperly handles Polygon WKT
-------------------------------+--------------------------------------------
 Reporter:  sgillies <at> frii.com  |       Owner:  rjt   
     Type:  defect             |      Status:  new   
 Priority:  normal             |   Milestone:        
Component:  geotypes           |     Version:  1.1.21
 Severity:  normal             |    Keywords:        
-------------------------------+--------------------------------------------
 parsePolygon() calls parseLineString, but should be calling a
 parseLinearRing() (and thereby factory.beginLinearRing()) instead.

-- 
Ticket URL: <http://initd.org/tracker/psycopg/ticket/95>
psycopg <http://initd.org/>
psycopg
_______________________________________________
Psycopg mailing list
Psycopg@...
http://lists.initd.org/mailman/listinfo/psycopg
psycopg | 11 Feb 2006 15:51
Favicon
Gravatar

Re: [psycopg] #89: MSVC needs an explicit "lib" prefix; postgres 8.1 needs another libdir

#89: MSVC needs an explicit "lib" prefix; postgres 8.1 needs another libdir
------------------------------------------+---------------------------------
 Reporter:  lbruno <at> republico.estv.ipv.pt  |        Owner:  fog        
     Type:  defect                        |       Status:  closed     
 Priority:  normal                        |    Milestone:  PSYCOPG 2.0
Component:  psycopg2                      |      Version:  2.0beta    
 Severity:  patch                         |   Resolution:  fixed      
 Keywords:                                |  
------------------------------------------+---------------------------------
Changes (by fog):

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

Comment:

 Applied in [735].

-- 
Ticket URL: <http://initd.org/tracker/psycopg/ticket/89>
psycopg <http://initd.org/>
psycopg
_______________________________________________
Psycopg mailing list
Psycopg@...
http://lists.initd.org/mailman/listinfo/psycopg
psycopg | 11 Feb 2006 15:57
Favicon
Gravatar

Re: [psycopg] #91: connect parameter 'sslmode'

#91: connect parameter 'sslmode'
----------------------+-----------------------------------------------------
 Reporter:  solt      |        Owner:  fog        
     Type:  defect    |       Status:  closed     
 Priority:  normal    |    Milestone:  PSYCOPG 2.0
Component:  psycopg2  |      Version:  2.0beta    
 Severity:  patch     |   Resolution:  fixed      
 Keywords:  ssl       |  
----------------------+-----------------------------------------------------
Changes (by fog):

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

Comment:

 Fixed in [737].

-- 
Ticket URL: <http://initd.org/tracker/psycopg/ticket/91>
psycopg <http://initd.org/>
psycopg
_______________________________________________
Psycopg mailing list
Psycopg@...
http://lists.initd.org/mailman/listinfo/psycopg
psycopg | 11 Feb 2006 16:02
Favicon
Gravatar

Re: [psycopg] #88: PyUnicodeUCS2_AsEncodedString

#88: PyUnicodeUCS2_AsEncodedString
----------------------+-----------------------------------------------------
 Reporter:  wildboar  |        Owner:  fog        
     Type:  defect    |       Status:  assigned   
 Priority:  normal    |    Milestone:  PSYCOPG 2.0
Component:  psycopg2  |      Version:  2.0beta    
 Severity:  wishlist  |   Resolution:             
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by fog):

  * milestone:  => PSYCOPG 2.0
  * severity:  normal => wishlist
  * status:  new => assigned

Old description:

> from zopes event.log:
>
> 2006-01-10T11:20:04 ERROR Zope Could not import Products.ZPsycopgDA
> Traceback (most recent call last):
>   File "/usr/local/zope/2.8.4/lib/python/OFS/Application.py", line 695,
> in import_product
>     product=__import__(pname, global_dict, global_dict, silly)
>   File
> "/usr/local/zope/2.8.4/lib/python/Products/ZPsycopgDA/__init__.py", line
> 23, in ?
>     import DA
>   File "/usr/local/zope/2.8.4/lib/python/Products/ZPsycopgDA/DA.py", line
> 25, in ?
(Continue reading)

psycopg | 11 Feb 2006 16:03
Favicon
Gravatar

Re: [psycopg] #79: Better "Can't Adapt" error message

#79: Better "Can't Adapt" error message
------------------------------------+---------------------------------------
 Reporter:  scott_list <at> mischko.com  |        Owner:  fog        
     Type:  enhancement             |       Status:  assigned   
 Priority:  normal                  |    Milestone:  PSYCOPG 2.1
Component:  psycopg2                |      Version:  2.0beta    
 Severity:  wishlist                |   Resolution:             
 Keywords:                          |  
------------------------------------+---------------------------------------
Changes (by fog):

  * milestone:  => PSYCOPG 2.1
  * status:  new => assigned

-- 
Ticket URL: <http://initd.org/tracker/psycopg/ticket/79>
psycopg <http://initd.org/>
psycopg
_______________________________________________
Psycopg mailing list
Psycopg@...
http://lists.initd.org/mailman/listinfo/psycopg
Federico Di Gregorio | 11 Feb 2006 16:19
Favicon
Gravatar

RELEASE: 2.0 beta 7

Uh-oh.. late (very late) again. This still isn't 2.0, sorry, but a
couple of changes slipped in and I had to mark this release as beta. The
good news are that only DB browsing in Zope and ticket #93 are blocking
the final 2.0 release. Also, this should be a little bit more stable
than beta 6, especially regarding ZPsycopgDA. Download from:

    http://initd.org/pub/software/psycopg/psycopg2-2.0b7.tar.gz

Oh, and with many kudos to piro we have complete API documentation
too. :) Detailed excerpt from the NEWS file follows. Have fun,

federico

What's new in psycopg 2.0 beta 7
--------------------------------

* Ironed out last problems with times and date (should be quite solid now.)

* Fixed problems with some arrays.

* Slightly better ZPsycopgDA (no more double connection objects in the menu
  and other minor fixes.)

* ProgrammingError exceptions now have three extra attributes: .cursor
  (it is possible to access the query that caused the exception using
  error.cursor.query), .pgerror and .pgcode (PostgreSQL original error
  text and code.)

* The build system uses pg_config when available.

(Continue reading)

Federico Di Gregorio | 11 Feb 2006 20:07
Favicon
Gravatar

RELEASE: psycopg 2.0 beta 8

Hi *,

unfortunately someone closed ticket #92 before I noted the attached
patch and beta 7 was released without it. The patch is quite important
because it fixes a handle leak on win32 (thanks to Jason for sending me
a remainder just after release.)

I just release beta 8 that is almost identical to beta except that
includes the patch. Also, with beta 7 I started to digitally sign
psycopg sources using my GPG key (0x06468DEB): the ASCII detached
signature is available from the same location as the sources:

    http://initd.org/pub/software/psycopg/psycopg2-2.0b8.tar.gz
    http://initd.org/pub/software/psycopg/psycopg2-2.0b8.tar.gz.asc

Also, the MD5 sum for the source tarball is:

    f16d464e184351cac9c11814501083bc  psycopg2-2.0b8.tar.gz

and this mail (that shows the md5) is signed with my public key. This
should be enough for the people that asked me to send them md5 and
signed sources during the last few months. If you need something else
just let me know.

Have fun,
federico

--

-- 
Federico Di Gregorio                         http://people.initd.org/fog
Debian GNU/Linux Developer                                fog@...
(Continue reading)

Scott Chapman | 13 Feb 2006 19:37

Windows Build needed

If someone builds a windows binary against Python 2.4.x and Postgresql 8.1.x, 
please send it my way (http://www.mischko.com/upload_file_for_user) or let me 
know where I can grab it.

Thanks!
Scott

--

-- 
q: Why do so many people take an instant dislike to MySQL and PHP?
a: It saves time.
ps: Use PostgreSQL and Python instead.

Gmane