summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-109-33/+323
* - apply patches to correct for + sign in with_hint() docs,Mike Bayer2014-10-101-3/+2
* - add a migration note for ref #3222Mike Bayer2014-10-092-0/+65
* - The ON clause rendered when using :meth:`.Query.join`,Mike Bayer2014-10-093-2/+144
* - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-093-1/+37
* - clean up unicode docs and clarify that client_encodingMike Bayer2014-10-071-13/+53
* - adjustment for ref #3200 as we need an immutabledict() here soMike Bayer2014-10-072-1/+13
* - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-063-1/+39
* - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-063-0/+26
* - move some things that are features to the featuresMike Bayer2014-10-041-213/+213
* - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-047-55/+237
* Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-046-12/+124
|\
| * Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-176-12/+124
* | - changelog, migration for pr github:134Mike Bayer2014-10-047-93/+181
* | Merge remote-tracking branch 'origin/pr/134' into pr134Mike Bayer2014-10-048-2/+215
|\ \
| * | method documentation typo fixpr/134Ilja Everilä2014-09-111-1/+1
| * | documentation indentation fixIlja Everilä2014-09-111-2/+2
| * | allow windowing filtered functionsIlja Everilä2014-09-112-0/+47
| * | renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-118-26/+26
| * | add ClauseTest for aggregatefilterIlja Everilä2014-09-101-0/+5
| * | implementation for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-106-2/+99
| * | tests for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-101-0/+64
* | | - rework tests for attached databases into individual tests,Mike Bayer2014-09-293-39/+121
* | | - A revisit to this issue first patched in 0.9.5, apparentlyMike Bayer2014-09-292-5/+22
* | | - cyclomatic complexity; break up visit_select, goes from F to DMike Bayer2014-09-271-52/+69
* | | - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params,Mike Bayer2014-09-272-421/+511
* | | - cyclomatic complexity: _join_condition goes from E to a BMike Bayer2014-09-271-43/+54
* | | - cyclomatic complexity: instrument_class goes from E to an AMike Bayer2014-09-271-11/+37
* | | - cyclomatic complexity; break up reflecttable(), goes from E to BMike Bayer2014-09-271-39/+74
* | | - repair autorollback for branchesMike Bayer2014-09-262-2/+14
* | | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-265-47/+207
* | | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-263-11/+74
* | | - add explicit warning re: polymorphic_on, cascading is not supportedMike Bayer2014-09-262-0/+12
* | | commentsMike Bayer2014-09-261-3/+8
* | | - "column already assigned" message has been updated in 7f82c55fMike Bayer2014-09-251-1/+1
* | | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-2512-355/+1126
* | | - convert to spacesMike Bayer2014-09-251-191/+191
* | | - clarify documentation on exists() that it is preferred to be in theMike Bayer2014-09-241-0/+13
* | | - flake8 all of test/ext/declarativeMike Bayer2014-09-235-427/+543
* | | - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-223-7/+123
* | | pep8/flake8Mike Bayer2014-09-221-42/+59
* | | - these tests don't test anything in SQLAlchemy - from our perpsective,Mike Bayer2014-09-191-133/+0
* | | - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-188-31/+231
* | | fix testMike Bayer2014-09-181-0/+2
* | | - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-182-1/+17
* | | - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-184-15/+90
* | | - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-186-6/+118
* | | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-176-14/+90
| |/ |/|
* | - not sure what this is testing but remove the self.l that mightMike Bayer2014-09-171-2/+3
* | - we can start checking these flake rulesMike Bayer2014-09-171-1/+1