| 2013-09-06 |
Gunnlaugur... | Hide password in URL and Engine __repr__ |
commit | commitdiff | tree | snapshot |
| 2013-09-04 |
Vladimir Magamedov | Fixed Query.exists() method for the case, when query... |
commit | commitdiff | tree | snapshot |
| 2013-09-02 |
Mike Bayer | add caveats regarding RETURNING |
commit | commitdiff | tree | snapshot |
| 2013-09-02 |
Mike Bayer | use a different col here to keep oracle happy |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | plus some more adjustments for mysql, or in general... |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | Fixed bug where using the ``column_reflect`` event... |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | - fix bug here in profiling.py |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | repair missing oracle skip |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | comment this alternative approach... |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | - these tests now fail on a normalize name DB, as they... |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | - rework the profile thing to just rewrite all failing... |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | callcounts |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | - cx_oracle seems to have a bug here though it is hard... |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | more seealsos... |
commit | commitdiff | tree | snapshot |
| 2013-08-28 |
Mike Bayer | - A rework to the way that "quoted" identifiers are... |
commit | commitdiff | tree | snapshot |
| 2013-08-26 |
Mike Bayer | correct for missing fail() methods which were lost... |
commit | commitdiff | tree | snapshot |
| 2013-08-26 |
Mike Bayer | clean up formatting and other linting issues |
commit | commitdiff | tree | snapshot |
| 2013-08-25 |
Mike Bayer | - ensure rowcount is returned for an UPDATE with no... |
commit | commitdiff | tree | snapshot |
| 2013-08-25 |
Mike Bayer | - fix server-side non-returning example |
commit | commitdiff | tree | snapshot |
| 2013-08-25 |
Mike Bayer | migration for version id feature, eager_defaults |
commit | commitdiff | tree | snapshot |
| 2013-08-25 |
Mike Bayer | - restore constructor docs blown away in the merge |
commit | commitdiff | tree | snapshot |
| 2013-08-25 |
Mike Bayer | - The ``version_id_generator`` parameter of ``Mapper... |
commit | commitdiff | tree | snapshot |
| 2013-08-25 |
Mike Bayer | forgot to add system to the copy() method |
commit | commitdiff | tree | snapshot |
| 2013-08-25 |
Mike Bayer | added "system=True" to Column, so that we generally... |
commit | commitdiff | tree | snapshot |
| 2013-08-25 |
mike bayer | Merge pull request #23 from yoloseem/master |
commit | commitdiff | tree | snapshot |
| 2013-08-24 |
Hyunjun Kim | fix typos |
commit | commitdiff | tree | snapshot |
| 2013-08-24 |
Mike Bayer | - The :class:`.CreateColumn` construct can be appled... |
commit | commitdiff | tree | snapshot |
| 2013-08-24 |
Mike Bayer | - "primary mapper entity" is now an attribute on Query, |
commit | commitdiff | tree | snapshot |
| 2013-08-23 |
Mike Bayer | formatting |
commit | commitdiff | tree | snapshot |
| 2013-08-21 |
Mike Bayer | - update the test times, include pypy, clean up the... |
commit | commitdiff | tree | snapshot |
| 2013-08-21 |
Mike Bayer | add FAQ entry on large inserts |
commit | commitdiff | tree | snapshot |
| 2013-08-21 |
Mike Bayer | fix link |
commit | commitdiff | tree | snapshot |
| 2013-08-21 |
Mike Bayer | move FAQ to the docs, [ticket:2133] |
commit | commitdiff | tree | snapshot |
| 2013-08-21 |
Mike Bayer | yikes return the modname if no lookup found... |
commit | commitdiff | tree | snapshot |
| 2013-08-20 |
Mike Bayer | Fixed bug where list instrumentation would fail to... |
commit | commitdiff | tree | snapshot |
| 2013-08-19 |
Mike Bayer | too small! |
commit | commitdiff | tree | snapshot |
| 2013-08-19 |
Mike Bayer | add some height |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | additoinal |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | - reorganize docs so expression, schema are broken... |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | and we don't need weakset |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | 0.9 needs 0.8's changelog also..... |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | - use newly fixed WeakSequence (#2794) to not have... |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | - add WeakSequence.append() |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | formatting |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | Fixed a potential issue in an ordered sequence implemen... |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | - also do delete, add seealsos, formatting, etc. [ticke... |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | - add better notes to query.update(), most notably... |
commit | commitdiff | tree | snapshot |
| 2013-08-18 |
Mike Bayer | Fixed regression dating back to 0.7.9 whereby the name... |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | more tests regarding expiry, deferral |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | some tests regarding how newly inserted rows are treate... |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | - spot checking of imports, obsolete functions |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | Improved support for the cymysql driver, supporting... |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | 0.8 changelog |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | - changelog |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | Merged in prschmid/sqlalchemy (pull request #4) |
commit | commitdiff | tree | snapshot |
| 2013-08-17 |
Mike Bayer | Merged in bacher09/sqlalchemy (pull request #5) |
commit | commitdiff | tree | snapshot |
| 2013-08-16 |
Mike Bayer | merge error here, though also hedge between explaining... |
commit | commitdiff | tree | snapshot |
| 2013-08-14 |
Mike Bayer | - apply an import refactoring to the ORM as well |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Mike Bayer | fix missing savepoint structures |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Mike Bayer | - header comments |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Mike Bayer | - A large refactoring of the ``sqlalchemy.sql`` package... |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Mike Bayer | add some more detail about concurrency |
commit | commitdiff | tree | snapshot |
| 2013-08-12 |
Mike Bayer | - more "when do i create the session" docs, get specific |
commit | commitdiff | tree | snapshot |
| 2013-08-11 |
Mike Bayer | add more docs to index, even though this seems to be... |
commit | commitdiff | tree | snapshot |
| 2013-08-09 |
Slava Bacherikov | Fix typo in comparator_factory example |
commit | commitdiff | tree | snapshot |
| 2013-08-08 |
mike bayer | Merge pull request #21 from svrin/patch-1 |
commit | commitdiff | tree | snapshot |
| 2013-08-08 |
Severin Orth | Typo |
commit | commitdiff | tree | snapshot |
| 2013-08-07 |
Mike Bayer | - The :meth:`.Operators.notin_` operator added in 0... |
commit | commitdiff | tree | snapshot |
| 2013-08-04 |
Mike Bayer | ok forget it, that approach didn't really cover every... |
commit | commitdiff | tree | snapshot |
| 2013-08-04 |
Mike Bayer | find some more inline imports and move them out |
commit | commitdiff | tree | snapshot |
| 2013-08-04 |
Mike Bayer | - add predictable_gc to a few more tests showing up... |
commit | commitdiff | tree | snapshot |
| 2013-08-04 |
Mike Bayer | - don't need resolve, don't need import for this. ... |
commit | commitdiff | tree | snapshot |
| 2013-08-02 |
Mike Bayer | tweaks |
commit | commitdiff | tree | snapshot |
| 2013-08-02 |
Mike Bayer | - after discussions with the original project folks... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |