summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-11/+36
* PEP-8 compliance for dialects/sqlite/base.pyErich Blume2014-01-302-143/+129
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-9/+9
* - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy`Mike Bayer2014-01-281-3/+18
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-271-1/+1
* - docsMike Bayer2014-01-261-37/+115
* updatesMike Bayer2014-01-261-52/+87
* tweak textMike Bayer2014-01-251-2/+16
* seealsos in the tutorialMike Bayer2014-01-251-0/+4
* caseMike Bayer2014-01-251-47/+139
* - start building out very comprehensive docstrings for core functionsMike Bayer2014-01-252-103/+459
* lets document join()Mike Bayer2014-01-241-20/+94
* - doc updates, include links to create_engine from tutorials, cleanupMike Bayer2014-01-231-11/+20
* - remove this leftover commented pdbMike Bayer2014-01-231-5/+0
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-232-3/+11
* 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
* | - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-224-6/+39
* | - Added new test coverage for so-called "down adaptions" of SQL types,Mike Bayer2014-01-222-8/+10
* | - 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-202-33/+85
* | - 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-202-23/+120
* | - repair signature for base get_unique_constraints() methodMike Bayer2014-01-202-1/+2
|/
* - alter behavior such that dialect_kwargs is still immutable, butMike Bayer2014-01-191-10/+5
* - some test fixesMike Bayer2014-01-192-28/+27
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-1814-80/+293
* - changelog for pullreq:11Mike Bayer2014-01-181-1/+1
* Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ...Mike Bayer2014-01-182-8/+73
|\
| * Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is givendonkopotamus2014-01-172-0/+4
| * Support mssql_clustered option on UniqueConstraint (plus docs and test)donkopotamus2014-01-171-4/+29
| * Remove support for mssql_clustered on Tabledonkopotamus2014-01-171-15/+5
| * Support mssql_clustered option in mssql dialect for both Table and PrimaryKey...donkopotamus2014-01-141-8/+54
* | - rework Oracle to no longer do its own unicode conversion; this has been obs...Mike Bayer2014-01-174-17/+67
* | 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-131-4/+3
| |/ |/|
* | - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-134-31/+81
|/
* revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-132-42/+21
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-132-18/+46
* - :class:`.Connection` now associates a newMike Bayer2014-01-122-20/+51
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-123-54/+208
* - bump up how many args for "named arg style" to fourMike Bayer2014-01-121-1/+1
* expose SchemaVisitor in the compatibility layerpr/57Sean Dague2014-01-111-0/+4
* new changelogMike Bayer2014-01-112-21/+42
* - fix some function mismatch in profilingMike Bayer2014-01-091-6/+3
* 0.9.2Mike Bayer2014-01-091-1/+1
* Use PyMODINIT_FUNCpr/55cgohlke2014-01-081-1/+1
* Use PyMODINIT_FUNCcgohlke2014-01-081-1/+1