| Commit message (Expand) | Author | Age | Files | Lines |
| * | - these tests are really old but trying to make sure everything is closed out | Mike Bayer | 2014-01-05 | 1 | -40/+40 |
| * | - docs + tests | Mike Bayer | 2014-01-05 | 1 | -0/+146 |
| * | Merge branch 'automap' | Mike Bayer | 2014-01-05 | 2 | -0/+24 |
| |\ |
|
| | * | - conjunctions like and_() and or_() can now accept generators as arguments. | Mike Bayer | 2014-01-05 | 1 | -0/+11 |
| | * | - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace` | Mike Bayer | 2014-01-04 | 1 | -0/+13 |
| * | | - Fixed regression where using a ``functools.partial()`` with the event | Mike Bayer | 2014-01-04 | 2 | -1/+50 |
| |/ |
|
| * | - Fixed an extremely unlikely memory issue where when using | Mike Bayer | 2014-01-03 | 1 | -2/+18 |
| * | Merge bitbucket.org:rschoon/sqlalchemy into t | Mike Bayer | 2014-01-02 | 1 | -0/+4 |
| |\ |
|
| | * | Don't barf on Session(info=...) from sessionmaker(info=None) | Robin Schoonover | 2013-12-31 | 1 | -0/+4 |
| * | | - Fixed regression where we don't check the given name against the | Mike Bayer | 2014-01-02 | 1 | -0/+16 |
| * | | - A quasi-regression where apparently in 0.8 you can set a class-level | Mike Bayer | 2014-01-02 | 1 | -1/+59 |
| * | | - Fixed regression where we apparently still create an implicit | Mike Bayer | 2014-01-02 | 2 | -4/+32 |
| * | | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 2 | -5/+12 |
| |/ |
|
| * | a few oracle test failures | Mike Bayer | 2013-12-28 | 1 | -0/+6 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 1 | -1/+11 |
| * | - adjust the behavior of cast() to only provide a type for the bindparam() | Mike Bayer | 2013-12-28 | 1 | -104/+208 |
| * | - rework the JSON expression system so that "astext" is called *after* | Mike Bayer | 2013-12-27 | 1 | -7/+25 |
| * | - Declarative does an extra check to detect if the same | Mike Bayer | 2013-12-27 | 1 | -0/+33 |
| * | - The firebird dialect will quote identifiers which begin with an | Mike Bayer | 2013-12-27 | 1 | -0/+9 |
| * | - The "asdecimal" flag used with the :class:`.Float` type will now | Mike Bayer | 2013-12-27 | 1 | -2/+12 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 1 | -3/+15 |
| * | Merge pull request #51 from sontek/pymssql_handle_terminated_connection | mike bayer | 2013-12-27 | 1 | -3/+4 |
| |\ |
|
| | * | Remove terminated connections from the pool.pr/51 | John Anderson | 2013-12-16 | 1 | -3/+4 |
| * | | - Fixed issue where a primary key column that has a Sequence on it, | Mike Bayer | 2013-12-20 | 1 | -0/+28 |
| * | | 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 | 1 | -0/+29 |
| * | | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 3 | -3/+75 |
| * | | - 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 | 1 | -8/+0 |
| * | | - make the json serializer and deserializer per-dialect, so that we are | Mike Bayer | 2013-12-17 | 1 | -22/+69 |
| * | | autoincrement here | Mike Bayer | 2013-12-17 | 1 | -2/+2 |
| * | | - The :func:`.cast` function, when given a plain literal value, | Mike Bayer | 2013-12-17 | 1 | -15/+37 |
| * | | 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 | 1 | -29/+78 |
| * | | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_json | Mike Bayer | 2013-12-17 | 1 | -1/+190 |
| |\ \ |
|
| | * | | sqlalchemy/dialects/postgresql/pgjson: | nathan | 2013-12-11 | 1 | -3/+37 |
| | * | | sqlalchemy/dialects/postgresql/pgjson: | nathan | 2013-12-10 | 1 | -1/+1 |
| | * | | Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9 | nathan | 2013-12-09 | 3 | -52/+63 |
| | |\ \ |
|
| | * | | | sqlalchemy/dialects/postgresql/__init__.py: | nathan | 2013-12-09 | 1 | -1/+156 |
| * | | | | - for [ticket:2651], leaving CheckConstraint alone, preferring to keep | Mike Bayer | 2013-12-16 | 1 | -1/+2 |
| * | | | | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 1 | -1/+55 |
| * | | | | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 1 | -14/+65 |
| | |_|/
|/| | |
|
| * | | | 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 | -1/+19 |
| * | | | - Error message when a string arg sent to :func:`.relationship` which | Mike Bayer | 2013-12-12 | 1 | -0/+32 |
| * | | | - implement "literal binds" for the text() clause, [ticket:2882] | Mike Bayer | 2013-12-11 | 1 | -0/+11 |
| * | | | - The :class:`.ForeignKey` class more aggressively checks the given | Mike Bayer | 2013-12-11 | 1 | -1/+40 |
| * | | | - round trip test | Mike Bayer | 2013-12-09 | 1 | -0/+11 |
| * | | | Adds test to verify tsvector creation. | Noufal Ibrahim | 2013-12-10 | 1 | -1/+2 |