summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
| * - 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
* | - move deprecated interfaces down to bottom of TOC, update verbiageMike Bayer2010-11-101-24/+25
* | - merge tipMike Bayer2010-11-062-4/+4
|\ \ | |/
| * - engine_from_config() now accepts 'debug' forMike Bayer2010-10-152-4/+4
* | merge tipMike Bayer2010-10-021-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
* | - reorganizationMike Bayer2010-09-142-59/+6
* | - merge tip, 0.6.4 + 0.6.5Mike Bayer2010-09-143-37/+117
|\ \ | |/
| * 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
* | merge from tipMike Bayer2010-09-031-14/+22
|\ \ | |/
| * - replaced all self.__connection.is_valid withMike Bayer2010-08-261-14/+22
* | doh, forgot about ddl events. need some work with the pickling.Mike Bayer2010-08-311-21/+17
* | - moved out to on_before_execute, on_after_execute. not much option here,Mike Bayer2010-08-292-32/+65
* | going back to the simple way, plus trying to make the engine thing simpler, a...Mike Bayer2010-08-282-101/+79
* | - its probably worthwhile to make the primary listen() interface humane, i.e.:Mike Bayer2010-08-272-20/+33
* | merge tipMike Bayer2010-08-141-2/+2
|\ \ | |/
| * get slightly better about deprecations in docstrings, tho this is kind of an ...Mike Bayer2010-08-091-2/+2
* | this reorganizes things so the EventDescriptor and all is on a "Dispatch" obj...Mike Bayer2010-08-092-17/+13
* | working with how this will be documented and having some probs with sphinxMike Bayer2010-08-091-45/+49
* | merge tipMike Bayer2010-08-081-8/+30
|\ \ | |/
| * - Calling fetchone() or similar on a result thatMike Bayer2010-08-031-8/+30
* | merge from tipMike Bayer2010-08-021-0/+11
|\ \ | |/
| * - The generated index name also is based onMike Bayer2010-08-021-0/+11
* | - class level listeners can be added after the factMike Bayer2010-07-271-1/+5
* | - pretty much all tests passing, maybe some callcounts are offMike Bayer2010-07-252-10/+15
* | - 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