summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - fix oracle failures here due to mis-orderingMike Bayer2014-03-031-0/+1
* hey we can use unittest.SkipTestMike Bayer2014-03-033-18/+8
* figure out module location a bit betterMike Bayer2014-03-031-5/+2
* - transfer to non-unittest usage. a little more tricky.Mike Bayer2014-03-033-31/+43
* cleanupMike Bayer2014-03-031-7/+1
* framework agnostic coverage flagMike Bayer2014-03-033-0/+8
* - go through a more complex process here to work around a dict reordering iss...Mike Bayer2014-03-033-5/+38
* mark all suite tests as __multiple__Mike Bayer2014-03-037-0/+27
* - fix failure casesMike Bayer2014-03-033-42/+60
* test branchingMike Bayer2014-03-033-39/+38
* we dont need to trick the importer! wowMike Bayer2014-03-021-7/+1
* updatesMike Bayer2014-03-023-1/+3
* that seems to workMike Bayer2014-03-021-3/+3
* - working through this..Mike Bayer2014-03-024-12/+93
* - break out all the test extensions from being nose-specific and beginMike Bayer2014-03-025-441/+1061
* save some various scratch work for trying to make __multiple__ workMike Bayer2014-03-022-3/+87
* - remove the "utf8_engine" concept; current MySQL + drivers don't haveMike Bayer2014-03-023-26/+17
* - cleanup, solidify ConfigMike Bayer2014-03-025-45/+79
* - get everything working again test-wise...Mike Bayer2014-03-022-4/+8
* - remove lots of old and unused nose optionsMike Bayer2014-03-016-197/+195
* - add new tests for individual type reflectionMike Bayer2014-03-011-0/+46
* use view_column requirement hereMike Bayer2014-02-281-3/+3
* - dont create a self-ref FK if test suite marked as not supporting self refMike Bayer2014-02-282-13/+27
* fix typosMike Bayer2014-02-282-2/+2
* - Added a new option to :paramref:`.relationship.innerjoin` which isMike Bayer2014-02-283-24/+72
* - Fixed bug in :func:`.tuple_` construct where the "type" of essentiallyMike Bayer2014-02-271-5/+6
* 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