James Henstridge
ee235478bd
* psycopg/lobject.h (lobjectObject): remove "mode" struct member,
...
since it was unused.
2008-05-06 18:12:50 +08:00
James Henstridge
9d20f5c09c
* psycopg/lobject_*.c: replace uses of the closed struct member,
...
and change the Python level attribute to a getset.
* psycopg/lobject.h (lobjectObject): remove the closed member,
since "fd < 0" gives us the same information. Reorder the struct
members for better packing.
2008-05-06 18:07:54 +08:00
James Henstridge
2046ae34fb
* psycopg/lobject*: const'ify the code.
2008-05-06 17:09:43 +08:00
James Henstridge
e627948a6b
* psycopg/lobject.h: don't export the lobjectType symbol.
2008-05-05 22:51:15 +08:00
James Henstridge
ec20fa8912
Some changes to the lobject code to match changes in pqpath.[ch].
2008-05-05 12:07:24 +08:00
Federico Di Gregorio
269156d9bf
Added some file-like attributes to lobject.
2006-09-02 05:33:03 +00:00
Federico Di Gregorio
64bd7ae61c
Large objects landing..
2006-09-02 04:57:50 +00:00
Federico Di Gregorio
0b9d13455d
Missing file.
2006-09-01 16:44:07 +00:00
Federico Di Gregorio
b8f3cef62f
psycopg is enlarging..
2006-09-01 16:27:02 +00:00