summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* allow enums with a lot of labels by passing them as a listpr/62Andreas Zeidler2014-01-311-0/+4
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-281-1/+1
* docsMike Bayer2014-01-261-35/+131
* updatesMike Bayer2014-01-261-63/+92
* tweak textMike Bayer2014-01-251-4/+10
* importsMike Bayer2014-01-251-0/+4
* caseMike Bayer2014-01-251-44/+136
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-252-107/+457
* docuemnt joinMike Bayer2014-01-241-16/+87
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-231-11/+20
* Remove uneeded import from code exampleWichert Akkerman2014-01-231-1/+0
* Fix TypeError for class_mapper called w/ iterableKyle Stark2014-01-141-1/+1
* - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-021-0/+5
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-283-7/+39
* - fix the insert from select test to use a non-autoinc tableMike Bayer2013-12-281-4/+8
* - actually check the list of views!Mike Bayer2013-12-271-0/+1
* fix 2.5-ismMike Bayer2013-12-271-0/+1
* - add an exclusion for "floats to four decimals", backported from 0.9 and app...Mike Bayer2013-12-272-0/+10
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+1
* - add a test which creates tables and views at the same time, then tests that...Mike Bayer2013-12-271-0/+6
* - Fixed bug in Firebird index reflection where the columns within theMike Bayer2013-12-271-1/+1
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-1/+8
* - repair some suite tests for firebirdMike Bayer2013-12-272-1/+29
* Remove terminated connections from the pool.John Anderson2013-12-271-0/+1
* - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-1/+7
* - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-192-5/+20
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-162-3/+8
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-8/+32
* - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-1/+3
* wrong method name...Mike Bayer2013-12-161-1/+1
* load_on_pending is different from enable_relationship_loading and shouldMike Bayer2013-12-152-6/+14
* make the error message for [ticket:2889] more accurate, as we supportMike Bayer2013-12-121-1/+1
* - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-121-0/+5
* - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-14/+14
* python2.5 fixMike Bayer2013-12-081-1/+1
* - documentation cleanup in ORM including [ticket:2816]Mike Bayer2013-12-073-35/+80
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-1/+1
* - restore having the connection closed before decrementing the overflow counterMike Bayer2013-12-061-2/+4
* - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-061-31/+33
* - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-061-2/+8
* Fix MSSQL dialects visit_drop_index to use the correct DDLdonkopotamus2013-12-051-5/+3
* fix for 2.5Mike Bayer2013-12-041-1/+1
* - move tests for unique constraints to dialect suite, includingMike Bayer2013-12-032-1/+49
* - backport unique constraints reflection to 0.8.4, therebyRoman Podolyaka2013-12-035-5/+101
* - Added ORA-02396 "maximum idle time" error code to list ofMike Bayer2013-12-031-1/+2
* - reduce verbiage in mutation.py regarding legacy style, place under versiona...Mike Bayer2013-11-291-7/+3
* Merge pull request #47 from yoloseem/patch-2mike bayer2013-11-291-1/+1
|\
| * Fixed a syntax error in example code.pr/47Hyunjun Kim2013-11-211-1/+1
* | - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-1/+1
* | Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-1/+3