summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - these tests are really old but trying to make sure everything is closed outMike Bayer2014-01-051-40/+40
* - docs + testsMike Bayer2014-01-051-0/+146
* Merge branch 'automap'Mike Bayer2014-01-052-0/+24
|\
| * - conjunctions like and_() and or_() can now accept generators as arguments.Mike Bayer2014-01-051-0/+11
| * - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-041-0/+13
* | - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-042-1/+50
|/
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-031-2/+18
* Merge bitbucket.org:rschoon/sqlalchemy into tMike Bayer2014-01-021-0/+4
|\
| * Don't barf on Session(info=...) from sessionmaker(info=None)Robin Schoonover2013-12-311-0/+4
* | - Fixed regression where we don't check the given name against theMike Bayer2014-01-021-0/+16
* | - A quasi-regression where apparently in 0.8 you can set a class-levelMike Bayer2014-01-021-1/+59
* | - Fixed regression where we apparently still create an implicitMike Bayer2014-01-022-4/+32
* | - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-022-5/+12
|/
* a few oracle test failuresMike Bayer2013-12-281-0/+6
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-281-1/+11
* - adjust the behavior of cast() to only provide a type for the bindparam()Mike Bayer2013-12-281-104/+208
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-271-7/+25
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-271-0/+33
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+9
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-2/+12
* - repair some suite tests for firebirdMike Bayer2013-12-271-3/+15
* Merge pull request #51 from sontek/pymssql_handle_terminated_connectionmike bayer2013-12-271-3/+4
|\
| * Remove terminated connections from the pool.pr/51John Anderson2013-12-161-3/+4
* | - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-0/+28
* | remove printMike Bayer2013-12-191-1/+0
* | - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-191-0/+29
* | - Improvements to the system by which SQL types generate withinMike Bayer2013-12-183-3/+75
* | - skip this test for oracleMike Bayer2013-12-181-0/+2
* | - remove very ancient TypeEngine constructor, not used by anythingMike Bayer2013-12-171-8/+0
* | - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-171-22/+69
* | autoincrement hereMike Bayer2013-12-171-2/+2
* | - The :func:`.cast` function, when given a plain literal value,Mike Bayer2013-12-171-15/+37
* | 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-171-29/+78
* | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-171-1/+190
|\ \
| * | sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-111-3/+37
| * | sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-101-1/+1
| * | Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9nathan2013-12-093-52/+63
| |\ \
| * | | sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-091-1/+156
* | | | - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-1/+2
* | | | - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-1/+55
* | | | - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-14/+65
| |_|/ |/| |
* | | 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-1/+19
* | | - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-0/+32
* | | - implement "literal binds" for the text() clause, [ticket:2882]Mike Bayer2013-12-111-0/+11
* | | - The :class:`.ForeignKey` class more aggressively checks the givenMike Bayer2013-12-111-1/+40
* | | - round trip testMike Bayer2013-12-091-0/+11
* | | Adds test to verify tsvector creation.Noufal Ibrahim2013-12-101-1/+2