summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove terminated connections from the pool.pr/51John Anderson2013-12-162-3/+5
* wrong method nameMike Bayer2013-12-161-1/+1
* - add "force_nocheck" as a way to turn on unicode=force without evenMike Bayer2013-12-153-21/+23
* load_on_pending is different from enable_relationship_loading and shouldMike Bayer2013-12-152-6/+14
* make the error message for [ticket:2889] more accurate, as we supportMike Bayer2013-12-122-2/+2
* - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-123-1/+34
* - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-123-12/+55
* move things that are 90% behavioral improvements to that section. the list o...Mike Bayer2013-12-111-262/+271
* - implement "literal binds" for the text() clause, [ticket:2882]Mike Bayer2013-12-113-5/+18
* - The :class:`.ForeignKey` class more aggressively checks the givenMike Bayer2013-12-113-22/+86
* - The :class:`.exc.StatementError` or DBAPI-related subclassMike Bayer2013-12-113-3/+35
* - round trip testMike Bayer2013-12-093-18/+63
* Merge branch 'tsvector' of https://bitbucket.org/nibrahim/sqlalchemy/branch/t...Mike Bayer2013-12-094-4/+41
|\
| * Adds test to verify tsvector creation.Noufal Ibrahim2013-12-101-1/+2
| * Adds tsvector to ischema_names for reflection to work.Noufal Ibrahim2013-12-101-0/+1
| * Updates documentation for tsvector type.Noufal Ibrahim2013-12-102-2/+29
| * Implements TSVECTOR type for postgresql.Noufal Ibrahim2013-12-102-2/+10
* | sqlany dialect moves to githubMike Bayer2013-12-091-1/+1
|/
* forgot authors!!Mike Bayer2013-12-081-1/+1
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-076-94/+77
* - documentation cleanup in ORM including [ticket:2816]Mike Bayer2013-12-073-43/+88
* specify run as module hereMike Bayer2013-12-071-5/+6
* - remove verbiage about "namespaces" from the dogpile example, [ticket:2862]Mike Bayer2013-12-073-12/+15
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-074-16/+69
* - restore having the connection closed before decrementing the overflow counterMike Bayer2013-12-061-2/+4
* - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-063-31/+126
* - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-063-8/+36
* - The precedence rules for the :meth:`.ColumnOperators.collate` operatorMike Bayer2013-12-055-53/+123
* - changelog + test for pullreq #7, MSSQL dialect for DROP INDEXMike Bayer2013-12-052-0/+22
* Merged in dharland/sqlalchemy/patch-mssql-drop-index (pull request #7) Mike Bayer2013-12-051-5/+3
|\
| * Fix MSSQL dialects visit_drop_index to use the correct DDLdonkopotamus2013-12-051-5/+3
* | - add a new example section for "join conditions", start puttingMike Bayer2013-12-054-0/+217
* | fix underlineMike Bayer2013-12-051-1/+1
|/
* - reflection of unique constraints backported to 0.8.4 [ticket:1443]Mike Bayer2013-12-033-9/+10
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-034-67/+170
* - Added ORA-02396 "maximum idle time" error code to list ofMike Bayer2013-12-032-1/+10
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-028-146/+428
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-307-20/+23
* remove whitespaceMike Bayer2013-11-301-272/+272
* make sure thread.join() is used completely hereMike Bayer2013-11-301-4/+8
* .toxMike Bayer2013-11-301-0/+1
* Merge pull request #49 from msabramo/add_note_to_README_unittests_about_toxmike bayer2013-11-301-0/+39
|\
| * README.unittests.rst: Add blurb about toxpr/49Marc Abramowitz2013-11-251-0/+39
* | - changelogMike Bayer2013-11-302-7/+16
* | Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem...Mike Bayer2013-11-302-0/+18
|\ \
| * | orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40schettino722013-11-252-1/+10
| * | Add support for python3.3 list.clear() on orm.collectionsschettino722013-11-061-0/+9
* | | not new anymore...Mike Bayer2013-11-301-6/+0
* | | - move additional enum compilation tests to postgresql/test_compiler.pyMike Bayer2013-11-302-26/+26
* | | - selected documentation issuesMike Bayer2013-11-303-93/+550