summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-032-7/+71
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-292-0/+19
* - better way to do itMike Bayer2014-01-291-2/+4
* - add TypeError handling to the tests here, ensure TypeErrorMike Bayer2014-01-291-8/+15
* - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy`Mike Bayer2014-01-281-1/+25
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-271-1/+1
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-232-0/+59
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-224-4/+233
* - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-221-3/+19
* - 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