Federico Di Gregorio
|
611606d532
|
Changes license to LGPL3 + OpenSSL exception on all source files
|
2010-02-12 23:34:53 +01:00 |
|
James Henstridge
|
eae563ac96
|
* psycopg/*.[ch]: add const qualifier to various string arguments
to functions (typecast functions and conn_switch_isolation_level).
|
2008-01-21 17:34:08 +00:00 |
|
James Henstridge
|
f18881983b
|
* psycopg/typecast_array.c (typecast_array_scan): set an initial
value for quotes to keep gcc happy.
* psycopg/*.c: add missing static modifier on many functions.
|
2008-01-13 16:05:59 +00:00 |
|
Federico Di Gregorio
|
967ec370ed
|
int->size_t transition.
|
2007-04-13 01:16:22 +00:00 |
|
Federico Di Gregorio
|
e5829292cd
|
Fixed both Python 2.5 and 64 bit problems.
|
2007-04-10 06:36:18 +00:00 |
|
Federico Di Gregorio
|
1c16009985
|
Added support for NULL in arrays (closes: #154)
|
2007-01-19 14:08:06 +00:00 |
|
Federico Di Gregorio
|
07be5df881
|
Fix for #93.
|
2006-06-11 05:09:59 +00:00 |
|
Federico Di Gregorio
|
559149824b
|
Small 64 bit fix.
|
2006-03-02 13:47:30 +00:00 |
|
Federico Di Gregorio
|
e72f3dba40
|
Fixed problem with array results that begin with "[...]=". (Closes: #80)
|
2005-12-11 08:21:20 +00:00 |
|
Federico Di Gregorio
|
6b0b634bae
|
Code cleanup.
|
2005-10-18 01:29:47 +00:00 |
|
Federico Di Gregorio
|
75e7273d85
|
Solid tokenization code.
|
2005-03-23 17:17:48 +00:00 |
|
Federico Di Gregorio
|
cb9cec57c0
|
Array support for all basic types.
|
2005-03-23 11:02:13 +00:00 |
|
Federico Di Gregorio
|
19cb161d27
|
Array tokenization seems working.
|
2005-03-23 10:32:30 +00:00 |
|
Federico Di Gregorio
|
cddb1a15d4
|
Array quoting (not completely working.)
|
2005-03-23 00:43:36 +00:00 |
|
Federico Di Gregorio
|
def14d5925
|
Array support works, at least for INTEGERS.
|
2005-03-22 16:33:57 +00:00 |
|
Federico Di Gregorio
|
07a38c31cd
|
Starting array work.
|
2005-03-22 14:20:20 +00:00 |
|