summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* PEP8 tidy of subset of test/sql/*.pypr/103Tony Locke2014-07-074-602/+745
* pg8000 passing test/sqlTony Locke2014-07-064-13/+16
* Merge pull request #100 from plaes/typosmike bayer2014-07-061-2/+2
|\
| * typo: s/thbe/thepr/100Priit Laes2014-06-281-1/+1
| * typo: s/tranasction/transactionPriit Laes2014-06-281-2/+2
* | Merged in therve/bug-3093/bug/3093 (pull request #24) Mike Bayer2014-07-061-2/+2
|\ \
| * | Return the assigned value in MultableDict.setdefaultThomas Herve2014-06-241-2/+2
* | | Merge pull request #99 from tlocke/mastermike bayer2014-07-061-234/+267
|\ \ \
| * | | PEP8 tidy of test/sql/test_types.pypr/99Tony Locke2014-06-231-221/+256
| * | | pg8000 passing test/sql/test_types.pyTony Locke2014-06-231-13/+11
* | | | - add test support for disconnect modificationMike Bayer2014-07-041-0/+25
* | | | - rework the entire approach to #3076. As we need to catch all exceptionsMike Bayer2014-07-041-125/+267
* | | | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handlerMike Bayer2014-07-031-0/+111
* | | | - ensure ACID set up on this table for MySQLMike Bayer2014-07-011-2/+3
* | | | - Fixed bug where items that were persisted, deleted, or had aMike Bayer2014-07-012-0/+67
* | | | - repair the _enable_single_crit method, it was named the sameMike Bayer2014-06-301-0/+154
| |_|/ |/| |
* | | - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant`Mike Bayer2014-06-271-1/+30
* | | - Fixed bug involving dynamic attributes, that was again a regressionMike Bayer2014-06-261-0/+17
* | | - Fixed bug when the declarative ``__abstract__`` flag was not beingMike Bayer2014-06-251-1/+24
* | | - add a test to confirm #3096, we definitely get a timedeltaMike Bayer2014-06-251-0/+10
| |/ |/|
* | - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-234-38/+135
* | - Reverted the change for :ticket:`3060` - this is a unit of workMike Bayer2014-06-231-0/+21
|/
* - use new Or() directive to test for both SQL variants here, which can varyMike Bayer2014-06-211-7/+16
* - fix test failuresMike Bayer2014-06-212-5/+5
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-209-69/+111
* - The :paramref:`.Column.nullable` flag is implicitly set to ``False``Mike Bayer2014-06-201-0/+18
* - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-201-0/+13
* - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-181-0/+33
* - 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