summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/default.py
Commit message (Expand)AuthorAgeFilesLines
...
* - ResultProxy and friends always reference the DBAPI connection at the same timeMike Bayer2010-12-051-1/+1
* - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-1/+5
* - engine_from_config() now accepts 'debug' forMike Bayer2010-10-151-1/+0
* - The generated index name also is based onMike Bayer2010-08-021-0/+11
* - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2Mike Bayer2010-07-061-22/+34
* - Fixed bug that prevented implicit RETURNING from functioningMike Bayer2010-04-221-3/+8
* - Added get_pk_constraint() to reflection.Inspector, similarMike Bayer2010-04-151-0/+11
* mssql+mxodbc should use executedirect for all selects and execute for insert/...Mike Bayer2010-03-261-1/+4
* - pyodbc can do *some* unicode with sybase, python-sybase not at all.Mike Bayer2010-03-171-1/+1
* - added pyodbc for sybase driver.Mike Bayer2010-03-171-0/+1
* - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-151-0/+14
* - initial working version of sybase, with modifications to the transactionalMike Bayer2010-03-141-1/+5
* oursql doesn't like the cursor being reused without fetch being finishedMike Bayer2010-03-121-13/+15
* - Added preliminary support for Oracle's WITH_UNICODEMike Bayer2010-03-121-1/+9
* refine that a bitMike Bayer2010-03-111-20/+15
* adding windows-appropriate levels of pain to unicode handlingMike Bayer2010-03-111-2/+2
* add a third state to converts_unicode_strings - "conditional". at the momentMike Bayer2010-03-111-2/+18
* - the execution sequence pulls all rowcount/last inserted IDMike Bayer2010-02-281-15/+21
* - simplify the OurSQL dialect regarding py3k, this version gives it a fairlyMike Bayer2010-02-281-15/+14
* working on pyodbc / mxodbcMike Bayer2010-02-271-0/+5
* Changed bind parameters to be passed as a tuple. Some drivers don't like to r...Michael Trier2010-02-261-2/+2
* - The assert_unicode flag is deprecated. SQLAlchemy will raiseMike Bayer2010-02-251-1/+8
* - inline some code and turn some instance-level defaults into class levelMike Bayer2010-01-291-25/+50
* - the "autocommit" flag on select() and text() as wellMike Bayer2010-01-281-11/+13
* - union(), intersect(), except() and other "compound" typesMike Bayer2010-01-251-2/+3
* - Connection has execution_options(), generative methodMike Bayer2010-01-241-3/+4
* - move "should_autocommit" to a deferred method. connection wont call it if...Mike Bayer2010-01-241-7/+16
* - added native INTERVAL type to the dialect. This supportsMike Bayer2010-01-181-3/+4
* 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