summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove uneeded import from code examplepr/60Wichert Akkerman2014-01-201-1/+0
* 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
* | - fix some function mismatch in profilingMike Bayer2014-01-091-6/+3
* | 0.9.2Mike Bayer2014-01-091-1/+1
* | changelog for pullreq github:55pullreq55Mike Bayer2014-01-091-0/+11
* | Use PyMODINIT_FUNCpr/55cgohlke2014-01-081-1/+1
* | Use PyMODINIT_FUNCcgohlke2014-01-081-1/+1
* | Use PyMODINIT_FUNCcgohlke2014-01-081-1/+1
* | - fixesMike Bayer2014-01-081-4/+4
* | - add more critical behavioral change for [ticket:2804]Mike Bayer2014-01-081-1/+49
* | - 0.9.1rel_0_9_1Mike Bayer2014-01-052-2/+3
* | - these tests are really old but trying to make sure everything is closed outMike Bayer2014-01-051-40/+40