summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - Modified the behavior of :func:`.orm.load_only` such that primary keyMike Bayer2014-06-121-5/+36
* - fix this test for MySQL, needs InnoDBMike Bayer2014-05-301-3/+7
* - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-301-14/+57
* - The ``__mapper_args__`` dictionary is copied from a declarativeMike Bayer2014-05-301-0/+27
* Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-masterMike Bayer2014-05-303-68/+58
|\
| * PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-50/+40
| * Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-7/+13
| * Add postgresql+pg8000 to floats_to_four_decimalsTony Locke2014-05-211-2/+5
| * pg8000 now passes test_extract() testTony Locke2014-05-211-1/+0
| * Two tests now work for pg800 in EnumTestTony Locke2014-05-211-6/+0
| * pg8000 no longer truncates decimalsTony Locke2014-05-211-2/+0
* | - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-13/+6
* | - add a new assertsql construct "Or", so that we can test for a UOW flushMike Bayer2014-05-301-9/+18
* | - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-6/+72
* | - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-282-1/+127
* | - Fixed bug in INSERT..FROM SELECT construct where selecting from aMike Bayer2014-05-251-1/+19
* | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+15
* | - Fixed bug in subquery eager loading where a long chain ofMike Bayer2014-05-252-1/+112
* | - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-252-1/+57
* | - repair oracle compilation for new limit/offset system.Mike Bayer2014-05-241-15/+22
* | - reset callcountsMike Bayer2014-05-241-396/+291
* | - revert the memoized committed_state / callables changes as they appear to a...Mike Bayer2014-05-241-1/+3
* | - fix typos in testMike Bayer2014-05-241-2/+2
* | - Fixed bug where the :meth:`.Operators.__and__`,Mike Bayer2014-05-241-0/+49
* | - more tests, including backend testsMike Bayer2014-05-163-13/+78
* | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-0/+13
|\ \ | |/ |/|
| * Expand test to also test whether offset accepts a bindparam.Dobes Vandermeer2014-04-241-2/+6
| * Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-241-0/+9
* | - changelog for #2785Mike Bayer2014-05-161-29/+15
* | Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc...Mike Bayer2014-05-161-0/+53
|\ \
| * | zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-0/+53
* | | - Fixed bug in mutable extension where :class:`.MutableDict` did notMike Bayer2014-05-141-0/+17
* | | Merged in WSMcG/sqlalchemy (pull request #15) Mike Bayer2014-05-121-0/+4
|\ \ \ | |/ / |/| |
| * | Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-0/+4
* | | Merge pull request #91 from smurfix/de_apostroph_ifymike bayer2014-05-112-2/+2
|\ \ \
| * | | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-112-2/+2
* | | | - Fixed ORM bug where the :func:`.class_mapper` function would maskMike Bayer2014-05-101-0/+35
* | | | - stress test for invalidationMike Bayer2014-05-101-0/+51
|/ / /
* | | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-083-1/+33
* | | - critically, py.test for unknown reasons *SKIPS* tests that have an __init__...Mike Bayer2014-05-021-27/+7
* | | - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-302-2/+34
* | | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-2632-47/+47
| |/ |/|
* | - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-192-2/+199
* | - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-192-12/+102
|/
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-151-0/+11
* remove unused importMatt Chisholm2014-04-141-1/+0
* fix unclosed file ResourceWarningMatt Chisholm2014-04-141-1/+2
* - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"Mike Bayer2014-04-101-0/+9
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-091-1/+46
* - reverse order of columns in sample CTEs as this is a UNION and the cols nee...Mike Bayer2014-04-021-5/+5