summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | used the wrong joinMike Bayer2014-01-221-5/+2
* | | - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-2211-18/+459
* | | - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-224-11/+43
* | | - add redshift-sqlalchemy, essentially fixes [ticket:2727]Mike Bayer2014-01-211-0/+2
* | | - update docs for Numeric/Float, in particular warn against using mismatchedMike Bayer2014-01-211-32/+41
* | | - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-205-51/+270
* | | use new paramlinks 0.2.2, trying to fix param links for __init__ vs. classMike Bayer2014-01-201-1/+1
* | | - further refine this so that the ordering of columns is maintained asMike Bayer2014-01-202-16/+18
* | | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-207-25/+267
* | | - repair signature for base get_unique_constraints() methodMike Bayer2014-01-202-1/+2
* | | - ensure ordering is fully maintained, [ticket:2914]Mike Bayer2014-01-202-6/+9
|/ /
* | fix typoMike Bayer2014-01-191-1/+1
* | Merge pull request #59 from wichert/doc-relationship-typomike bayer2014-01-191-1/+1
|\ \
| * | Fix a typo in the relationship docspr/59Wichert Akkerman2014-01-161-1/+1
* | | - alter behavior such that dialect_kwargs is still immutable, butMike Bayer2014-01-192-28/+53
* | | - some test fixesMike Bayer2014-01-194-41/+33
* | | akiban-> foundationdbMike Bayer2014-01-181-3/+2
* | | - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-1816-81/+562
* | | credit to Derek HarlandMike Bayer2014-01-181-0/+1
* | | - changelog for pullreq:11Mike Bayer2014-01-182-1/+17
* | | Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ...Mike Bayer2014-01-184-8/+118
|\ \ \
| * | | Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-173-0/+26
| * | | Support mssql_clustered option on UniqueConstraint (plus docs and test)donkopotamus2014-01-172-4/+41
| * | | Remove support for mssql_clustered on Tabledonkopotamus2014-01-172-27/+6
| * | | Support mssql_clustered option in mssql dialect for both Table and PrimaryKey...donkopotamus2014-01-142-8/+76
| * | | Merged zzzeek/sqlalchemy into masterDerek Harland2014-01-14228-1345/+5913
| |\ \ \
* | | | | cx_oracle is now "conditional" on py2kMike Bayer2014-01-171-3/+5
* | | | | - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-175-17/+104
| |_|/ / |/| | |
* | | | even simplerMike Bayer2014-01-151-8/+4
* | | | - should close the session before rolling back the transactionMike Bayer2014-01-151-3/+44
* | | | - changelog + test for pullreq github 58Mike Bayer2014-01-142-0/+16
* | | | Merge pull request #58 from kstark/patch-1mike bayer2014-01-141-1/+1
|\ \ \ \
| * | | | Fix TypeError for class_mapper called w/ iterablepr/58Kyle Stark2014-01-131-1/+1
* | | | | - _cursor_execute() will close the cursor on error; oracle doesn't allow doub...Mike Bayer2014-01-132-14/+14
* | | | | - Fixed a bug involving the new flattened JOIN structures whichMike Bayer2014-01-133-4/+151
* | | | | - a little bit of profile bump, just on insert not too concernedMike Bayer2014-01-131-3/+3
| |_|/ / |/| | |
* | | | - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-138-34/+121
|/ / /
* | | update changelog from 0.3.2 to 0.3.4, re-patching the part of 2775c95b1ee3083...Mike Bayer2014-01-131-1/+1
* | | revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-134-44/+23
* | | - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-133-19/+48
* | | - dont run deletes hereMike Bayer2014-01-131-0/+1
* | | - :class:`.Connection` now associates a newMike Bayer2014-01-125-20/+299
* | | - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-126-55/+309
* | | - bump up how many args for "named arg style" to fourMike Bayer2014-01-121-1/+1
* | | - changelog for pullreq github 57Mike Bayer2014-01-121-0/+7
* | | - pullreq github 55 is in the wrong changelog! 0.9.2...Mike Bayer2014-01-121-2/+5
* | | Merge pull request #57 from sdague/mastermike bayer2014-01-121-0/+4
|\ \ \
| * | | expose SchemaVisitor in the compatibility layerpr/57Sean Dague2014-01-111-0/+4
|/ / /
* | | - add a CLI to determine waht kind of test to runMike Bayer2014-01-111-19/+25
* | | new changelogMike Bayer2014-01-114-23/+44