| Commit message (Expand) | Author | Age | Files | Lines |
| * | some fixes to get PG on board | Mike Bayer | 2010-12-14 | 1 | -11/+18 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 3 | -4/+2 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -1/+4 |
| |\ |
|
| | * | - Fixed bug whereby KeyError would occur with non-ENUM | Mike Bayer | 2010-11-30 | 1 | -1/+4 |
| * | | - the "mutable" flag on PickleType, postgresql.ARRAY is now off | Mike Bayer | 2010-11-28 | 1 | -12/+13 |
| * | | - logging has been overhauled such that engines no longer need to encode the | Mike Bayer | 2010-11-20 | 1 | -0/+1 |
| |\ \ |
|
| | * \ | merge tip | Mike Bayer | 2010-11-18 | 3 | -19/+87 |
| | |\ \
| | |/ |
|
| | * | | - initial patch for [ticket:1926] | Mike Bayer | 2010-11-17 | 1 | -0/+1 |
| * | | | merge tip | Mike Bayer | 2010-11-18 | 3 | -19/+87 |
| |\ \ \
| | |/
| |/| |
|
| | * | | - Added as_uuid=True flag to the UUID type, will receive | Mike Bayer | 2010-11-18 | 1 | -2/+63 |
| | * | | - Ensured every numeric, float, int code, scalar + array, | Mike Bayer | 2010-11-18 | 3 | -17/+24 |
| | |/ |
|
| * | | merge tip | Mike Bayer | 2010-11-14 | 1 | -23/+47 |
| |\ \
| |/ |
|
| | * | - Fixed bug which prevented "domain" built from a | Mike Bayer | 2010-10-20 | 1 | -16/+20 |
| | * | - Added "as_tuple" flag to pg ARRAY type, returns results | Mike Bayer | 2010-10-20 | 1 | -7/+27 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -2/+2 |
| |/ |
|
| * | - Fixed the psycopg2 dialect to use its | Mike Bayer | 2010-08-10 | 2 | -17/+63 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -1/+1 |
| * | - PG doc updates | Mike Bayer | 2010-07-13 | 3 | -3/+3 |
| * | - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2 | Mike Bayer | 2010-07-06 | 1 | -121/+192 |
| * | - Won't generate "CREATE TYPE" / "DROP TYPE" if | Mike Bayer | 2010-06-25 | 1 | -0/+6 |
| * | - The argument to "ESCAPE" of a LIKE operator or similar | Mike Bayer | 2010-06-24 | 1 | -2/+16 |
| * | - Inspector hits bind.connect() when invoked to ensure | Mike Bayer | 2010-06-11 | 1 | -1/+1 |
| * | add a note about native unicode mode, [ticket:1792] | Mike Bayer | 2010-05-08 | 1 | -0/+5 |
| * | place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t... | Mike Bayer | 2010-04-30 | 2 | -3/+8 |
| * | added detailed documentation regarding ORM performance in conjunction with mu... | Mike Bayer | 2010-04-18 | 1 | -0/+9 |
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 1 | -0/+21 |
| * | - fixed numeric test for pg8000, factored out decimal/float codes | Mike Bayer | 2010-04-09 | 3 | -10/+15 |
| * | - Repaired missing import in psycopg2._PGNumeric type when | Mike Bayer | 2010-04-07 | 2 | -9/+9 |
| * | - Postgresql now reflects sequence names associated with | Mike Bayer | 2010-04-06 | 1 | -3/+6 |
| * | fix typo | Mike Bayer | 2010-03-26 | 1 | -1/+1 |
| * | - the TIME and TIMESTAMP types are now availble from the | Mike Bayer | 2010-03-26 | 1 | -28/+53 |
| * | - The psycopg2 dialect will log NOTICE messages via the | Mike Bayer | 2010-03-25 | 1 | -2/+28 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -13/+11 |
| * | don't seem to need bind processing for pg8000 decimals. | Mike Bayer | 2010-03-19 | 1 | -3/+0 |
| * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 2 | -25/+21 |
| * | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 4 | -23/+23 |
| * | Changed the py-postgresql dialect to indicate that it is using the pyformat p... | Michael Trier | 2010-02-23 | 1 | -7/+4 |
| * | The py-postgresql dialect now supports sane rowcounts. | Michael Trier | 2010-02-22 | 1 | -1/+3 |
| * | Fixed up the pypostgresql PGNumeric bind_processor to convert input to a string. | Michael Trier | 2010-02-22 | 1 | -1/+1 |
| * | Fixed up the pypostgresql dialect so it appears in __init__. | Michael Trier | 2010-02-22 | 1 | -2/+2 |
| * | - Added an optional C extension to speed up the sql layer by | Gaƫtan de Menten | 2010-02-13 | 3 | -38/+14 |
| * | - The type/expression system now does a more complete job | Mike Bayer | 2010-02-11 | 1 | -3/+10 |
| * | - inline some code and turn some instance-level defaults into class level | Mike Bayer | 2010-01-29 | 1 | -16/+14 |
| * | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 1 | -2/+2 |
| * | base supports_native_enum on 8.3 or greater | Mike Bayer | 2010-01-21 | 1 | -2/+9 |
| * | - added native INTERVAL type to the dialect. This supports | Mike Bayer | 2010-01-18 | 1 | -0/+4 |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -4/+4 |
| * | doc updates partially from [ticket:1651] | Mike Bayer | 2010-01-17 | 1 | -3/+22 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -12/+28 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |