summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzz...pr/75Marc Abramowitz2014-03-031-9/+0
* Update pymssql dialect description, remove "limitations" sectionMarc Abramowitz2014-02-271-9/+16
* Update URL for pymssqlMarc Abramowitz2014-02-271-1/+1
* restore the contracts of update/extend to the degree that the same column ide...Mike Bayer2014-02-272-3/+35
* - Fixed a regression in association proxy caused by :ticket:`2810` whichMike Bayer2014-02-273-6/+45
* - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` andMike Bayer2014-02-262-4/+16
* - Adjusted the logic which applies names to the .c collection whenMike Bayer2014-02-264-9/+29
* - Some changes to how the :attr:`.FromClause.c` collection behavesMike Bayer2014-02-265-33/+269
* - Fixed issue in new :meth:`.TextClause.columns` method where the orderingMike Bayer2014-02-264-7/+54
* - use MutableMapping to make this more succinct, completeMike Bayer2014-02-261-47/+35
* docsMike Bayer2014-02-254-19/+45
* - The new dialect-level keyword argument system for schema-levelMike Bayer2014-02-255-14/+320
* - Fixed bug where events set to listen at the classMike Bayer2014-02-253-6/+44
* - we're testing a query here with non-standard aliasing which fails on PG and...Mike Bayer2014-02-241-0/+6
* - Fixed regression from 0.8 where using an option likeMike Bayer2014-02-243-0/+25
* - Fixed bug in the versioned_history example where column-level INSERTMike Bayer2014-02-243-5/+44
* more detail, what actually loads, etc.Mike Bayer2014-02-231-3/+66
* -rewrite expire/refresh sectionMike Bayer2014-02-233-63/+192
* no more wheels until they have a pointMike Bayer2014-02-221-2/+0
* - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967`Mike Bayer2014-02-205-15/+112
* fix typorel_0_9_3Mike Bayer2014-02-191-1/+1
* 0.8.5 released same dayMike Bayer2014-02-191-0/+1
* 0.9.3Mike Bayer2014-02-192-2/+3
* skip this on oracleMike Bayer2014-02-191-0/+3
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-192-0/+10
* - re: #2967, also fixed a somewhat related issue where join rewriting would failMike Bayer2014-02-193-1/+46
* - Fixed bug in SQLite "join rewriting" where usage of an exists() constructMike Bayer2014-02-193-7/+67
* - add a topological rule here to place PARTITIONS after PARTITION_BY,Mike Bayer2014-02-191-1/+2
* restore the check ahead of the lock to avoid using it after initializationMike Bayer2014-02-191-6/+7
* backportMike Bayer2014-02-192-14/+16
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-193-20/+108
* changelog for pullreq 12Mike Bayer2014-02-191-0/+11
* Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in...Mike Bayer2014-02-192-2/+32
|\
| * Fixes MySQL dialect partitioningMarcus McCurdy2014-02-142-2/+32
* | - Fixed bug where calling :meth:`.Insert.values` with an empty listMike Bayer2014-02-193-0/+33
* | - Fixed a critical regression caused by :ticket:`2880` where the newlyMike Bayer2014-02-193-4/+61
* | - update mysql connector python link, #2938Mike Bayer2014-02-181-1/+1
* | - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-186-31/+55
* | update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlersMike Bayer2014-02-182-22/+33
* | - dont need this import and it's not in 2.6 anywayMike Bayer2014-02-171-1/+0
* | ill never remember this URL so put it hereMike Bayer2014-02-171-0/+1
* | - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-163-187/+181
* | - need qualifiers here...Mike Bayer2014-02-161-2/+2
* | - The SQLite dialect will now skip unsupported arguments when reflectingMike Bayer2014-02-163-6/+33
* | - changelog + documentation for pullreq github:65Mike Bayer2014-02-162-6/+71
* | Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-165-161/+237
|\ \
| * | 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
* | | - changelog for pullreq github:64Mike Bayer2014-02-161-0/+7