summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* session docs: Change `object` to `someobject`pr/54Ben Alpert2013-12-271-1/+1
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-272-0/+16
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-271-0/+10
* - Changed the queries used by Firebird to list table and view namesMike Bayer2013-12-271-0/+12
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+8
* - Fixed bug in Firebird index reflection where the columns within theMike Bayer2013-12-271-0/+8
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-0/+8
* changelog, will merge to 0.8Mike Bayer2013-12-271-0/+9
* - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-0/+13
* - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-191-0/+12
* - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-0/+10
* this is a github PRMike Bayer2013-12-171-1/+1
* add JSONMike Bayer2013-12-171-1/+3
* - changelogMike Bayer2013-12-171-0/+9
* - The :func:`.cast` function, when given a plain literal value,Mike Bayer2013-12-171-0/+14
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-0/+8
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-0/+11
* - fix up the FAQ regarding the "foo_id" issueMike Bayer2013-12-162-18/+110
* - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-0/+10
* - 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