| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | merged r4829 of rel_0_4, [ticket:1058] | Mike Bayer | 2008-06-01 | 2 | -2/+6 |
| * | merged [ticket:1062] fix from 0.4 branch r4827 | Mike Bayer | 2008-05-30 | 1 | -1/+8 |
| * | - improved the attribute and state accounting performed by query.update() and... | Mike Bayer | 2008-05-29 | 1 | -5/+20 |
| * | Add delete and update methods to query | Ants Aasma | 2008-05-29 | 1 | -3/+93 |
| * | Not implemenented binary ops also raise UnevaluatableError | Ants Aasma | 2008-05-29 | 1 | -0/+2 |
| * | add with_only_columns to Select to allow for removing columns from selects | Ants Aasma | 2008-05-29 | 1 | -0/+10 |
| * | Preliminary implementation for the evaluation framework | Ants Aasma | 2008-05-29 | 1 | -0/+96 |
| * | - added "CALL" to Mysql select keywords | Mike Bayer | 2008-05-27 | 2 | -2/+2 |
| * | added string argument resolution to relation() in conjunction with declarativ... | Mike Bayer | 2008-05-26 | 2 | -17/+64 |
| * | oracle dialect takes schema name into account when checking for existing tables | Mike Bayer | 2008-05-24 | 1 | -1/+3 |
| * | - PropertyLoader.foreign_keys becomes private | Mike Bayer | 2008-05-24 | 3 | -105/+93 |
| * | - removed info about _local_remote_pairs from PropertyLoader.__determine_fks | Mike Bayer | 2008-05-24 | 2 | -5/+5 |
| * | merged r4809 from rel_0_4, oracle fix | Mike Bayer | 2008-05-24 | 1 | -2/+2 |
| * | Removed inlining for list.append. | Jason Kirtland | 2008-05-23 | 1 | -7/+1 |
| * | - unrolled loops for the simplified Session.get_bind() args | Jason Kirtland | 2008-05-21 | 1 | -18/+18 |
| * | - globally renamed refresh_instance to refresh_state | Mike Bayer | 2008-05-21 | 4 | -54/+41 |