summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-13/+55
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-0/+23
* typoMike Bayer2013-07-131-7/+7
* further tweakingMike Bayer2013-07-131-3/+2
* fix the scoping hereMike Bayer2013-07-131-2/+4
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-133-14/+93
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-1/+46
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-122-0/+53
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-111-3/+31
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-091-0/+2
* callcountsMike Bayer2013-07-081-32/+32
* - create a new system where we can decorate an event methodMike Bayer2013-07-082-21/+287
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-052-2/+134
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-43/+128
* Fixed bug where :class:`.QueuePool` would lose the correctMike Bayer2013-07-041-1/+50
* make this rule automatic based on coverage pluginMike Bayer2013-07-031-5/+8
* for this test, apparently we don't handle sets as unordered since neither doesMike Bayer2013-07-021-3/+9
* add a float exclusion to help oursql build 100%Mike Bayer2013-07-021-0/+3
* Fixed bug when using multi-table UPDATE where a supplementalMike Bayer2013-07-021-0/+39
* Added :class:`.BIGINT` to the list of type names that can beMike Bayer2013-07-021-1/+3
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-2/+37
* profile tweakMike Bayer2013-07-021-9/+8
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-024-83/+164
* mark the tests that seem to be segfauling py3k+coverage so that we can exclud...Mike Bayer2013-06-302-0/+16
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-301-0/+73
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-309-493/+456
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-2/+33
* add better tests for [ticket:2750]Mike Bayer2013-06-301-3/+45
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-301-3/+23
* tweak the timings here to maximize chance of test successMike Bayer2013-06-291-31/+12
* set UTC timezone on the connection here so we can get consistent resultsMike Bayer2013-06-291-6/+9
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-282-56/+161
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-2821-7350/+7449
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-0/+37
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-272-0/+89
* add an ORDER BY hereMike Bayer2013-06-261-2/+2
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-263-38/+210
* YEAR(2) emits a warning and oursql / mysqlconnector throw an exceptionMike Bayer2013-06-231-4/+2
* - add a test for pullreq 8Mike Bayer2013-06-231-0/+26
* tweak this for now, would need a testMike Bayer2013-06-231-11/+0
* The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-233-36/+323
* Fix unicode literals on Python 3.1 and 3.2pr/10Roman Podolyaka2013-06-231-8/+8
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-221-1/+33
* this locale is not needed. maybe it is somewhere but the locale I have ("C"...Mike Bayer2013-06-222-18/+9
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-222-1/+344
|\
| * Implement EXCLUDE constraints for postgres.Chris Withers2013-06-101-1/+49
| * add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-1/+159
| * Basic type support for the new range types in postgres 9.2Chris Withers2013-06-102-1/+138
* | turn this requirement back down as the simpler serialize works better nowMike Bayer2013-06-172-8/+1
* | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-1/+1