| Commit message (Expand) | Author | Age | Files | Lines |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 25 | -125/+157 |
| * | - Fixed a couple lingering exceptions->exc usages | Jason Kirtland | 2008-07-15 | 10 | -109/+106 |
| * | - Fixed bug when calling select([literal('foo')]) | Mike Bayer | 2008-07-15 | 1 | -1/+1 |
| * | - Added a new SessionExtension hook called after_attach(). | Mike Bayer | 2008-07-15 | 2 | -0/+7 |
| * | Fix reflection where the table name has a duplicate name in a different schema | Paul Johnston | 2008-07-15 | 1 | -1/+2 |
| * | - The "allow_column_override" flag from mapper() hasrel_0_5beta2 | Mike Bayer | 2008-07-14 | 1 | -6/+1 |
| * | And more | Jason Kirtland | 2008-07-13 | 1 | -1/+0 |
| * | Typo | Jason Kirtland | 2008-07-13 | 1 | -1/+1 |
| * | Fixed messed up __init__ in MSSmallDate. Fixes #1040. | Michael Trier | 2008-07-13 | 1 | -1/+1 |
| * | Added new basic match() operator that performs a full-text search. Supported ... | Michael Trier | 2008-07-13 | 7 | -3/+26 |
| * | typo | Gaëtan de Menten | 2008-07-11 | 1 | -1/+1 |
| * | Added default support to OrderedDict.pop [ticket:585] | Jason Kirtland | 2008-07-10 | 1 | -3/+5 |
| * | - Declarative supports a __table_args__ class variable, which | Mike Bayer | 2008-07-09 | 1 | -7/+25 |
| * | - Unicode, UnicodeText types now set "assert_unicode" and | Mike Bayer | 2008-07-09 | 1 | -4/+4 |
| * | - SQLite Date, DateTime, and Time types only accept Python | Mike Bayer | 2008-07-09 | 1 | -4/+3 |
| * | - re-fixed the fix to the prefixes fix | Mike Bayer | 2008-07-06 | 12 | -100/+18 |
| * | - session.refresh() raises an informative error message if | Mike Bayer | 2008-07-05 | 5 | -13/+38 |
| * | Added prefixes option to that accepts a list of string to insert after CREAT... | Michael Trier | 2008-07-05 | 2 | -1/+7 |
| * | Added PGCidr type to postgres. Closes #1092 | Michael Trier | 2008-07-03 | 1 | -0/+5 |
| * | Corrected a reference to alt_schema_2 and fixed a docstring indentation for T... | Michael Trier | 2008-07-03 | 1 | -8/+8 |
| * | merge r4889, SQLite Float type, from 0.4 branch | Mike Bayer | 2008-07-02 | 1 | -1/+14 |
| * | Corrected docstring for Pool class to show that the default value for use_thr... | Michael Trier | 2008-07-02 | 1 | -1/+1 |
| * | simplified _get_colspec | Gaëtan de Menten | 2008-07-02 | 1 | -5/+1 |
| * | Ugh, learning to use git-svn, [4884] was not supposed to go upstream. Reverting. | Ants Aasma | 2008-07-01 | 1 | -4/+0 |
| * | Session.bind gets used as a default even when table/mapper specific binds are... | Ants Aasma | 2008-07-01 | 1 | -1/+2 |
| * | query update and delete need to autoflush | Ants Aasma | 2008-07-01 | 1 | -0/+4 |
| * | - consider args[0] as self when introspecting def(*args): ... [ticket:1091] | Jason Kirtland | 2008-06-29 | 1 | -2/+8 |
| * | - fixed up vertical.py | Mike Bayer | 2008-06-28 | 1 | -2/+14 |
| * | - Modified SQLite's representation of "microseconds" to | Mike Bayer | 2008-06-27 | 1 | -3/+10 |
| * | use normal ScopedSession, with autoflush, instead of custom one | Jonathan Ellis | 2008-06-27 | 1 | -26/+8 |
| * | `session.Query().iterate_instances()` has been renamed to just `instances()`.... | Gaëtan de Menten | 2008-06-25 | 1 | -15/+4 |
| * | - Repaired `__str__()` method on Query. [ticket:1066] | Mike Bayer | 2008-06-24 | 1 | -1/+1 |
| * | - Fixed explicit, self-referential joins between two | Mike Bayer | 2008-06-22 | 1 | -6/+6 |
| * | fixed the quote() call within dropper.visit_index() | Mike Bayer | 2008-06-22 | 1 | -1/+1 |
| * | merged r4870 from 0.4 branch, index name truncation, [ticket:820] | Mike Bayer | 2008-06-22 | 6 | -11/+22 |
| * | - merged r4868, disallow overly long names from create/drop, from 0.4 branch,... | Mike Bayer | 2008-06-22 | 5 | -25/+63 |
| * | - fixed some concrete inheritance ramifications regarding r4866 | Mike Bayer | 2008-06-21 | 1 | -4/+4 |
| * | - implemented [ticket:887], refresh readonly props upon save | Mike Bayer | 2008-06-21 | 2 | -17/+48 |
| * | - In addition to expired attributes, deferred attributes | Mike Bayer | 2008-06-21 | 2 | -4/+16 |
| * | better comment | Gaëtan de Menten | 2008-06-20 | 1 | -1/+2 |
| * | - Oops, convert @decorator to 2.3 syntax and strengthen raw_append test. | Jason Kirtland | 2008-06-19 | 1 | -1/+1 |
| * | - Added is_active flag to Sessions to detect when | Mike Bayer | 2008-06-17 | 1 | -1/+7 |
| * | merged r4857, postgres server_side_cursors fix, from 0.4 branch | Mike Bayer | 2008-06-17 | 1 | -1/+4 |
| * | - merged r4841 from 0.4 branch (enable_typechecks lockdown) | Mike Bayer | 2008-06-12 | 2 | -8/+8 |
| * | restored a "distinct" setting that got whacked | Mike Bayer | 2008-06-09 | 1 | -1/+1 |
| * | docstrings for instances()/iterate_instances() | Mike Bayer | 2008-06-09 | 1 | -0/+17 |
| * | - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ... | Mike Bayer | 2008-06-09 | 5 | -142/+77 |
| * | merged merge fix from r4834/rel_0_4 branch | Mike Bayer | 2008-06-03 | 3 | -3/+6 |
| * | make Query._clone() class-agnostic | Mike Bayer | 2008-06-02 | 2 | -6/+2 |
| * | - removed query.min()/max()/sum()/avg(). these should be called using column... | Mike Bayer | 2008-06-02 | 4 | -74/+144 |