summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | fix %x string format to compatible with Python 3.5Ruilin Huang2016-01-271-1/+1
* | | fix %x string format to compatible with Python 3.5xghrl2016-01-271-1/+1
* | | - unfortunately we need to match within join where col.key does not matchMike Bayer2016-01-261-2/+1
| |/ |/|
* | - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-263-20/+39
* | - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-266-104/+235
* | remove PYTHONNOUSERSITE, not sure why this was here, it apparently interferes...Mike Bayer2016-01-261-3/+0
* | - another approach at coverageMike Bayer2016-01-261-32/+26
* | - try to improve the default coverage jobMike Bayer2016-01-261-1/+2
* | - fix the deps for the last changeMike Bayer2016-01-241-6/+6
* | - unfortunately we have to force the paths to be shorter due toMike Bayer2016-01-241-7/+7
* | - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-247-494/+450
* | - fix array test that was essentially taking a weird guessMike Bayer2016-01-231-2/+2
* | - fix stray connectionMike Bayer2016-01-231-1/+4
* | - restate the "secondary" / AssociationProxy warning more strongly.Mike Bayer2016-01-231-10/+52
* | - use regex here, columns dont matter, keep coming up with different orderingsMike Bayer2016-01-231-3/+3
* | - use uuid fragments for provision names to enable multiple test suitesMike Bayer2016-01-231-2/+2
* | - native unicode expectations are too difficult to maintainMike Bayer2016-01-231-60/+0
* | - move out match compiler test to test_compilerMike Bayer2016-01-232-23/+11
* | - make this test deterministicMike Bayer2016-01-211-3/+3
* | - add a forwards-test here as wellMike Bayer2016-01-211-0/+4
* | - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-213-13/+41
* | - Added new parameter :paramref:`.orm.mapper.passive_deletes` toMike Bayer2016-01-207-2/+367
* | - The unsupported Sybase dialect now raises ``NotImplementedError``Mike Bayer2016-01-203-8/+20
* | - generalize the verbiage on LargeBinary so that it doesn'tMike Bayer2016-01-202-12/+5
* | - update oracle JDBC driver URL, fixes #3554Mike Bayer2016-01-201-2/+1
* | - cross link for concrete helper classesMike Bayer2016-01-203-71/+36
* | - typoMike Bayer2016-01-201-1/+1
* | - redo the docs for concrete inheritance to more stronglyMike Bayer2016-01-202-50/+241
* | - clarify the "Adding" section also illustrates updates, fixes #2942Mike Bayer2016-01-201-3/+6
* | - add a note that the literal_binds flag should be usedMike Bayer2016-01-201-1/+11
* | Fix ArrayOfEnum's handling of empty arrays.pr/229Chase2016-01-191-1/+1
* | - the order in which _generate_backref() for different mappers is calledMike Bayer2016-01-191-1/+1
* | - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-1911-11/+180
* | - Fixed issue where two same-named relationships that refer toMike Bayer2016-01-195-10/+128
* | - The ``str()`` call for :class:`.Query` will now take into accountMike Bayer2016-01-195-10/+135
* | - Fixed bug where some exception re-raise scenarios would attachMike Bayer2016-01-183-12/+79
* | Merge remote-tracking branch 'origin/pr/227'Mike Bayer2016-01-161-2/+2
|\ \
| * | Fix typo in relationships docspr/227rmn2016-01-161-2/+2
* | | - fix People -> Person , fixes #3628Mike Bayer2016-01-161-1/+1
|/ /
* | - updateMike Bayer2016-01-141-1/+1
* | - illustrate these using the newer exception doctest format.Mike Bayer2016-01-141-26/+8
* | - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-1415-599/+1237
* | - there was a DATEPART test after all, fix formatMike Bayer2016-01-141-1/+1
* | - fix some old verbiage that refers to text() as an "implicit" thingMike Bayer2016-01-141-8/+7
* | - convert keys to str for None not sortable against str on py3kMike Bayer2016-01-121-1/+1
* | - changelog for pr bitbucket:70, fixes #3624Mike Bayer2016-01-122-0/+21
* | Remove quote on first DATEPART paramaterGuillaume DOUMENC2016-01-121-1/+1
* | - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-1110-62/+124
* | - refactor a bit the loader options system to make it a bit moreMike Bayer2016-01-102-34/+163
* | - fix link to types in metadata, fixes #3618Mike Bayer2016-01-104-4/+4