summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
* | - got engine events partially working, needs work on return value considerationsMike Bayer2010-07-241-101/+95
* | shoulda listened harder in APL classMike Bayer2010-07-241-39/+77
* | - worked it out so that classes declare a nested class "event",Mike Bayer2010-07-242-9/+11
* | - initial "events" idea. will replace all Extension, Proxy, ListenerMike Bayer2010-07-242-25/+68
|/
* document the crap out of text(), Session.execute()Mike Bayer2010-07-201-1/+10
* - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2Mike Bayer2010-07-061-22/+34
* - verbiage expressing that pool_size==0 means no limit; NullPool isMike Bayer2010-07-021-1/+4
* - Fixed @memoized_property and @memoized_instancemethodMike Bayer2010-06-191-2/+2
* fix variable nameMike Bayer2010-06-141-1/+1
* - added documentation for Inspector [ticket:1820]Mike Bayer2010-06-131-9/+74
* - Inspector hits bind.connect() when invoked to ensureMike Bayer2010-06-111-19/+24
* - Pool classes will reuse the same "pool_logging_name" settingMike Bayer2010-05-303-5/+29
* 79 char lines for base.pyMike Bayer2010-05-301-138/+281
* docs on disposeMike Bayer2010-05-151-0/+23
* - Fixed bug that prevented implicit RETURNING from functioningMike Bayer2010-04-221-3/+8
* since we are calling traverse_single within ddl.py, call traverse_single at t...Mike Bayer2010-04-161-1/+1
* - Table.create() and Table.drop() no longer apply metadata-Mike Bayer2010-04-162-6/+12
* holy python2.4 batmanMike Bayer2010-04-151-4/+4
* - Added get_pk_constraint() to reflection.Inspector, similarMike Bayer2010-04-153-6/+57
* - Added new 'compiled_cache' execution option. A dictionaryMike Bayer2010-04-071-3/+15
* - Fixed bug in execution_options() feature whereby the existingMike Bayer2010-04-071-3/+11
* - The sqlalchemy.orm.shard module now becomes an extension,Mike Bayer2010-03-282-4/+8
* mssql+mxodbc should use executedirect for all selects and execute for insert/...Mike Bayer2010-03-261-1/+4
* documented listeners arg on create_engine(), [ticket:1230]Mike Bayer2010-03-191-19/+23
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-191-1/+1
* - 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-153-4/+55
* - initial working version of sybase, with modifications to the transactionalMike Bayer2010-03-141-1/+5
* - Added "logging_name" argument to create_engine(), Pool() constructorMike Bayer2010-03-133-4/+17
* 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
* fixed up docs for execution_options() across all three locations.Mike Bayer2010-03-091-7/+12
* - the execution sequence pulls all rowcount/last inserted IDMike Bayer2010-02-282-29/+62
* - simplify the OurSQL dialect regarding py3k, this version gives it a fairlyMike Bayer2010-02-281-15/+14
* - orm: Removed a lot of logging that nobody really cares about,Mike Bayer2010-02-281-7/+11
* Corrected docs on create_engine to link to DBEngine Logging docs. Fixes #1721.Michael Trier2010-02-281-4/+3
* working on pyodbc / mxodbcMike Bayer2010-02-271-0/+5
* - threadlocal engine wasn't properly closing the connectionMike Bayer2010-02-272-5/+11
* 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-252-7/+14
* - fix C version of rowproxy pickling so that it pickles to the same formatGaëtan de Menten2010-02-141-13/+8
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-157/+225
* - Restored the keys() method to ResultProxy.Mike Bayer2010-02-101-1/+8
* add sql_compiler property to all Compiled subclasses for convenienceMike Bayer2010-02-071-0/+10
* - FunctionElement subclasses are now directly executable theMike Bayer2010-02-071-1/+1
* - the "connection" argument from engine.transaction() andMike Bayer2010-01-291-29/+38