| 2013-10-08 |
Mike Bayer | - fix a bunch of test failures |
commit | commitdiff | tree | snapshot |
| 2013-10-07 |
Mike Bayer | - add an option to Bundle single_entity=True to allow... |
commit | commitdiff | tree | snapshot |
| 2013-10-07 |
Mike Bayer | - fix a glitch with how the default thing worked out |
commit | commitdiff | tree | snapshot |
| 2013-10-07 |
Mike Bayer | - add some tests for propagate of wildcard lazyload |
commit | commitdiff | tree | snapshot |
| 2013-10-07 |
Mike Bayer | 11th hour realization that Load() needs to do the _chop... |
commit | commitdiff | tree | snapshot |
| 2013-10-07 |
Mike Bayer | - merge ticket_1418 branch, [ticket:1418] |
commit | commitdiff | tree | snapshot |
| 2013-10-06 |
Mike Bayer | - fix propagation of quote flag within _gen_label(... |
commit | commitdiff | tree | snapshot |
| 2013-10-04 |
Mike Bayer | fix entity_zero resolution |
commit | commitdiff | tree | snapshot |
| 2013-10-03 |
Mike Bayer | - A new construct :class:`.Bundle` is added, which... |
commit | commitdiff | tree | snapshot |
| 2013-10-01 |
Mike Bayer | - add monetdb |
commit | commitdiff | tree | snapshot |
| 2013-10-01 |
Mike Bayer | - add support for removal of instance methods as event... |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | - put exact version string in the test |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | Merge branch 'master' of github.com:zzzeek/sqlalchemy |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
mike bayer | Merge pull request #26 from hackop/ticket_2819 |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | add test for upcoming pullreq |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | its a feature |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2013-09-29 |
mike bayer | Merge pull request #25 from gthb/ticket_2821 |
commit | commitdiff | tree | snapshot |
| 2013-09-25 |
mike bayer | Merge pull request #30 from alex/visitor-pattern |
commit | commitdiff | tree | snapshot |
| 2013-09-25 |
Alex Gaynor | Replace a big loop + dict lookup in Connection.execute... |
commit | commitdiff | tree | snapshot |
| 2013-09-23 |
Mike Bayer | - Removed some now unneeded version checks [ticket... |
commit | commitdiff | tree | snapshot |
| 2013-09-17 |
Mike Bayer | fix typo [ticket:2827] |
commit | commitdiff | tree | snapshot |
| 2013-09-17 |
Mike Bayer | render "backports"/ "forward ports" automatically... |
commit | commitdiff | tree | snapshot |
| 2013-09-07 |
Mike Bayer | - modify what we did in [ticket:2793] so that we can... |
commit | commitdiff | tree | snapshot |
| 2013-09-07 |
Scott Schaefer | re.match to re.search |
commit | commitdiff | tree | snapshot |
| 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 |
| next |