summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-273-48/+120
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-271-1/+14
* - Changed the queries used by Firebird to list table and view namesMike Bayer2013-12-271-5/+21
* - actually check the list of views!Mike Bayer2013-12-271-0/+1
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+1
* - add a test which creates tables and views at the same time, then tests that...Mike Bayer2013-12-271-0/+6
* - Fixed bug in Firebird index reflection where the columns within theMike Bayer2013-12-271-1/+1
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-1/+8
* - repair some suite tests for firebirdMike Bayer2013-12-272-1/+29
* Merge pull request #51 from sontek/pymssql_handle_terminated_connectionmike bayer2013-12-271-0/+1
|\
| * Remove terminated connections from the pool.pr/51John Anderson2013-12-161-0/+1
* | - alter the decorator function, and the newer public_factory function,Mike Bayer2013-12-211-6/+20
* | - improve documentation for return_defaults() and returned_defaults. [ticket...Mike Bayer2013-12-202-27/+68
* | - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-1/+7
* | - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-192-5/+20
* | fix doc targetMike Bayer2013-12-191-1/+1
* | - Improvements to the system by which SQL types generate withinMike Bayer2013-12-183-49/+90
* | - remove very ancient TypeEngine constructor, not used by anythingMike Bayer2013-12-171-6/+0
* | - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-173-15/+28
* | - The :func:`.cast` function, when given a plain literal value,Mike Bayer2013-12-171-1/+4
* | - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-174-38/+48
* | - enhance the exclusions system to support database versions within the __onl...Mike Bayer2013-12-172-7/+17
* | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-174-1/+148
|\ \
| * | sqlalchemy/dialects/postgresql/pgjson:pr/50nathan2013-12-111-7/+14
| * | sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-111-2/+14
| * | sqlalchemy/dialects/postgresql/psycopg2:nathan2013-12-101-2/+0
| * | sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-102-2/+19
| * | Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9nathan2013-12-092-6/+8
| |\ \
| * | | sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-093-1/+114
* | | | - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-162-3/+8
* | | | - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-8/+32
* | | | - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-1/+3
| |_|/ |/| |
* | | wrong method nameMike Bayer2013-12-161-1/+1
* | | - add "force_nocheck" as a way to turn on unicode=force without evenMike Bayer2013-12-152-21/+16
* | | 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-121-1/+1
* | | - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-121-0/+5
* | | - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-12/+10
* | | - implement "literal binds" for the text() clause, [ticket:2882]Mike Bayer2013-12-111-3/+3
* | | - The :class:`.ForeignKey` class more aggressively checks the givenMike Bayer2013-12-111-21/+34
* | | - The :class:`.exc.StatementError` or DBAPI-related subclassMike Bayer2013-12-112-3/+23
* | | - round trip testMike Bayer2013-12-091-18/+44
* | | Adds tsvector to ischema_names for reflection to work.Noufal Ibrahim2013-12-101-0/+1
* | | Updates documentation for tsvector type.Noufal Ibrahim2013-12-101-1/+26
* | | Implements TSVECTOR type for postgresql.Noufal Ibrahim2013-12-102-2/+10
* | | - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-074-34/+36
* | | - documentation cleanup in ORM including [ticket:2816]Mike Bayer2013-12-073-43/+88
* | | - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-1/+1
* | | - 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-061-31/+33