| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -2/+2 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -1/+3 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
| * | - The version_id_col feature on mapper() will raise a warning when | Mike Bayer | 2009-12-18 | 1 | -1/+5 |
| * | add a warning for unported dialects. considered a full blown NotImplemented... | Mike Bayer | 2009-12-06 | 1 | -0/+5 |
| * | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 1 | -0/+3 |
| * | scan for autocommit based on text() specific flag, saves isinstance() call on... | Mike Bayer | 2009-11-10 | 1 | -2/+2 |
| * | - dialect.get_default_schema_name(connection) is now | Mike Bayer | 2009-11-03 | 1 | -2/+7 |
| * | - The psycopg2 dialect now uses psycopg2's "unicode extension" | Mike Bayer | 2009-10-26 | 1 | -0/+21 |
| * | - initial MySQL Connector/Python driver | Mike Bayer | 2009-10-18 | 1 | -1/+5 |
| * | - 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 | 1 | -14/+53 |
| * | - 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 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -48/+182 |
| * | - 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 | 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 | 1 | -2/+5 |
| * | Major refactoring of the MSSQL dialect. Thanks zzzeek. | Michael Trier | 2008-12-22 | 1 | -2/+5 |
| * | removed the "create_execution_context()" method from dialects and replaced | Mike Bayer | 2008-12-19 | 1 | -3/+2 |
| * | - Removed the 'properties' attribute of the | Mike Bayer | 2008-11-09 | 1 | -12/+5 |
| * | - 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 | 1 | -17/+5 |
| * | call count pinata party | Mike Bayer | 2008-10-23 | 1 | -2/+1 |
| * | 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 | 1 | -3/+0 |
| * | - 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 |
| * | Raised an error when sqlite version does not support default values. Address... | Michael Trier | 2008-07-29 | 1 | -0/+1 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -11/+8 |
| * | - merged r4868, disallow overly long names from create/drop, from 0.4 branch,... | Mike Bayer | 2008-06-22 | 1 | -2/+5 |
| * | Removed deprecated Dialect.prexecute_sequences aliasing | Jason Kirtland | 2008-05-21 | 1 | -10/+0 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -6/+5 |
| * | - refined mapper._save_obj() which was unnecessarily calling | Mike Bayer | 2008-04-26 | 1 | -0/+1 |
| * | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 1 | -2/+3 |
| * | Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes... | Catherine Devlin | 2008-03-20 | 1 | -8/+5 |
| * | adding zzzeek's patch from ticket #994, which fixed virtually all remaining b... | Catherine Devlin | 2008-03-20 | 1 | -5/+8 |
| * | check the isinsert/isupdate flags before calling __process_defaults | Mike Bayer | 2008-03-06 | 1 | -34/+34 |
| * | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 1 | -29/+28 |
| * | check for unicode first before encoding | Mike Bayer | 2008-02-06 | 1 | -1/+1 |
| * | - added "autocommit=True" kwarg to select() and text(), | Mike Bayer | 2008-01-31 | 1 | -2/+2 |
| * | - further fix to new TypeDecorator, so that subclasses of TypeDecorators work... | Mike Bayer | 2008-01-02 | 1 | -2/+4 |
| * | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
| * | - added is_disconnect() support for oracle | Mike Bayer | 2007-12-29 | 1 | -2/+8 |
| * | introductory docstring bonanza | Mike Bayer | 2007-12-18 | 1 | -1/+7 |
| * | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 1 | -5/+2 |
| * | default value of assert_unicode is None on String, False on create_engine(), ... | Mike Bayer | 2007-11-28 | 1 | -1/+1 |
| * | - added new flag to String and create_engine(), assert_unicode=(True|False|No... | Mike Bayer | 2007-11-25 | 1 | -1/+2 |
| * | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 1 | -11/+23 |