| 2008-07-19 |
Mike Bayer | - reverted r4955, that was wrong. The backref responsi... |
commit | commitdiff | tree | snapshot |
| 2008-07-19 |
Michael Trier | Corrected a couple of lingering transactional=True... |
commit | commitdiff | tree | snapshot |
| 2008-07-18 |
Mike Bayer | zoomarks have gone up as a result of r4936, possibly... |
commit | commitdiff | tree | snapshot |
| 2008-07-18 |
Mike Bayer | - save-update and delete-orphan cascade event handler |
commit | commitdiff | tree | snapshot |
| 2008-07-18 |
Mike Bayer | - Fixed a series of potential race conditions in |
commit | commitdiff | tree | snapshot |
| 2008-07-16 |
Mike Bayer | - MapperProperty gets its .key attribute assigned early... |
commit | commitdiff | tree | snapshot |
| 2008-07-16 |
Mike Bayer | added a new test illustrating a particular inheritance... |
commit | commitdiff | tree | snapshot |
| 2008-07-16 |
Jason Kirtland | - mysql.MSEnum value literals now automatically quoted... |
commit | commitdiff | tree | snapshot |
| 2008-07-16 |
Jason Kirtland | - Spiffed up the deprecated decorators & @flipped ... |
commit | commitdiff | tree | snapshot |
| 2008-07-16 |
Jason Kirtland | Removed deprecated get_version_info, use server_version... |
commit | commitdiff | tree | snapshot |
| 2008-07-16 |
Jason Kirtland | - Overhauled _generative and starargs decorators and... |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | - Fixed some over-long ReST lines & general formatting... |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | Completed engine_descriptors() removal (started in... |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | - Moved to 2.4+ import syntax (w/ some experimental... |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | Whitespace tweaks suggested by pep8.py |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | - Removed the last of the 2.3 dict compat & some format... |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | - Always use native threading.local (or the native... |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | - Always use native itemgetter & attrgetter |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | - Always use native deque |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | - Removed 2.3 Decimal compat |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | - Dropped `reversed` emulation |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | - Removed 2.3 set emulations/enhancements. |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | And thus ends support for Python 2.3. |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Jason Kirtland | - Fixed a couple lingering exceptions->exc usages |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Mike Bayer | - Fixed bug when calling select([literal('foo')]) |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Mike Bayer | - Added a new SessionExtension hook called after_attach(). |
commit | commitdiff | tree | snapshot |
| 2008-07-15 |
Paul Johnston | Fix reflection where the table name has a duplicate... |
commit | commitdiff | tree | snapshot |
| 2008-07-14 |
Mike Bayer | - The "allow_column_override" flag from mapper() has rel_0_5beta2 |
commit | commitdiff | tree | snapshot |
| 2008-07-14 |
Mike Bayer | fix adjacency list examples |
commit | commitdiff | tree | snapshot |
| 2008-07-14 |
Mike Bayer | 2.4 support ! |
commit | commitdiff | tree | snapshot |
| 2008-07-14 |
Mike Bayer | possible fix for MS-SQL version of match() test, but... |
commit | commitdiff | tree | snapshot |
| 2008-07-14 |
Mike Bayer | bump |
commit | commitdiff | tree | snapshot |
| 2008-07-14 |
Michael Trier | Fixed up some very annoying lengthy lines. |
commit | commitdiff | tree | snapshot |
| 2008-07-14 |
Michael Trier | Reverted CHANGES change. Not necessary for this type... |
commit | commitdiff | tree | snapshot |
| 2008-07-14 |
Michael Trier | Added notation about MSSmallDate fix into CHANGES. |
commit | commitdiff | tree | snapshot |
| 2008-07-14 |
Mike Bayer | added a passing test for [ticket:1105] |
commit | commitdiff | tree | snapshot |
| 2008-07-13 |
Jason Kirtland | And more |
commit | commitdiff | tree | snapshot |
| 2008-07-13 |
Jason Kirtland | Typo |
commit | commitdiff | tree | snapshot |
| 2008-07-13 |
Michael Trier | Fixed messed up __init__ in MSSmallDate. Fixes #1040. |
commit | commitdiff | tree | snapshot |
| 2008-07-13 |
Michael Trier | Added new basic match() operator that performs a full... |
commit | commitdiff | tree | snapshot |
| 2008-07-11 |
Gaëtan de Menten | typo |
commit | commitdiff | tree | snapshot |
| 2008-07-11 |
Gaëtan de Menten | typo |
commit | commitdiff | tree | snapshot |
| 2008-07-10 |
Jason Kirtland | Let doc font sizes adapt to browser prefs (experimental) |
commit | commitdiff | tree | snapshot |
| 2008-07-10 |
Jason Kirtland | Added default support to OrderedDict.pop [ticket:585] |
commit | commitdiff | tree | snapshot |
| 2008-07-10 |
Jason Kirtland | Flag beta docs with a big red capsule |
commit | commitdiff | tree | snapshot |
| 2008-07-09 |
Mike Bayer | - Declarative supports a __table_args__ class variable... |
commit | commitdiff | tree | snapshot |
| 2008-07-09 |
Mike Bayer | - Unicode, UnicodeText types now set "assert_unicod... |
commit | commitdiff | tree | snapshot |
| 2008-07-09 |
Mike Bayer | - SQLite Date, DateTime, and Time types only accept... |
commit | commitdiff | tree | snapshot |
| 2008-07-08 |
Michael Trier | Fixed borked testlib due to r4901. |
commit | commitdiff | tree | snapshot |
| 2008-07-08 |
Michael Trier | Refactored the mock_engine in the tests so it's not... |
commit | commitdiff | tree | snapshot |
| 2008-07-06 |
Mike Bayer | - re-fixed the fix to the prefixes fix |
commit | commitdiff | tree | snapshot |
| 2008-07-05 |
Mike Bayer | - session.refresh() raises an informative error message if |
commit | commitdiff | tree | snapshot |
| 2008-07-05 |
Mike Bayer | commented out bus erroring section for now pending... |
commit | commitdiff | tree | snapshot |
| 2008-07-05 |
Michael Trier | Added prefixes option to that accepts a list of string... |
commit | commitdiff | tree | snapshot |
| 2008-07-04 |
Michael Trier | Corrected grammar on session documents. Closes #1097. |
commit | commitdiff | tree | snapshot |
| 2008-07-03 |
Gaëtan de Menten | update poly_assoc examples for 0.4+ syntax |
commit | commitdiff | tree | snapshot |
| 2008-07-03 |
Michael Trier | Fixed typo where plugins docs were referencing synonyn_... |
commit | commitdiff | tree | snapshot |
| 2008-07-03 |
Michael Trier | Added PGCidr type to postgres. Closes #1092 |
commit | commitdiff | tree | snapshot |
| 2008-07-03 |
Michael Trier | Corrected a reference to alt_schema_2 and fixed a docst... |
commit | commitdiff | tree | snapshot |
| 2008-07-02 |
Mike Bayer | merge r4889, SQLite Float type, from 0.4 branch |
commit | commitdiff | tree | snapshot |
| 2008-07-02 |
Michael Trier | Corrected docstring for Pool class to show that the... |
commit | commitdiff | tree | snapshot |
| 2008-07-02 |
Gaëtan de Menten | simplified _get_colspec |
commit | commitdiff | tree | snapshot |
| 2008-07-01 |
Ants Aasma | Ugh, learning to use git-svn, [4884] was not supposed... |
commit | commitdiff | tree | snapshot |
| 2008-07-01 |
Ants Aasma | Session.bind gets used as a default even when table... |
commit | commitdiff | tree | snapshot |
| 2008-07-01 |
Ants Aasma | query update and delete need to autoflush |
commit | commitdiff | tree | snapshot |
| 2008-06-30 |
Mike Bayer | 0.5 |
commit | commitdiff | tree | snapshot |
| 2008-06-30 |
Mike Bayer | removed fairly pointless test which relied on PK genera... |
commit | commitdiff | tree | snapshot |
| 2008-06-29 |
Jason Kirtland | - consider args[0] as self when introspecting def(... |
commit | commitdiff | tree | snapshot |
| 2008-06-28 |
Mike Bayer | - fixed up vertical.py |
commit | commitdiff | tree | snapshot |
| 2008-06-27 |
Mike Bayer | - Modified SQLite's representation of "microseconds" to |
commit | commitdiff | tree | snapshot |
| 2008-06-27 |
Jonathan Ellis | use normal ScopedSession, with autoflush, instead of... |
commit | commitdiff | tree | snapshot |
| 2008-06-25 |
Gaëtan de Menten | `session.Query().iterate_instances()` has been renamed... |
commit | commitdiff | tree | snapshot |
| 2008-06-24 |
Mike Bayer | - Repaired `__str__()` method on Query. [ticket:1066] |
commit | commitdiff | tree | snapshot |
| 2008-06-22 |
Mike Bayer | - Fixed explicit, self-referential joins between two |
commit | commitdiff | tree | snapshot |
| 2008-06-22 |
Mike Bayer | fixed the quote() call within dropper.visit_index() |
commit | commitdiff | tree | snapshot |
| 2008-06-22 |
Mike Bayer | merged r4870 from 0.4 branch, index name truncation... |
commit | commitdiff | tree | snapshot |
| 2008-06-22 |
Mike Bayer | - merged r4868, disallow overly long names from create... |
commit | commitdiff | tree | snapshot |
| 2008-06-21 |
Mike Bayer | - fixed some concrete inheritance ramifications regardi... |
commit | commitdiff | tree | snapshot |
| 2008-06-21 |
Mike Bayer | - implemented [ticket:887], refresh readonly props... |
commit | commitdiff | tree | snapshot |
| 2008-06-21 |
Mike Bayer | - In addition to expired attributes, deferred attributes |
commit | commitdiff | tree | snapshot |
| 2008-06-20 |
Gaëtan de Menten | better comment |
commit | commitdiff | tree | snapshot |
| 2008-06-19 |
Jason Kirtland | - Oops, convert @decorator to 2.3 syntax and strengthen... |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Mike Bayer | - Added is_active flag to Sessions to detect when |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Mike Bayer | test coverage for server side statement detection |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Mike Bayer | merged r4857, postgres server_side_cursors fix, from... |
commit | commitdiff | tree | snapshot |
| 2008-06-12 |
Mike Bayer | remove old test |
commit | commitdiff | tree | snapshot |
| 2008-06-12 |
Mike Bayer | updated verbiage for 0.5beta1 release rel_0_5beta1 |
commit | commitdiff | tree | snapshot |
| 2008-06-12 |
Jason Kirtland | - Don't insist on locals() mutability [ticket:1073] |
commit | commitdiff | tree | snapshot |
| 2008-06-12 |
Mike Bayer | will call this beta1 (same as 0.4 version did) |
commit | commitdiff | tree | snapshot |
| 2008-06-12 |
Mike Bayer | - merged r4841 from 0.4 branch (enable_typechecks lockdown) |
commit | commitdiff | tree | snapshot |
| 2008-06-09 |
Mike Bayer | restored a "distinct" setting that got whacked |
commit | commitdiff | tree | snapshot |
| 2008-06-09 |
Mike Bayer | docstrings for instances()/iterate_instances() |
commit | commitdiff | tree | snapshot |
| 2008-06-09 |
Mike Bayer | - Query.UpdateDeleteTest.test_delete_fallback fails... |
commit | commitdiff | tree | snapshot |
| 2008-06-03 |
Mike Bayer | merged merge fix from r4834/rel_0_4 branch |
commit | commitdiff | tree | snapshot |
| 2008-06-02 |
Mike Bayer | make Query._clone() class-agnostic |
commit | commitdiff | tree | snapshot |
| 2008-06-02 |
Mike Bayer | illustrates a simple Query "hook" to implement query... |
commit | commitdiff | tree | snapshot |
| 2008-06-02 |
Mike Bayer | - removed query.min()/max()/sum()/avg(). these should... |
commit | commitdiff | tree | snapshot |
| 2008-06-01 |
Mike Bayer | merged r4829 of rel_0_4, [ticket:1058] |
commit | commitdiff | tree | snapshot |
| 2008-05-30 |
Mike Bayer | merged [ticket:1062] fix from 0.4 branch r4827 |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Mike Bayer | - improved the attribute and state accounting performed... |
commit | commitdiff | tree | snapshot |
| next |