| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 1 | -13/+55 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -0/+23 |
| * | typo | Mike Bayer | 2013-07-13 | 1 | -7/+7 |
| * | further tweaking | Mike Bayer | 2013-07-13 | 1 | -3/+2 |
| * | fix the scoping here | Mike Bayer | 2013-07-13 | 1 | -2/+4 |
| * | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 3 | -14/+93 |
| * | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -1/+46 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 2 | -0/+53 |
| * | Dialect.initialize() is not called a second time if an :class:`.Engine` | Mike Bayer | 2013-07-11 | 1 | -3/+31 |
| * | - we dont actually need this unicode cast, on py3k + linux it seems the | Mike Bayer | 2013-07-09 | 1 | -0/+2 |
| * | callcounts | Mike Bayer | 2013-07-08 | 1 | -32/+32 |
| * | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 2 | -21/+287 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 2 | -2/+134 |
| * | Fixed bug whereby attribute history functions would fail | Mike Bayer | 2013-07-04 | 1 | -43/+128 |
| * | Fixed bug where :class:`.QueuePool` would lose the correct | Mike Bayer | 2013-07-04 | 1 | -1/+50 |
| * | make this rule automatic based on coverage plugin | Mike Bayer | 2013-07-03 | 1 | -5/+8 |
| * | for this test, apparently we don't handle sets as unordered since neither does | Mike Bayer | 2013-07-02 | 1 | -3/+9 |
| * | add a float exclusion to help oursql build 100% | Mike Bayer | 2013-07-02 | 1 | -0/+3 |
| * | Fixed bug when using multi-table UPDATE where a supplemental | Mike Bayer | 2013-07-02 | 1 | -0/+39 |
| * | Added :class:`.BIGINT` to the list of type names that can be | Mike Bayer | 2013-07-02 | 1 | -1/+3 |
| * | ORM descriptors such as hybrid properties can now be referenced | Mike Bayer | 2013-07-02 | 1 | -2/+37 |
| * | profile tweak | Mike Bayer | 2013-07-02 | 1 | -9/+8 |
| * | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 4 | -83/+164 |
| * | mark the tests that seem to be segfauling py3k+coverage so that we can exclud... | Mike Bayer | 2013-06-30 | 2 | -0/+16 |
| * | Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects. | Mike Bayer | 2013-06-30 | 1 | -0/+73 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 9 | -493/+456 |
| * | - additional fix for [ticket:2750] where on an update, we make sure the | Mike Bayer | 2013-06-30 | 1 | -2/+33 |
| * | add better tests for [ticket:2750] | Mike Bayer | 2013-06-30 | 1 | -3/+45 |
| * | A warning is emitted when trying to flush an object of an inherited | Mike Bayer | 2013-06-30 | 1 | -3/+23 |
| * | tweak the timings here to maximize chance of test success | Mike Bayer | 2013-06-29 | 1 | -31/+12 |
| * | set UTC timezone on the connection here so we can get consistent results | Mike Bayer | 2013-06-29 | 1 | -6/+9 |
| * | The behavior of :func:`.extract` has been simplified on the | Mike Bayer | 2013-06-28 | 2 | -56/+161 |
| * | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 21 | -7350/+7449 |
| * | Fixed bug in HSTORE type where keys/values that contained | Mike Bayer | 2013-06-28 | 1 | -0/+37 |
| * | - fix a regression caused by #2587, where query.join() would apply an | Mike Bayer | 2013-06-27 | 2 | -0/+89 |
| * | add an ORDER BY here | Mike Bayer | 2013-06-26 | 1 | -2/+2 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 3 | -38/+210 |
| * | YEAR(2) emits a warning and oursql / mysqlconnector throw an exception | Mike Bayer | 2013-06-23 | 1 | -4/+2 |
| * | - add a test for pullreq 8 | Mike Bayer | 2013-06-23 | 1 | -0/+26 |
| * | tweak this for now, would need a test | Mike Bayer | 2013-06-23 | 1 | -11/+0 |
| * | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 3 | -36/+323 |
| * | Fix unicode literals on Python 3.1 and 3.2pr/10 | Roman Podolyaka | 2013-06-23 | 1 | -8/+8 |
| * | Provided a new attribute for :class:`.TypeDecorator` | Mike Bayer | 2013-06-22 | 1 | -1/+33 |
| * | this locale is not needed. maybe it is somewhere but the locale I have ("C"... | Mike Bayer | 2013-06-22 | 2 | -18/+9 |
| * | Merge pull request #5 from cjw296/pg-ranges | mike bayer | 2013-06-22 | 2 | -1/+344 |
| |\ |
|
| | * | Implement EXCLUDE constraints for postgres. | Chris Withers | 2013-06-10 | 1 | -1/+49 |
| | * | add support for range operators listed in http://www.postgresql.org/docs/9.2/... | Chris Withers | 2013-06-10 | 1 | -1/+159 |
| | * | Basic type support for the new range types in postgres 9.2 | Chris Withers | 2013-06-10 | 2 | -1/+138 |
| * | | turn this requirement back down as the simpler serialize works better now | Mike Bayer | 2013-06-17 | 2 | -8/+1 |
| * | | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -1/+1 |