summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Restore coercion to unicode with cx_Oracle.pr/74Christoph Zwerschke2014-02-271-1/+19
* restore the contracts of update/extend to the degree that the same column ide...Mike Bayer2014-02-271-3/+5
* - Fixed a regression in association proxy caused by :ticket:`2810` whichMike Bayer2014-02-271-5/+3
* - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` andMike Bayer2014-02-261-4/+4
* - Adjusted the logic which applies names to the .c collection whenMike Bayer2014-02-261-6/+9
* - Some changes to how the :attr:`.FromClause.c` collection behavesMike Bayer2014-02-262-32/+54
* - Fixed issue in new :meth:`.TextClause.columns` method where the orderingMike Bayer2014-02-261-7/+7
* - use MutableMapping to make this more succinct, completeMike Bayer2014-02-261-47/+35
* docsMike Bayer2014-02-252-13/+30
* - The new dialect-level keyword argument system for schema-levelMike Bayer2014-02-251-13/+156
* - Fixed bug where events set to listen at the classMike Bayer2014-02-251-1/+1
* - Fixed regression from 0.8 where using an option likeMike Bayer2014-02-241-0/+2
* -rewrite expire/refresh sectionMike Bayer2014-02-231-0/+24
* - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967`Mike Bayer2014-02-203-13/+29
* fix typorel_0_9_3Mike Bayer2014-02-191-1/+1
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-191-0/+1
* - re: #2967, also fixed a somewhat related issue where join rewriting would failMike Bayer2014-02-191-0/+5
* - Fixed bug in SQLite "join rewriting" where usage of an exists() constructMike Bayer2014-02-191-3/+3
* - 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
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-191-17/+73
* Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in...Mike Bayer2014-02-191-2/+2
|\
| * Fixes MySQL dialect partitioningMarcus McCurdy2014-02-141-2/+2
* | - Fixed bug where calling :meth:`.Insert.values` with an empty listMike Bayer2014-02-191-0/+1
* | - Fixed a critical regression caused by :ticket:`2880` where the newlyMike Bayer2014-02-191-4/+13
* | - update mysql connector python link, #2938Mike Bayer2014-02-181-1/+1
* | - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-181-22/+27
* | update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlersMike Bayer2014-02-182-22/+33
* | - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-162-28/+37
* | - The SQLite dialect will now skip unsupported arguments when reflectingMike Bayer2014-02-161-1/+8
* | - changelog + documentation for pullreq github:65Mike Bayer2014-02-161-6/+57
* | Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-162-154/+165
|\ \
| * | 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
* | | Merge pull request #64 from LevonXXL/mastermike bayer2014-02-161-0/+4
|\ \ \
| * | | python_type for ARRAY (PGArray)pr/64Terentev2014-02-031-0/+4
* | | | this isn't really the mainstream use case here; would need to talkMike Bayer2014-02-161-6/+0
* | | | - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-163-105/+244
* | | | remove redundant see alsoMike Bayer2014-02-161-3/+0
* | | | - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-162-4/+15
* | | | - add documentation regarding native hstore flag, psycopg2Mike Bayer2014-02-161-4/+31
* | | | - expand docs on MySQL table arguments beyond just storage enginesMike Bayer2014-02-151-30/+63
* | | | - cross link remote_side/self-referentialMike Bayer2014-02-141-1/+7
* | | | - Added server version detection to the newly added dialect startupMike Bayer2014-02-141-1/+2
* | | | - Revised this very old issue where the Postgresql "get primary key"Mike Bayer2014-02-141-1/+15
* | | | - use an OrderedDict here so that tests are more deterministicMike Bayer2014-02-141-2/+2
| |_|/ |/| |
* | | - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-131-3/+7
* | | - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-116-10/+69
* | | Parse server version info more robustlypr/69Matt (work)2014-02-111-1/+8
* | | - for TextAsFrom, put the "inner" columns in the result map directly.Mike Bayer2014-02-101-4/+3