summaryrefslogtreecommitdiff
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-133-2/+49
* this example doesn't work, we don't really have a solution for this as far as...Mike Bayer2014-02-101-31/+0
* - dont need these extra conditions from the previous testMike Bayer2014-02-101-5/+0
* - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-103-4/+39
* - this seems to be the best string for pymysqlMike Bayer2014-02-031-1/+1
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-034-32/+29
* - add a few missing methods to the cymysql dialectMike Bayer2014-02-022-0/+17
* - don't duplicate docs for Pool within QueuePoolMike Bayer2014-01-311-70/+68
* changelogMike Bayer2014-01-311-0/+9
* no Binary here if we are running a test with no DBAPIMike Bayer2014-01-311-0/+2
* Merge branch 'fix-convenience-import' of github.com:witsch/sqlalchemy into tMike Bayer2014-01-311-1/+1
|\
| * expose `binary_type` in `util` modulepr/63Andreas Zeidler2014-01-311-1/+1
* | - add a test for pullreq github:63Mike Bayer2014-01-311-0/+7
|/
* - add a test for [ticket:2927], which is an 0.9 issue but only because 0.8Mike Bayer2014-01-291-0/+9
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-282-2/+2
* docsMike Bayer2014-01-263-45/+135
* updatesMike Bayer2014-01-261-63/+92
* tweak textMike Bayer2014-01-251-4/+10
* seealsos in the tutorialMike Bayer2014-01-251-7/+50
* importsMike Bayer2014-01-251-0/+4
* caseMike Bayer2014-01-251-44/+136
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-254-107/+465
* docuemnt joinMike Bayer2014-01-241-16/+87
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-234-59/+102
* - add tests for [ticket:2918], confirm this is an 0.9 regressionMike Bayer2014-01-232-0/+49
* Remove uneeded import from code exampleWichert Akkerman2014-01-231-1/+0
* fix typoMike Bayer2014-01-191-1/+1
* Fix a typo in the relationship docsWichert Akkerman2014-01-191-1/+1
* atticMike Bayer2014-01-181-1/+12
* akiban-> foundationdbMike Bayer2014-01-181-2/+4
* - changelog + test for pullreq github 58Mike Bayer2014-01-142-0/+16
* Fix TypeError for class_mapper called w/ iterableKyle Stark2014-01-141-1/+1
* pyoMike Bayer2014-01-111-0/+1
* - add paramlinks and external changelog ext to 0.8Mike Bayer2014-01-113-355/+4
* - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-023-5/+17
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-285-11/+53
* - fix the insert from select test to use a non-autoinc tableMike Bayer2013-12-281-4/+8
* session docs: Change `object` to `someobject`Ben Alpert2013-12-281-1/+1
* - actually check the list of views!Mike Bayer2013-12-271-0/+1
* fix 2.5-ismMike Bayer2013-12-271-0/+1
* test hanging on 0.8, suspecting the test framework. this feature is tested on...Mike Bayer2013-12-271-1/+3
* - 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-273-0/+18
* - 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-272-1/+9
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-273-1/+36
* - repair some suite tests for firebirdMike Bayer2013-12-273-4/+44
* changelog, will merge to 0.8Mike Bayer2013-12-271-0/+9
* Remove terminated connections from the pool.John Anderson2013-12-272-3/+5