| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - 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 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 1 | -7/+2 |
| * | - adjustments to oracle ROWID logic...recent oid changes mean we have to | Mike Bayer | 2007-11-05 | 1 | -13/+15 |
| * | - merged factor_down_bindparams branch. | Mike Bayer | 2007-11-01 | 1 | -29/+75 |
| * | - inlined a couple of context variables | Mike Bayer | 2007-10-27 | 1 | -3/+1 |
| * | Added support for dialects that have both sequences and autoincrementing PKs. | Jason Kirtland | 2007-10-23 | 1 | -2/+13 |
| * | - attempted to add a test for #622 / #751, but cant reproduce the failing con... | Mike Bayer | 2007-10-14 | 1 | -1/+1 |
| * | Assorted unused imports from pyflakes, docstring tweaks, formatting. | Jason Kirtland | 2007-10-13 | 1 | -1/+1 |
| * | Removed DefaultDialect.ischema and information_schema's ISchema (which incide... | Jason Kirtland | 2007-09-07 | 1 | -7/+0 |
| * | - took out method calls for oid_column | Mike Bayer | 2007-09-04 | 1 | -47/+30 |
| * | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 1 | -0/+1 |