summaryrefslogtreecommitdiff
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-276-55/+161
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-273-1/+57
* - Changed the queries used by Firebird to list table and view namesMike Bayer2013-12-272-5/+33
* - actually check the list of views!Mike Bayer2013-12-271-0/+1
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-273-0/+18
* - 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-272-1/+9
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-273-3/+28
* - repair some suite tests for firebirdMike Bayer2013-12-273-4/+44
* changelog, will merge to 0.8Mike Bayer2013-12-271-0/+9
* Merge pull request #51 from sontek/pymssql_handle_terminated_connectionmike bayer2013-12-272-3/+5
|\
| * Remove terminated connections from the pool.pr/51John Anderson2013-12-162-3/+5
* | - 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-203-1/+48
* | remove printMike Bayer2013-12-191-1/+0
* | - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-194-5/+61
* | fix doc targetMike Bayer2013-12-191-1/+1
* | - Improvements to the system by which SQL types generate withinMike Bayer2013-12-187-52/+175
* | - skip this test for oracleMike Bayer2013-12-181-0/+2
* | - remove very ancient TypeEngine constructor, not used by anythingMike Bayer2013-12-172-14/+0
* | - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-174-37/+97
* | this is a github PRMike Bayer2013-12-171-1/+1
* | add JSONMike Bayer2013-12-171-1/+3
* | autoincrement hereMike Bayer2013-12-171-2/+2
* | - changelogMike Bayer2013-12-171-0/+9
* | - The :func:`.cast` function, when given a plain literal value,Mike Bayer2013-12-173-16/+55
* | this test appears to be failing with pg 9.3, not sure how to restore itMike Bayer2013-12-171-1/+3
* | - using AssertsCompiledSQL so need __dialect__Mike Bayer2013-12-171-0/+3
* | - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-175-67/+126
* | - 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-175-2/+338
|\ \
| * | sqlalchemy/dialects/postgresql/pgjson:pr/50nathan2013-12-111-7/+14
| * | sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-112-5/+51
| * | sqlalchemy/dialects/postgresql/psycopg2:nathan2013-12-101-2/+0
| * | sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-103-3/+20
| * | Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9nathan2013-12-098-58/+148
| |\ \
| * | | sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-094-2/+270
* | | | - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-164-4/+18
* | | | - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-163-9/+98
* | | | - 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-163-15/+78
| |_|/ |/| |
* | | 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