summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Fixed the multiple-table "UPDATE..FROM" construct, only usable onMike Bayer2014-01-202-18/+172
* - simplify the mechanics of PrimaryKeyConstraint with regards to reflection;Mike Bayer2014-01-202-1/+93
* - ensure ordering is fully maintained, [ticket:2914]Mike Bayer2014-01-202-6/+9
* - alter behavior such that dialect_kwargs is still immutable, butMike Bayer2014-01-191-18/+48
* - some test fixesMike Bayer2014-01-192-13/+6
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-1/+245
* Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ...Mike Bayer2014-01-182-0/+45
|\
| * Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-171-0/+22
| * Support mssql_clustered option on UniqueConstraint (plus docs and test)donkopotamus2014-01-171-0/+12
| * Remove support for mssql_clustered on Tabledonkopotamus2014-01-171-12/+1
| * Support mssql_clustered option in mssql dialect for both Table and PrimaryKey...donkopotamus2014-01-141-0/+22
* | cx_oracle is now "conditional" on py2kMike Bayer2014-01-171-3/+5
* | - changelog + test for pullreq github 58Mike Bayer2014-01-141-0/+7
* | - Fixed a bug involving the new flattened JOIN structures whichMike Bayer2014-01-131-0/+134
* | - 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-133-3/+13
* revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-131-1/+1
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-131-1/+2
* - dont run deletes hereMike Bayer2014-01-131-0/+1
* - :class:`.Connection` now associates a newMike Bayer2014-01-122-0/+223
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-121-0/+32
* - add a CLI to determine waht kind of test to runMike Bayer2014-01-111-19/+25
* new changelogMike Bayer2014-01-111-1/+1
* - these tests are really old but trying to make sure everything is closed outMike Bayer2014-01-051-40/+40
* - docs + testsMike Bayer2014-01-051-0/+146
* Merge branch 'automap'Mike Bayer2014-01-052-0/+24
|\
| * - conjunctions like and_() and or_() can now accept generators as arguments.Mike Bayer2014-01-051-0/+11
| * - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-041-0/+13
* | - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-042-1/+50
|/
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-031-2/+18
* Merge bitbucket.org:rschoon/sqlalchemy into tMike Bayer2014-01-021-0/+4
|\
| * Don't barf on Session(info=...) from sessionmaker(info=None)Robin Schoonover2013-12-311-0/+4
* | - Fixed regression where we don't check the given name against theMike Bayer2014-01-021-0/+16
* | - A quasi-regression where apparently in 0.8 you can set a class-levelMike Bayer2014-01-021-1/+59
* | - Fixed regression where we apparently still create an implicitMike Bayer2014-01-022-4/+32
* | - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-022-5/+12
|/
* a few oracle test failuresMike Bayer2013-12-281-0/+6
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-281-1/+11
* - adjust the behavior of cast() to only provide a type for the bindparam()Mike Bayer2013-12-281-104/+208
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-271-7/+25
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-271-0/+33
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+9
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-2/+12
* - repair some suite tests for firebirdMike Bayer2013-12-271-3/+15
* Merge pull request #51 from sontek/pymssql_handle_terminated_connectionmike bayer2013-12-271-3/+4
|\
| * Remove terminated connections from the pool.pr/51John Anderson2013-12-161-3/+4
* | - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-0/+28
* | remove printMike Bayer2013-12-191-1/+0
* | - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-191-0/+29
* | - Improvements to the system by which SQL types generate withinMike Bayer2013-12-183-3/+75