summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - add "force_nocheck" as a way to turn on unicode=force without evenMike Bayer2013-12-151-0/+7
* - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-121-0/+10
* - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-0/+13
* 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-111-2/+4
* - The :class:`.ForeignKey` class more aggressively checks the givenMike Bayer2013-12-111-0/+12
* - The :class:`.exc.StatementError` or DBAPI-related subclassMike Bayer2013-12-111-0/+12
* - round trip testMike Bayer2013-12-091-0/+8
* Merge branch 'tsvector' of https://bitbucket.org/nibrahim/sqlalchemy/branch/t...Mike Bayer2013-12-091-1/+3
|\
| * Updates documentation for tsvector type.Noufal Ibrahim2013-12-101-1/+3
* | sqlany dialect moves to githubMike Bayer2013-12-091-1/+1
|/
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-071-0/+10
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-0/+14
* - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-061-0/+11
* - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-061-0/+15
* - The precedence rules for the :meth:`.ColumnOperators.collate` operatorMike Bayer2013-12-052-0/+66
* - changelog + test for pullreq #7, MSSQL dialect for DROP INDEXMike Bayer2013-12-051-0/+11
* - add a new example section for "join conditions", start puttingMike Bayer2013-12-051-0/+7
* fix underlineMike Bayer2013-12-051-1/+1
* - reflection of unique constraints backported to 0.8.4 [ticket:1443]Mike Bayer2013-12-032-8/+9
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-031-0/+12
* - Added ORA-02396 "maximum idle time" error code to list ofMike Bayer2013-12-031-0/+8
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-023-1/+102
* - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-304-15/+18
* remove whitespaceMike Bayer2013-11-301-272/+272
* - changelogMike Bayer2013-11-301-0/+8
* not new anymore...Mike Bayer2013-11-301-6/+0
* - selected documentation issuesMike Bayer2013-11-303-93/+550
* - re-document synonyms and remove warnings about "superseded"; synonymsMike Bayer2013-11-301-6/+80
* - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-302-0/+30
* - start reworking examples to include more code from the wiki.Mike Bayer2013-11-291-47/+68
* remove thisMike Bayer2013-11-291-11/+0
* Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-291-0/+7
* - reduce verbiage in mutation.py regarding legacy style, place under versiona...Mike Bayer2013-11-292-3/+8
* Merge pull request #46 from vrajmohan/mastermike bayer2013-11-296-5/+12
|\
| * Generate API and resolve cross referencesVraj Mohan2013-11-171-1/+4
| * Fix cross referencesVraj Mohan2013-11-173-3/+4
| * Add API generation to resolve cross referencesVraj Mohan2013-11-171-1/+2
| * Add module documentation to resolve referencesVraj Mohan2013-11-171-0/+2
* | - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-293-6/+67
* | - changelog, migrationMike Bayer2013-11-282-0/+56
* | - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-252-19/+18
* | - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-242-5/+53
* | - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-231-0/+18
* | - The precision used when coercing a returned floating point value toMike Bayer2013-11-222-0/+61
* | - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-0/+11
* | Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-0/+9
* | - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-0/+9
* | - Fixed a regression caused by :ticket:`2812` where the repr() forMike Bayer2013-11-211-0/+8
* | break up behavioral changes into ORM and CoreMike Bayer2013-11-191-64/+69