summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Remove tables from metadata when autoload failspr/78Roman Podoliaka2014-03-121-1/+1
* - Added a new feature :func:`.schema.conv`, the purpose of which is toMike Bayer2014-03-122-5/+48
* :paramref:`.MetaData.naming_convention` feature will now alsoMike Bayer2014-03-121-2/+9
* - Fixed bug in new :paramref:`.MetaData.naming_convention` featureMike Bayer2014-03-122-3/+3
* unitttest has a SkipTest also but pytest doesn'tMike Bayer2014-03-111-6/+4
* - A warning is emitted if the :meth:`.MapperEvents.before_configured`Mike Bayer2014-03-111-2/+46
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-114-5/+33
* take out the support paragraph and just put a basic introMike Bayer2014-03-091-9/+3
* Merge pull request #75 from msabramo/pymssql_update_web_sitemike bayer2014-03-091-9/+7
|\
| * 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
* | import testing needs to be here as we set .db on itMike Bayer2014-03-071-0/+1
* | - cx_oracle test for "unicode returns" needs to be cx_oracle only,Mike Bayer2014-03-062-3/+2
* | - changelog for pullreq github:74Mike Bayer2014-03-052-41/+91
* | Merge branch 'master' of https://github.com/Cito/sqlalchemy into tMike Bayer2014-03-051-1/+19
|\ \
| * | Restore coercion to unicode with cx_Oracle.pr/74Christoph Zwerschke2014-02-271-1/+19
| |/
* | - Fixed small issue in :class:`.SingletonThreadPool` where the currentMike Bayer2014-03-051-3/+3
* | - no unitest.SkipTest in 2.6...argggggMike Bayer2014-03-041-1/+9
* | cut out the BS as far as MySQLdb urls, put the one url everyone should be usingMike Bayer2014-03-041-22/+14
* | - Fixed bug in association proxy where assigning an empty sliceMike Bayer2014-03-041-2/+3
* | fix the profiling ids hereMike Bayer2014-03-031-1/+3
* | - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-0322-482/+752
* | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4,Mike Bayer2014-03-023-39/+37
* | - Fixed some test/feature failures occurring in Python 3.4,Mike Bayer2014-03-022-8/+15
* | - 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