summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug where so-called "literal render" of :func:`.bindparam`Mike Bayer2014-02-051-0/+7
* - Improved the initialization logic of composite attributes such thatMike Bayer2014-02-031-0/+13
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-88/+175
* - use from_statement() for the ORM column testMike Bayer2014-02-021-8/+7
* - The behavior of :meth:`.Table.tometadata` has been adjusted such thatMike Bayer2014-02-021-168/+308
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-022-1/+83
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-012-13/+76
* add a skip for oracle on thisMike Bayer2014-02-012-0/+22
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-311-0/+51
* - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-312-0/+49
* - Fixed bug whereby SQLite compiler failed to propagate compiler argumentsMike Bayer2014-01-312-0/+17
* - 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
|\