summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - [bug] A warning is emitted when a not-presentMike Bayer2012-02-211-2/+12
* document with_lockmode(), [ticket:2412]Mike Bayer2012-02-201-1/+16
* break up _join_left_to_right to call upon _prepare_right_side and _join_to_left.Mike Bayer2012-02-161-13/+28
* - fix some unclear phrases in query regarding polymorphic,Mike Bayer2012-02-161-18/+16
* - [bug] Added execution_options() call toMike Bayer2012-02-131-0/+3
* - [feature] Added "no_parameters=True" executionMike Bayer2012-02-132-5/+39
* revert this, bad ideaMike Bayer2012-02-131-1/+0
* - [bug] Fixed the "render literal bind" function,Mike Bayer2012-02-131-0/+1
* - [bug] Fixed bug whereby MappedCollectionMike Bayer2012-02-131-0/+11
* - break out sample URLs into individual, per-database sections each with a linkMike Bayer2012-02-121-0/+20
* - [feature] Added a new oracle create_engine() flagMike Bayer2012-02-121-4/+28
* - add OrderingList class and other functions to sphinx documentationMike Bayer2012-02-121-4/+3
* - [feature] Added the ability to query forMike Bayer2012-02-122-6/+15
* - [feature] Added support for the "isolation_level"Mike Bayer2012-02-123-4/+64
* - [bug] Index will raise when arguments passedMike Bayer2012-02-121-3/+7
* - [bug] Fixed bug whereby if a method nameMike Bayer2012-02-121-6/+13
* - [bug] Fixed bug in new "autoload_replace" flagMike Bayer2012-02-122-6/+12
* - Added missing compilation support forMike Bayer2012-02-121-0/+3
* - add a context manager availble via Engine.begin()Mike Bayer2012-02-121-86/+195
* document identity_mapMike Bayer2012-02-111-0/+13
* - [bug] Added support for using the .keyMike Bayer2012-02-052-13/+42
* - [bug] A significant change to how labelingMike Bayer2012-02-058-58/+111
* - add a warning regarding tuple.in_(), [ticket:2395]Mike Bayer2012-02-042-7/+24
* accept the symbols so recreate worksMike Bayer2012-02-011-4/+5
* - [feature] Added pool_reset_on_return argumentMike Bayer2012-02-013-8/+56
* fix an inadvertent abuse of variable scopeMike Bayer2012-01-311-1/+2
* break out _save_obj(), _delete_obj(), _post_update() into a new moduleMike Bayer2012-01-304-629/+793
* - [bug] Scaled back the test applied withinMike Bayer2012-01-301-10/+9
* declarative reflection exampleMike Bayer2012-01-281-1/+34
* - [feature] New reflection feature "autoload_replace";Mike Bayer2012-01-283-54/+76
* fix a few py3k bugsMike Bayer2012-01-281-0/+1
* then merge thisMike Bayer2012-01-287-21/+38
|\
| * - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-287-21/+38
* | - [bug] removed an erroneous "raise" in theMike Bayer2012-01-281-3/+0
|/
* - [bug] Fixed bug where "merge" cascade couldMike Bayer2012-01-281-1/+4
* - [bug] Fixed bug in "mock" strategy wherebyMike Bayer2012-01-281-3/+3
* - [bug] Fixed issue where the "required" exceptionMike Bayer2012-01-281-11/+22
* - [bug] Fixed bug where unpickled object didn'tMike Bayer2012-01-281-0/+4
* - [bug] Raise an exception if xyzload_all() isMike Bayer2012-01-281-2/+5
* - [bug] Fixed regression from 0.7.4 wherebyMike Bayer2012-01-281-1/+1
* - [bug] Added a boolean check for the "finalize"Mike Bayer2012-01-271-1/+1
* - [bug] Changed LRUCache, used by the mapperMike Bayer2012-01-271-4/+9
* - [bug] implemented standard "can't set attribute" /Mike Bayer2012-01-271-0/+4
* - [bug] Fixed issue where modified session stateMike Bayer2012-01-271-4/+18
* - [bug] Added ORA-03135 to the never endingMike Bayer2012-01-251-1/+3
* o null check PyObject_Repr resultsPhilip Jenvey2012-01-232-7/+20
* don't need to use __builtin__ for these things, doesn't work in py3kMike Bayer2012-01-231-8/+5
* 2.4 doesn't have any()Mike Bayer2012-01-222-1/+11
* - [feature] Added new capability to relationshipMike Bayer2012-01-224-2/+29
* - [bug] Dropped the "30 char" limit on pymssql,Mike Bayer2012-01-221-1/+0