summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed a very old behavior where the lazy load emitted for a one-to-manyMike Bayer2014-03-271-4/+11
* - Improved the check for "how to join from A to B" such that whenMike Bayer2014-03-271-16/+34
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-273-2/+12
* Added missing text_type requirement to TextTestStefan Reich2014-03-271-0/+1
* - fixes to multi-backend testsMike Bayer2014-03-273-13/+18
* fixes to get profiling tests working againMike Bayer2014-03-262-2/+8
* dont warn, that just crashes the test...Mike Bayer2014-03-261-2/+3
* try to liberalize the pool._refs assertion a bitMike Bayer2014-03-261-2/+34
* - work on fixing some race-condition failures:Mike Bayer2014-03-262-3/+6
* - remove nose dependencyMike Bayer2014-03-261-1/+1
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+4
* fixMike Bayer2014-03-241-1/+1
* - add some more rules to make sure all tests run if DBs are availableMike Bayer2014-03-241-1/+13
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-2410-30/+34
* - Added some new event mechanics for dialect-level events; the initialMike Bayer2014-03-243-20/+127
* - Fixed regression from 0.8.3 as a result of :ticket:`2818`Mike Bayer2014-03-221-1/+8
* - An event listener can now be associated with a :class:`.Engine`,Mike Bayer2014-03-221-28/+31
* - restore the old behavior of the connection pool replacing itself justMike Bayer2014-03-221-0/+1
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-224-63/+31
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-223-4/+38
* Merge branch 'fix_table_registration' of https://github.com/malor/sqlalchemy ...Mike Bayer2014-03-221-1/+1
|\
| * Remove tables from metadata when autoload failspr/78Roman Podoliaka2014-03-121-1/+1
* | - The :meth:`.ConnectionEvents.after_cursor_execute` event is nowMike Bayer2014-03-191-4/+11
* | - Fixed bug in mutable extension as well asMike Bayer2014-03-193-3/+6
* | - Improved an error message which would occur if a query() were madeMike Bayer2014-03-171-0/+6
* | - Added support for the not-quite-yet-documented ``insert=True``Mike Bayer2014-03-161-10/+10
* | - fairly epic rework of the cascade documentationMike Bayer2014-03-151-60/+14
* | - correct this to make the intention clearMike Bayer2014-03-131-2/+1
* | - Added support for literal rendering of boolean values, e.g.Mike Bayer2014-03-132-2/+80
* | - move some requirements up to the testing module to better support runningMike Bayer2014-03-131-0/+54
* | commentMike Bayer2014-03-131-0/+7
* | - add a suite test for underscore as initial charMike Bayer2014-03-131-0/+14
* | - add more support for suite tests, moving some tests from test_query out to ...Mike Bayer2014-03-133-6/+185
|/
* - 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