summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* - rewrite rowcount documentation to be as absolutely clear as possibleMike Bayer2012-06-121-21/+49
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-2/+2
* copyrightMike Bayer2012-05-057-7/+7
* - Backported the fix for [ticket:2317] introducedMike Bayer2012-04-241-8/+15
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-041-11/+22
* - Adjusted the __contains__() method ofMike Bayer2011-06-041-8/+8
* put a version number on these since the docs will probably go to the site bef...Mike Bayer2011-03-161-0/+4
* - Added accessors to ResultProxy "returns_rows", "is_insert"Mike Bayer2011-03-161-0/+26
* Corrected a bunch of spelling typos.Diana Clarke2011-03-141-1/+1
* crappy docs, lets try that againrel_0_6_6Mike Bayer2011-01-081-9/+8
* - document implicit_returning feature on create_engine()Mike Bayer2011-01-081-0/+10
* - Threadlocal engine returns itself upon begin(),Mike Bayer2011-01-081-1/+12
* -whitespace removal bonanzaMike Bayer2011-01-028-274/+274
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-028-4/+28
* - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:...Mike Bayer2010-12-091-3/+6
* - Threadlocal engine methods rollback(), commit(),Mike Bayer2010-12-081-1/+7
* - and fix everything from the last checkin that breaks on py 2.4, 2.5Mike Bayer2010-11-091-2/+2
* - Implemented sequence check capability for the CMike Bayer2010-11-091-0/+8
* - engine_from_config() now accepts 'debug' forMike Bayer2010-10-152-4/+4
* - the logging message emitted by the engine whenMike Bayer2010-09-211-1/+1
* - Fixed a regression in 0.6.4 whereby the change thatMike Bayer2010-09-161-3/+3
* doc editsMike Bayer2010-09-081-13/+23
* editsMike Bayer2010-09-081-4/+1
* doc updatesMike Bayer2010-09-061-1/+18
* fixupMike Bayer2010-09-051-7/+7
* - rewrote the "connections" sectionMike Bayer2010-09-051-14/+57
* roughly the finished product.Mike Bayer2010-09-041-1/+14
* - replaced all self.__connection.is_valid withMike Bayer2010-08-261-14/+22
* get slightly better about deprecations in docstrings, tho this is kind of an ...Mike Bayer2010-08-091-2/+2
* - Calling fetchone() or similar on a result thatMike Bayer2010-08-031-8/+30
* - The generated index name also is based onMike Bayer2010-08-021-0/+11
* 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