summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* a crapload of doc tweaks including [ticket:1666], thanks Toby !Mike Bayer2011-04-163-48/+152
* no idea what "auto-commit" means here. some reorg.Mike Bayer2011-04-151-36/+37
* - fixed bug where "from" clause gathering from anMike Bayer2011-04-141-2/+2
* - Fixed support for precision numerics when usingMike Bayer2011-04-141-1/+7
* - a "having" clause would be copied from theMike Bayer2011-04-131-3/+6
* - Added checks inside the UOW to detect the unusualMike Bayer2011-04-103-42/+80
* - Fixed bug where reflection of foreign keyMike Bayer2011-04-101-0/+4
* - no encoding with arraysMike Bayer2011-04-081-0/+2
* - more liberal check hereMike Bayer2011-04-081-0/+2
* - assume in py3k that description encoding is None unless the dialect reallyMike Bayer2011-04-084-9/+10
* - Some fixes to the state handling regardingMike Bayer2011-04-072-3/+4
* - The limit/offset keywords to select() as wellMike Bayer2011-04-074-13/+48
* - Some fixes to "evaulate" and "fetch" evaluationMike Bayer2011-04-071-35/+42
* - Still more wording adjustments when a query optionMike Bayer2011-04-061-1/+3
* - The "pool.manage" feature doesn't use pickleMike Bayer2011-04-051-2/+5
* - REAL has been added to the core types. SupportedMike Bayer2011-04-059-23/+24
* - The 'useexisting' flag on Table has been supercededMike Bayer2011-04-051-15/+55
* - add some function examples, [ticket:2107]Mike Bayer2011-04-023-2/+120
* - Fixed mutable extension docs to show theMike Bayer2011-04-021-11/+25
* - Added @event.listens_for() decorator, givenMike Bayer2011-04-021-0/+35
* some additional clarification on typeengine docsMike Bayer2011-03-301-4/+12
* - beef up the "augmenting existing types" sectionMike Bayer2011-03-301-1/+125
* - AssertionPool now stores the traceback indicatingMike Bayer2011-03-303-5/+42
* - and fix the message that was the actual subject of [ticket:2063]Mike Bayer2011-03-271-3/+9
* - Reworded the exception raised when a flushMike Bayer2011-03-271-8/+15
* - add a note about snapshot isolation [ticket:2078]Mike Bayer2011-03-271-0/+17
* - Documented SQLite DATE/TIME/DATETIME types.Mike Bayer2011-03-271-1/+101
* - Using column names that would require quotesMike Bayer2011-03-271-2/+7
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-1/+1
* - adjust the previous checkin a bit. need to transfer sequences over from pi...Mike Bayer2011-03-232-6/+8
* - Fixed regression whereby MetaData() comingMike Bayer2011-03-231-2/+3
* - Fixed bug in QueuePool, SingletonThreadPool wherebyMike Bayer2011-03-221-1/+3
* - Restored the "catchall" constructor on the baseMike Bayer2011-03-212-5/+6
* - remove all the fanfare from dynamic_loader() and de-emphasize it inrel_0_7b3Mike Bayer2011-03-201-41/+23
* - add attrstrings for all the important mapper() attrbutes, [ticket:2094].Mike Bayer2011-03-201-10/+221
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-206-41/+101
* - some doc reorgMike Bayer2011-03-1719-250/+250
* - Fixed bug in query.options() whereby a pathMike Bayer2011-03-171-18/+39
* - Fixed AssertionPool regression bug. A replacement of finalizeMike Bayer2011-03-161-7/+0
* - Rewrote the query used to get the definition of a view,Mike Bayer2011-03-161-10/+21
* - alex gaynor's latest batch of pypy test fixesMike Bayer2011-03-161-16/+18
* - The horizontal_shard ShardedSession class accepts the commonMike Bayer2011-03-161-52/+52
* - Improvements to the error messages emitted whenMike Bayer2011-03-161-10/+26
* - Firebird - the "implicit_returning" flag on create_engine() isMike Bayer2011-03-161-3/+3
* - Fixed the BIT type to allow a "length" parameter, "varying"Mike Bayer2011-03-161-4/+24
* double quote theseMike Bayer2011-03-161-2/+2
* - Added accessors to ResultProxy "returns_rows", "is_insert"Mike Bayer2011-03-161-0/+26
* Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se...Taavi Burns2011-03-161-0/+1
* - mergeMike Bayer2011-03-153-0/+145
|\
| * mergeTaavi Burns2011-03-152-0/+144
| |\