| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 3 | -49/+90 |
| * | | - remove very ancient TypeEngine constructor, not used by anything | Mike Bayer | 2013-12-17 | 1 | -6/+0 |
| * | | - make the json serializer and deserializer per-dialect, so that we are | Mike Bayer | 2013-12-17 | 3 | -15/+28 |
| * | | - The :func:`.cast` function, when given a plain literal value, | Mike Bayer | 2013-12-17 | 1 | -1/+4 |
| * | | - rework JSON expressions to be based off __getitem__ exclusively | Mike Bayer | 2013-12-17 | 4 | -38/+48 |
| * | | - 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 | 4 | -1/+148 |
| |\ \ |
|
| | * | | sqlalchemy/dialects/postgresql/pgjson:pr/50 | nathan | 2013-12-11 | 1 | -7/+14 |
| | * | | sqlalchemy/dialects/postgresql/pgjson: | nathan | 2013-12-11 | 1 | -2/+14 |
| | * | | sqlalchemy/dialects/postgresql/psycopg2: | nathan | 2013-12-10 | 1 | -2/+0 |
| | * | | sqlalchemy/dialects/postgresql/pgjson: | nathan | 2013-12-10 | 2 | -2/+19 |
| | * | | Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9 | nathan | 2013-12-09 | 2 | -6/+8 |
| | |\ \ |
|
| | * | | | sqlalchemy/dialects/postgresql/__init__.py: | nathan | 2013-12-09 | 3 | -1/+114 |
| * | | | | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 2 | -3/+8 |
| * | | | | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 1 | -8/+32 |
| * | | | | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 1 | -1/+3 |
| | |_|/
|/| | |
|
| * | | | 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 | 2 | -21/+16 |
| * | | | 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 | 1 | -1/+1 |
| * | | | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 1 | -0/+5 |
| * | | | - Error message when a string arg sent to :func:`.relationship` which | Mike Bayer | 2013-12-12 | 1 | -12/+10 |
| * | | | - implement "literal binds" for the text() clause, [ticket:2882] | Mike Bayer | 2013-12-11 | 1 | -3/+3 |
| * | | | - The :class:`.ForeignKey` class more aggressively checks the given | Mike Bayer | 2013-12-11 | 1 | -21/+34 |
| * | | | - The :class:`.exc.StatementError` or DBAPI-related subclass | Mike Bayer | 2013-12-11 | 2 | -3/+23 |
| * | | | - round trip test | Mike Bayer | 2013-12-09 | 1 | -18/+44 |
| * | | | Adds tsvector to ischema_names for reflection to work. | Noufal Ibrahim | 2013-12-10 | 1 | -0/+1 |
| * | | | Updates documentation for tsvector type. | Noufal Ibrahim | 2013-12-10 | 1 | -1/+26 |
| * | | | Implements TSVECTOR type for postgresql. | Noufal Ibrahim | 2013-12-10 | 2 | -2/+10 |
| * | | | - The :func:`.engine_from_config` function has been improved so that | Mike Bayer | 2013-12-07 | 4 | -34/+36 |
| * | | | - documentation cleanup in ORM including [ticket:2816] | Mike Bayer | 2013-12-07 | 3 | -43/+88 |
| * | | | - A DBAPI that raises an error on ``connect()`` which is not a subclass | Mike Bayer | 2013-12-07 | 1 | -1/+1 |
| * | | | - restore having the connection closed before decrementing the overflow counter | Mike Bayer | 2013-12-06 | 1 | -2/+4 |
| * | | | - The :class:`.QueuePool` has been enhanced to not block new connection | Mike Bayer | 2013-12-06 | 1 | -31/+33 |
| * | | | - Made a slight adjustment to the logic which waits for a pooled | Mike Bayer | 2013-12-06 | 1 | -2/+8 |
| | |/
|/| |
|
| * | | - The precedence rules for the :meth:`.ColumnOperators.collate` operator | Mike Bayer | 2013-12-05 | 1 | -1/+5 |
| * | | Fix MSSQL dialects visit_drop_index to use the correct DDL | donkopotamus | 2013-12-05 | 1 | -5/+3 |
| |/ |
|
| * | - reflection of unique constraints backported to 0.8.4 [ticket:1443] | Mike Bayer | 2013-12-03 | 1 | -1/+1 |
| * | - The :class:`.DeferredReflection` class has been enhanced to provide | Mike Bayer | 2013-12-03 | 2 | -38/+75 |
| * | - Added ORA-02396 "maximum idle time" error code to list of | Mike Bayer | 2013-12-03 | 1 | -1/+2 |
| * | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 3 | -12/+45 |
| * | - changelog | Mike Bayer | 2013-11-30 | 1 | -7/+8 |
| * | Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem... | Mike Bayer | 2013-11-30 | 1 | -0/+8 |
| |\ |
|
| | * | orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40 | schettino72 | 2013-11-25 | 1 | -1/+0 |
| | * | Add support for python3.3 list.clear() on orm.collections | schettino72 | 2013-11-06 | 1 | -0/+9 |
| * | | - re-document synonyms and remove warnings about "superseded"; synonyms | Mike Bayer | 2013-11-30 | 1 | -33/+50 |
| * | | - Fixed bug where values within an ENUM weren't escaped for single | Mike Bayer | 2013-11-30 | 1 | -1/+3 |
| * | | convert to a list here for py3k | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
| * | | - add support for bindparam() called from AsFromText | Mike Bayer | 2013-11-29 | 2 | -13/+20 |
| * | | Fixed bug where in Py2K a unicode literal would not be accepted | Mike Bayer | 2013-11-29 | 1 | -1/+1 |