| 2013-08-02 |
Mike Bayer | rework the test here to suit 0.8/0.9 mostly, include... |
commit | commitdiff | tree | snapshot |
| 2013-08-02 |
Mike Bayer | a missing cursor.close() here caused a *huge* amount... |
commit | commitdiff | tree | snapshot |
| 2013-08-02 |
Mike Bayer | - add a clear() to SetIsh here so that the control... |
commit | commitdiff | tree | snapshot |
| 2013-08-02 |
Mike Bayer | Added a new attribute :attr:`.Session.info` to :class... |
commit | commitdiff | tree | snapshot |
| 2013-08-02 |
Mike Bayer | - assorted fixes raised by pypy 2.1beta2, but all of... |
commit | commitdiff | tree | snapshot |
| 2013-08-01 |
Mike Bayer | Updates to MySQL reserved words for versions 5.5, 5... |
commit | commitdiff | tree | snapshot |
| 2013-07-31 |
Mike Bayer | fix missing comma |
commit | commitdiff | tree | snapshot |
| 2013-07-31 |
Mike Bayer | - update ORM event docs to include that you can listen... |
commit | commitdiff | tree | snapshot |
| 2013-07-31 |
Mike Bayer | fix changelog |
commit | commitdiff | tree | snapshot |
| 2013-07-31 |
Mike Bayer | - Fixed bug in common table expression system where... |
commit | commitdiff | tree | snapshot |
| 2013-07-31 |
Patrick R.... | Made primary_key autoincrement=False in versioning... |
commit | commitdiff | tree | snapshot |
| 2013-07-27 |
Mike Bayer | modernize this a bit |
commit | commitdiff | tree | snapshot |
| 2013-07-27 |
Mike Bayer | - this collection can be None on cleanup, so check... |
commit | commitdiff | tree | snapshot |
| 2013-07-27 |
Mike Bayer | last updated |
commit | commitdiff | tree | snapshot |
| 2013-07-27 |
Mike Bayer | try seeing if just clearing this ahead of time helps |
commit | commitdiff | tree | snapshot |
| 2013-07-27 |
Mike Bayer | - fix issue in join rewriting whereby we need to ensure... |
commit | commitdiff | tree | snapshot |
| 2013-07-27 |
Mike Bayer | - The C extensions are ported to Python 3 and will... |
commit | commitdiff | tree | snapshot |
| 2013-07-26 |
Mike Bayer | - add event.contains() function to the event package... |
commit | commitdiff | tree | snapshot |
| 2013-07-26 |
Mike Bayer | - Removal of event listeners is now implemented. ... |
commit | commitdiff | tree | snapshot |
| 2013-07-26 |
Mike Bayer | - The mechanism by which attribute events pass along an |
commit | commitdiff | tree | snapshot |
| 2013-07-20 |
Mike Bayer | tpo |
commit | commitdiff | tree | snapshot |
| 2013-07-20 |
Mike Bayer | - Improved the examples in ``examples/generic_associati... |
commit | commitdiff | tree | snapshot |
| 2013-07-19 |
mike bayer | Merge pull request #18 from davidjb/patch-1 |
commit | commitdiff | tree | snapshot |
| 2013-07-19 |
David Beitey | Minor hybrid extension documentation update |
commit | commitdiff | tree | snapshot |
| 2013-07-19 |
Mike Bayer | Fixed bug in ORM-level event registration where the... |
commit | commitdiff | tree | snapshot |
| 2013-07-17 |
Mike Bayer | Fixed bug in :class:`.CheckConstraint` DDL where the... |
commit | commitdiff | tree | snapshot |
| 2013-07-14 |
mike bayer | Merge pull request #17 from iElectric/docs/wording_yiel... |
commit | commitdiff | tree | snapshot |
| 2013-07-14 |
Domen Kožar | wording about supported dialects for Query.yield_per |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | typo |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | further tweaking |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | fix the scoping here |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | changelog for 0.9 |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | A performance fix related to the usage of the :func... |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | doc fix |
commit | commitdiff | tree | snapshot |
| 2013-07-13 |
Mike Bayer | The newly added SQLite DATETIME arguments storage_forma... |
commit | commitdiff | tree | snapshot |
| 2013-07-12 |
Mike Bayer | - use inline=True for the insert..select here so it... |
commit | commitdiff | tree | snapshot |
| 2013-07-12 |
Mike Bayer | CSS tweaks to support version styling in the latest... |
commit | commitdiff | tree | snapshot |
| 2013-07-12 |
Mike Bayer | Fixed bug where the expression system relied upon the... |
commit | commitdiff | tree | snapshot |
| 2013-07-12 |
Mike Bayer | don't split the regexps for chop_traceback() |
commit | commitdiff | tree | snapshot |
| 2013-07-11 |
Mike Bayer | Dialect.initialize() is not called a second time if... |
commit | commitdiff | tree | snapshot |
| 2013-07-09 |
Mike Bayer | - we dont actually need this unicode cast, on py3k... |
commit | commitdiff | tree | snapshot |
| 2013-07-09 |
Mike Bayer | changelog for 2355 |
commit | commitdiff | tree | snapshot |
| 2013-07-08 |
Mike Bayer | callcounts |
commit | commitdiff | tree | snapshot |
| 2013-07-08 |
Mike Bayer | - create a new system where we can decorate an event... |
commit | commitdiff | tree | snapshot |
| 2013-07-07 |
Mike Bayer | remove undoc-members from query docstring [ticket:2774] |
commit | commitdiff | tree | snapshot |
| 2013-07-06 |
Mike Bayer | use "target tables" here |
commit | commitdiff | tree | snapshot |
| 2013-07-05 |
Mike Bayer | - Added new method to the :func:`.insert` construct |
commit | commitdiff | tree | snapshot |
| 2013-07-05 |
Mike Bayer | 0.9 changelog |
commit | commitdiff | tree | snapshot |
| 2013-07-05 |
Mike Bayer | Fixed bug whereby attribute history functions would... |
commit | commitdiff | tree | snapshot |
| 2013-07-04 |
Mike Bayer | Fixed bug where :class:`.QueuePool` would lose the... |
commit | commitdiff | tree | snapshot |
| 2013-07-03 |
Mike Bayer | 0.8.2 |
commit | commitdiff | tree | snapshot |
| 2013-07-03 |
Mike Bayer | dont need this |
commit | commitdiff | tree | snapshot |
| 2013-07-03 |
Mike Bayer | make this rule automatic based on coverage plugin |
commit | commitdiff | tree | snapshot |
| 2013-07-03 |
Mike Bayer | for this test, apparently we don't handle sets as unord... |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | add a float exclusion to help oursql build 100% |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | Fixed bug when using multi-table UPDATE where a supplem... |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | Added :class:`.BIGINT` to the list of type names that... |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | ORM descriptors such as hybrid properties can now be... |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | profile tweak |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | see also |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | - distribute/setuptools all over the place right now |
commit | commitdiff | tree | snapshot |
| 2013-07-02 |
Mike Bayer | - refactor pool a bit so that intent between Connection... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Mike Bayer | mark the tests that seem to be segfauling py3k+coverage... |
commit | commitdiff | tree | snapshot |
| 2013-07-01 |
Mike Bayer | fix syntax screwup |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Mike Bayer | Added new flag ``retaining=False`` to the kinterbasdb... |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Mike Bayer | - replace most explicitly-named test objects called... |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Mike Bayer | - additional fix for [ticket:2750] where on an update... |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Mike Bayer | add better tests for [ticket:2750] |
commit | commitdiff | tree | snapshot |
| 2013-06-30 |
Mike Bayer | A warning is emitted when trying to flush an object... |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | tweak the timings here to maximize chance of test success |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | set UTC timezone on the connection here so we can get... |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | The behavior of :func:`.extract` has been simplified... |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | refactor test suites for postgresql, mssql, mysql into... |
commit | commitdiff | tree | snapshot |
| 2013-06-29 |
Mike Bayer | improve the close handling here so that we don't double... |
commit | commitdiff | tree | snapshot |
| 2013-06-28 |
Mike Bayer | Type lookup when reflecting the Firebird types LONG and |
commit | commitdiff | tree | snapshot |
| 2013-06-28 |
Mike Bayer | Fixed bug in HSTORE type where keys/values that contained |
commit | commitdiff | tree | snapshot |
| 2013-06-27 |
Mike Bayer | - fix a regression caused by #2587, where query.join... |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Mike Bayer | add an ORDER BY here |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Mike Bayer | Merge branch 'ticket_2746' |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Mike Bayer | - rework of correlation, continuing on #2668, #2746 |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
mike bayer | Merge pull request #13 from malor/fix_indexes_reflection |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
mike bayer | Merge pull request #12 from cjw296/master |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Chris Withers | Tidy range types docs and add warning about the return... |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Chris Withers | Fix NameError in example. |
commit | commitdiff | tree | snapshot |
| 2013-06-26 |
Roman Podolyaka | Fix indexes reflection in PostgreSQL |
commit | commitdiff | tree | snapshot |
| 2013-06-24 |
Mike Bayer | YEAR(2) emits a warning and oursql / mysqlconnector... |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | docs |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | doc fixes |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | 0.8 changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | 0.9 changelog |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | - add a test for pullreq 8 |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | Merge branch 'master' of https://github.com/asldevi... |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | sort here so that exception messages are testable |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | tweak this for now, would need a test |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | The resolution of :class:`.ForeignKey` objects to their |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Mike Bayer | ticket #1443 is for unique constraint reflection |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
mike bayer | Merge pull request #11 from malor/fix_uc_reflection |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
mike bayer | Merge pull request #10 from malor/fix_unicode_literals |
commit | commitdiff | tree | snapshot |
| 2013-06-23 |
Roman Podolyaka | Fix unique constraints reflection in PostgreSQL |
commit | commitdiff | tree | snapshot |
| next |