| Commit message (Expand) | Author | Age | Files | Lines |
* | session docs: Change `object` to `someobject`pr/54 | Ben Alpert | 2013-12-27 | 1 | -1/+1 |
* | - rework the JSON expression system so that "astext" is called *after* | Mike Bayer | 2013-12-27 | 6 | -55/+161 |
* | - Declarative does an extra check to detect if the same | Mike Bayer | 2013-12-27 | 3 | -1/+57 |
* | - Changed the queries used by Firebird to list table and view names | Mike Bayer | 2013-12-27 | 2 | -5/+33 |
* | - actually check the list of views! | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
* | - The firebird dialect will quote identifiers which begin with an | Mike Bayer | 2013-12-27 | 3 | -0/+18 |
* | - add a test which creates tables and views at the same time, then tests that... | Mike Bayer | 2013-12-27 | 1 | -0/+6 |
* | - Fixed bug in Firebird index reflection where the columns within the | Mike Bayer | 2013-12-27 | 2 | -1/+9 |
* | - The "asdecimal" flag used with the :class:`.Float` type will now | Mike Bayer | 2013-12-27 | 3 | -3/+28 |
* | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 3 | -4/+44 |
* | changelog, will merge to 0.8 | Mike Bayer | 2013-12-27 | 1 | -0/+9 |
* | Merge pull request #51 from sontek/pymssql_handle_terminated_connection | mike bayer | 2013-12-27 | 2 | -3/+5 |
|\ |
|
| * | Remove terminated connections from the pool.pr/51 | John Anderson | 2013-12-16 | 2 | -3/+5 |
* | | - alter the decorator function, and the newer public_factory function, | Mike Bayer | 2013-12-21 | 1 | -6/+20 |
* | | - improve documentation for return_defaults() and returned_defaults. [ticket... | Mike Bayer | 2013-12-20 | 2 | -27/+68 |
* | | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 3 | -1/+48 |
* | | remove print | Mike Bayer | 2013-12-19 | 1 | -1/+0 |
* | | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 4 | -5/+61 |
* | | fix doc target | Mike Bayer | 2013-12-19 | 1 | -1/+1 |
* | | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 7 | -52/+175 |
* | | - skip this test for oracle | Mike Bayer | 2013-12-18 | 1 | -0/+2 |
* | | - remove very ancient TypeEngine constructor, not used by anything | Mike Bayer | 2013-12-17 | 2 | -14/+0 |
* | | - make the json serializer and deserializer per-dialect, so that we are | Mike Bayer | 2013-12-17 | 4 | -37/+97 |
* | | this is a github PR | Mike Bayer | 2013-12-17 | 1 | -1/+1 |
* | | add JSON | Mike Bayer | 2013-12-17 | 1 | -1/+3 |
* | | autoincrement here | Mike Bayer | 2013-12-17 | 1 | -2/+2 |
* | | - changelog | Mike Bayer | 2013-12-17 | 1 | -0/+9 |
* | | - The :func:`.cast` function, when given a plain literal value, | Mike Bayer | 2013-12-17 | 3 | -16/+55 |
* | | this test appears to be failing with pg 9.3, not sure how to restore it | Mike Bayer | 2013-12-17 | 1 | -1/+3 |
* | | - using AssertsCompiledSQL so need __dialect__ | Mike Bayer | 2013-12-17 | 1 | -0/+3 |
* | | - rework JSON expressions to be based off __getitem__ exclusively | Mike Bayer | 2013-12-17 | 5 | -67/+126 |
* | | - enhance the exclusions system to support database versions within the __onl... | Mike Bayer | 2013-12-17 | 2 | -7/+17 |
* | | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_json | Mike Bayer | 2013-12-17 | 5 | -2/+338 |
|\ \ |
|
| * | | sqlalchemy/dialects/postgresql/pgjson:pr/50 | nathan | 2013-12-11 | 1 | -7/+14 |
| * | | sqlalchemy/dialects/postgresql/pgjson: | nathan | 2013-12-11 | 2 | -5/+51 |
| * | | sqlalchemy/dialects/postgresql/psycopg2: | nathan | 2013-12-10 | 1 | -2/+0 |
| * | | sqlalchemy/dialects/postgresql/pgjson: | nathan | 2013-12-10 | 3 | -3/+20 |
| * | | Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9 | nathan | 2013-12-09 | 8 | -58/+148 |
| |\ \ |
|
| * | | | sqlalchemy/dialects/postgresql/__init__.py: | nathan | 2013-12-09 | 4 | -2/+270 |
* | | | | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 4 | -4/+18 |
* | | | | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 3 | -9/+98 |
* | | | | - fix up the FAQ regarding the "foo_id" issue | Mike Bayer | 2013-12-16 | 2 | -18/+110 |
* | | | | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 3 | -15/+78 |
| |_|/
|/| | |
|
* | | | wrong method name | Mike Bayer | 2013-12-16 | 1 | -1/+1 |
* | | | - add "force_nocheck" as a way to turn on unicode=force without even | Mike Bayer | 2013-12-15 | 3 | -21/+23 |
* | | | load_on_pending is different from enable_relationship_loading and should | Mike Bayer | 2013-12-15 | 2 | -6/+14 |
* | | | make the error message for [ticket:2889] more accurate, as we support | Mike Bayer | 2013-12-12 | 2 | -2/+2 |
* | | | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 3 | -1/+34 |
* | | | - Error message when a string arg sent to :func:`.relationship` which | Mike Bayer | 2013-12-12 | 3 | -12/+55 |
* | | | move things that are 90% behavioral improvements to that section. the list o... | Mike Bayer | 2013-12-11 | 1 | -262/+271 |