| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - dialect.get_default_schema_name(connection) is now | Mike Bayer | 2009-11-03 | 2 | -11/+32 |
| * | - The psycopg2 dialect now uses psycopg2's "unicode extension" | Mike Bayer | 2009-10-26 | 2 | -9/+27 |
| * | - ResultProxy internals have been overhauled to greatly reduce | Mike Bayer | 2009-10-24 | 1 | -118/+149 |
| * | Removed references to sequence in MSSQL | Michael Trier | 2009-10-22 | 1 | -1/+1 |
| * | - Corrected the "has_sequence" query to take current schema, | Mike Bayer | 2009-10-21 | 1 | -2/+2 |
| * | - initial MySQL Connector/Python driver | Mike Bayer | 2009-10-18 | 2 | -2/+8 |
| * | - an executemany() now requires that all bound parameter | Mike Bayer | 2009-10-15 | 1 | -4/+15 |
| * | - DefaultRunner and subclasses have been removed. The job | Mike Bayer | 2009-10-15 | 3 | -86/+56 |
| * | - RowProxy objects are now pickleable, i.e. the object returned | Mike Bayer | 2009-10-11 | 1 | -5/+60 |
| * | - the setuptools entrypoint for external dialects is now | Mike Bayer | 2009-10-10 | 1 | -1/+1 |
| * | - boolean, int, and float arguments count as "cache key" values for inspector... | Mike Bayer | 2009-10-01 | 1 | -3/+10 |
| * | - distill contextual parameters for the purpose of default functions into con... | Mike Bayer | 2009-09-03 | 1 | -7/+5 |
| * | - Inserting NULL into a primary key + foreign key column | Mike Bayer | 2009-08-31 | 1 | -1/+1 |
| * | use *args with log.debug()/log.info(), [ticket:1520] | Mike Bayer | 2009-08-26 | 1 | -4/+4 |
| * | fix up oracle tests, returning is on by default | Mike Bayer | 2009-08-08 | 1 | -4/+1 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 8 | -343/+1278 |
| * | changed reference to PostgreSQL in docs.rel_0_5_5 | Mike Bayer | 2009-07-13 | 1 | -1/+1 |
| * | removed needless "thread" imports from util | Mike Bayer | 2009-05-30 | 1 | -1/+1 |
| * | - Back-ported the "compiler" extension from SQLA 0.6. Thisrel_0_5_4 | Mike Bayer | 2009-05-17 | 1 | -0/+1 |
| * | happy new year | Mike Bayer | 2009-01-12 | 3 | -3/+3 |
| * | - sqlalchemy.sql.expression.Function is now a public | Mike Bayer | 2009-01-02 | 1 | -1/+1 |
| * | Cleanup of r5556. Makes the description_encoding less public since this is a | Michael Trier | 2009-01-02 | 1 | -2/+2 |
| * | Added a new description_encoding attribute on the dialect. | Michael Trier | 2008-12-30 | 2 | -3/+13 |
| * | - RowProxy objects can be used in place of dictionary arguments | Mike Bayer | 2008-12-28 | 1 | -3/+3 |
| * | Major refactoring of the MSSQL dialect. Thanks zzzeek. | Michael Trier | 2008-12-22 | 2 | -13/+25 |
| * | removed the "create_execution_context()" method from dialects and replaced | Mike Bayer | 2008-12-19 | 2 | -12/+5 |
| * | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 2 | -7/+16 |
| * | - _execute_clauseelement() goes back to being | Mike Bayer | 2008-12-17 | 1 | -13/+13 |
| * | - added sphinx handler to allow __init__ methods through | Mike Bayer | 2008-12-17 | 1 | -10/+2 |
| * | Index entries for thread safety. | Jason Kirtland | 2008-12-11 | 1 | -2/+9 |
| * | - Connection.invalidate() checks for closed status | Mike Bayer | 2008-12-11 | 1 | -0/+2 |
| * | - restored the previous API Reference structure | Mike Bayer | 2008-12-08 | 1 | -6/+8 |
| * | - restored the main search form | Mike Bayer | 2008-12-08 | 1 | -5/+6 |
| * | - moved index.rst around to have the API docs right there, no "Main Documenta... | Mike Bayer | 2008-12-07 | 1 | -6/+5 |
| * | - re-documented Table and Column constructors, fixed case sensitivity descrip... | Mike Bayer | 2008-12-07 | 1 | -1/+11 |
| * | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 5 | -107/+153 |
| * | - Restored "active rowcount" fetch before ResultProxy | Mike Bayer | 2008-11-10 | 1 | -2/+8 |
| * | - Removed the 'properties' attribute of the | Mike Bayer | 2008-11-09 | 2 | -72/+53 |
| * | - Dialects can now generate label names of adjustable length. | Mike Bayer | 2008-11-05 | 1 | -1/+4 |
| * | - Simplified the check for ResultProxy "autoclose without results" | Mike Bayer | 2008-11-04 | 2 | -79/+66 |
| * | call count pinata party | Mike Bayer | 2008-10-23 | 2 | -48/+33 |
| * | Modifications to allow the backends to control the behavior of an empty inser... | Michael Trier | 2008-10-20 | 1 | -1/+2 |
| * | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 2 | -20/+0 |
| * | Corrects issue where engine.execute raised exception when given empty list. F... | Michael Trier | 2008-10-04 | 1 | -1/+1 |
| * | the @property / __slots__ fairy pays a visit | Mike Bayer | 2008-10-01 | 1 | -57/+42 |
| * | - has_sequence() now takes the current "schema" argument into | Mike Bayer | 2008-09-03 | 1 | -1/+2 |
| * | - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixed | Mike Bayer | 2008-08-28 | 1 | -14/+8 |
| * | - Mock engines take on the .name of their dialect. [ticket:1123] | Jason Kirtland | 2008-08-15 | 1 | -10/+11 |
| * | - Temporarily rolled back the "ORDER BY" enhancement | Mike Bayer | 2008-08-06 | 1 | -1/+0 |
| * | - compiler visit_label() checks a flag "within_order_by" and will render its ... | Mike Bayer | 2008-08-03 | 1 | -0/+1 |