summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Fix unique constraints reflection in SQLitepr/72Roman Podoliaka2014-02-142-1/+5
* - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-131-2/+6
* this example doesn't work, we don't really have a solution for this as far as...Mike Bayer2014-02-101-31/+0
* - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-101-4/+11
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-032-31/+13
* - add a few missing methods to the cymysql dialectMike Bayer2014-02-021-0/+8
* - don't duplicate docs for Pool within QueuePoolMike Bayer2014-01-311-70/+68
* no Binary here if we are running a test with no DBAPIMike Bayer2014-01-311-0/+2
* expose `binary_type` in `util` modulepr/63Andreas Zeidler2014-01-311-1/+1
* - 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