summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/default.py
Commit message (Expand)AuthorAgeFilesLines
...
* statement_options -> execution_optionsMike Bayer2010-01-171-2/+2
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-1/+3
* happy new yearMike Bayer2010-01-071-1/+1
* - The version_id_col feature on mapper() will raise a warning whenMike Bayer2009-12-181-1/+5
* add a warning for unported dialects. considered a full blown NotImplemented...Mike Bayer2009-12-061-0/+5
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-0/+3
* scan for autocommit based on text() specific flag, saves isinstance() call on...Mike Bayer2009-11-101-2/+2
* - dialect.get_default_schema_name(connection) is nowMike Bayer2009-11-031-2/+7
* - The psycopg2 dialect now uses psycopg2's "unicode extension"Mike Bayer2009-10-261-0/+21
* - initial MySQL Connector/Python driverMike Bayer2009-10-181-1/+5
* - an executemany() now requires that all bound parameterMike Bayer2009-10-151-4/+15
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-151-14/+53
* - distill contextual parameters for the purpose of default functions into con...Mike Bayer2009-09-031-7/+5
* - Inserting NULL into a primary key + foreign key columnMike Bayer2009-08-311-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-48/+182
* - Back-ported the "compiler" extension from SQLA 0.6. Thisrel_0_5_4Mike Bayer2009-05-171-0/+1
* happy new yearMike Bayer2009-01-121-1/+1
* Cleanup of r5556. Makes the description_encoding less public since this is aMichael Trier2009-01-021-2/+2
* Added a new description_encoding attribute on the dialect.Michael Trier2008-12-301-2/+5
* Major refactoring of the MSSQL dialect. Thanks zzzeek.Michael Trier2008-12-221-2/+5
* removed the "create_execution_context()" method from dialects and replacedMike Bayer2008-12-191-3/+2
* - Removed the 'properties' attribute of theMike Bayer2008-11-091-12/+5
* - Dialects can now generate label names of adjustable length.Mike Bayer2008-11-051-1/+4
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-041-17/+5
* call count pinata partyMike Bayer2008-10-231-2/+1
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-201-1/+2
* - 0.5.0rc3, dohMike Bayer2008-10-181-3/+0
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-1/+0
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-0/+1
* Raised an error when sqlite version does not support default values. Address...Michael Trier2008-07-291-0/+1
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-11/+8
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-221-2/+5
* Removed deprecated Dialect.prexecute_sequences aliasingJason Kirtland2008-05-211-10/+0
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-6/+5
* - refined mapper._save_obj() which was unnecessarily callingMike Bayer2008-04-261-0/+1
* refactor of default_paramstyle, use paramstyle argument on Dialect to changeMatt Harrison2008-04-071-2/+3
* Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes...Catherine Devlin2008-03-201-8/+5
* adding zzzeek's patch from ticket #994, which fixed virtually all remaining b...Catherine Devlin2008-03-201-5/+8
* check the isinsert/isupdate flags before calling __process_defaultsMike Bayer2008-03-061-34/+34
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-141-29/+28
* check for unicode first before encodingMike Bayer2008-02-061-1/+1
* - added "autocommit=True" kwarg to select() and text(),Mike Bayer2008-01-311-2/+2
* - further fix to new TypeDecorator, so that subclasses of TypeDecorators work...Mike Bayer2008-01-021-2/+4
* happy new yearMike Bayer2008-01-011-1/+1
* - added is_disconnect() support for oracleMike Bayer2007-12-291-2/+8
* introductory docstring bonanzaMike Bayer2007-12-181-1/+7
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-5/+2
* default value of assert_unicode is None on String, False on create_engine(), ...Mike Bayer2007-11-281-1/+1
* - added new flag to String and create_engine(), assert_unicode=(True|False|No...Mike Bayer2007-11-251-1/+2
* - named_with_column becomes an attributeMike Bayer2007-11-251-11/+23