summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - turn on population fully. the change we have to make hererow_proc_integration_3Mike Bayer2015-03-012-11/+35
* - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+53
* - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-202-10/+155
* - Fixed bug where internal assertion would fail in the case whereMike Bayer2015-02-201-0/+29
* - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-191-4/+4
* - repair merge failureMike Bayer2015-02-191-22/+6
* - autopep8Mike Bayer2015-02-191-39/+43
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-184-67/+141
* - add the test_expire_lots test for comparisonMike Bayer2015-02-182-0/+71
* - additional mysql cast-related test fixesMike Bayer2015-02-092-0/+9
* - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-1/+11
* - test skips for MySQL w new cast warningMike Bayer2015-02-091-0/+16
* - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-29/+46
* - flake8Mike Bayer2015-02-091-74/+99
* - Literal values within a :class:`.DefaultClause`, which is invokedMike Bayer2015-02-091-3/+70
* - test + changelogMike Bayer2015-02-081-0/+14
* - cx_Oracle.makedsn can now be passed service_name; squashSławek Ehlert2014-04-021-0/+20
* - make even more tablesMike Bayer2015-02-071-27/+30
* - break up the tables here to avoid the error we're gettingMike Bayer2015-02-061-15/+24
* - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-052-29/+133
* - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-042-0/+22
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-043-7/+55
* - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-022-3/+73
* - Repaired support for Postgresql UUID types in conjunction withMike Bayer2015-02-011-6/+28
* Merge remote-tracking branch 'origin/pr/68' into pr68Mike Bayer2015-02-011-0/+13
|\
| * Add unit test for UUID arrays in PostgreSQL.pr/68Kevin Deldycke2014-02-061-0/+13
* | - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-312-7/+26
* | - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-302-1/+22
* | - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-0/+92
* | - fix this test for py3kMike Bayer2015-01-261-1/+1
* | - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-264-41/+49
* | 78-char widthShaun Stanworth2015-01-262-2/+4
* | Added psycopg2cffi dialectShaun Stanworth2015-01-266-5/+12
* | Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemyMike Bayer2015-01-261-0/+13
|\ \
| * | warn on duplicate polymorphic_identitySebastian Bank2014-12-041-0/+13
* | | Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-261-1/+2
|\ \ \
| * | | Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-201-1/+2
* | | | - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-202-0/+43
* | | | formattingMike Bayer2015-01-201-27/+30
* | | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-191-4/+37
* | | | - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-191-19/+4
* | | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-191-4/+19
* | | | - testsMike Bayer2015-01-191-0/+63
* | | | - further fixes and even better tests for this blockMike Bayer2015-01-191-1/+27
* | | | - fix another issue from rf49c367ef, add another testMike Bayer2015-01-181-1/+30
* | | | - rework assertsql system, fixes #3293Mike Bayer2015-01-186-161/+242
* | | | - fix a regression from ref #3178, where dialects that don't actually supportMike Bayer2015-01-171-3/+65
* | | | - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-0/+1
* | | | - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-0/+63
* | | | - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-1/+53