summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-033-18/+107
* PEP-8 compliance for dialects/sqlite/base.pyErich Blume2014-01-302-143/+129
* Don't include .egg files in the repoErich Blume2014-01-301-0/+1
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-294-9/+38
* - 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-283-4/+55
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-272-2/+2
* - docsMike Bayer2014-01-261-37/+115
* updatesMike Bayer2014-01-261-52/+87
* hypothetical "floaty thing" for navigation, doesn't really work yetMike Bayer2014-01-252-1/+21
* tweak textMike Bayer2014-01-251-2/+16
* seealsos in the tutorialMike Bayer2014-01-252-7/+54
* caseMike Bayer2014-01-251-47/+139
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-254-103/+467
* lets document join()Mike Bayer2014-01-241-20/+94
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-235-60/+103
* typoMike Bayer2014-01-231-3/+5
* - remove this leftover commented pdbMike Bayer2014-01-231-5/+0
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-235-3/+82
* Merge pull request #60 from wichert/mutable-doc-importmike bayer2014-01-231-1/+0
|\
| * Remove uneeded import from code examplepr/60Wichert Akkerman2014-01-201-1/+0
* | 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
| |_|/ |/| |