| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -7/+1 |
| * | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 1 | -13/+6 |
| * | - Fixed the BIT type to allow a "length" parameter, "varying" | Mike Bayer | 2011-03-16 | 1 | -4/+24 |
| * | Merge | Michael Trier | 2011-03-15 | 1 | -0/+21 |
| |\ |
|
| | * | Informix and postgresql reserved words changes -- almost done. | Jim Phares | 2011-03-15 | 1 | -0/+21 |
| * | | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| |/ |
|
| * | -adjust the fix for [ticket:2065] to not rely upon type affinity, revert | Mike Bayer | 2011-02-17 | 1 | -3/+3 |
| * | - Query.distinct() now accepts column expressions | Mike Bayer | 2011-02-10 | 1 | -3/+2 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 3 | -3/+9 |
| * | - Added an additional libpq message to the list of "disconnect" | Mike Bayer | 2011-02-09 | 1 | -3/+11 |
| * | - When explicit sequence execution derives the name | Mike Bayer | 2011-02-04 | 1 | -5/+14 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 2 | -13/+19 |
| * | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 2 | -17/+46 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -9/+10 |
| * | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -6/+6 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -9/+10 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 3 | -70/+70 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 6 | -2/+32 |
| * | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 1 | -1/+5 |
| * | merge tip | Michael Trier | 2010-12-19 | 1 | -2/+2 |
| |\ |
|
| | * | more inlines | Mike Bayer | 2010-12-19 | 1 | -2/+2 |
| * | | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 4 | -7/+2 |
| |/ |
|
| * | - an approach I like better, remove most adapt() methods and use a generic | Mike Bayer | 2010-12-15 | 1 | -26/+5 |
| * | 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 |