| 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 |
| 2008-05-29 |
Jason Kirtland | - Lengthless String type |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Ants Aasma | Add delete and update methods to query |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Ants Aasma | Not implemenented binary ops also raise UnevaluatableError |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Ants Aasma | add with_only_columns to Select to allow for removing... |
commit | commitdiff | tree | snapshot |
| 2008-05-29 |
Ants Aasma | Preliminary implementation for the evaluation framework |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Mike Bayer | - bumped PG's call count on test #6 to 1193 for py2... |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Mike Bayer | - added "CALL" to Mysql select keywords |
commit | commitdiff | tree | snapshot |
| 2008-05-26 |
Mike Bayer | added string argument resolution to relation() in conju... |
commit | commitdiff | tree | snapshot |
| 2008-05-26 |
Mike Bayer | a comment indicating why we can't raise an error for... |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Mike Bayer | oracle dialect takes schema name into account when... |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Mike Bayer | - PropertyLoader.foreign_keys becomes private |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Mike Bayer | - removed info about _local_remote_pairs from PropertyL... |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Mike Bayer | merged r4809 from rel_0_4, oracle fix |
commit | commitdiff | tree | snapshot |
| 2008-05-23 |
Jason Kirtland | Removed inlining for list.append. |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - unrolled loops for the simplified Session.get_bind... |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Mike Bayer | - globally renamed refresh_instance to refresh_state |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | Updated fixmes. |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | Updated some todos. |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | Removed deprecated Dialect.prexecute_sequences aliasing |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - Fixed ORM orphaning bug with _raw_append method |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - Be a little smarter about aliased funcs/methods by... |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - Another namespace cleanup tweak, why not. |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - Docstring fix. |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | Duh. |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - Removed deprecated append(val, **kw) |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - More uses of exc.NO_STATE |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - Centralized 'x is not mapped' reporting into sa.orm... |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - ...and added bind.py into the orm suite |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - Moved an ORM test out of engine... |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | - 2.3 compat. |
commit | commitdiff | tree | snapshot |
| 2008-05-21 |
Jason Kirtland | Refactor-o fix. |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Jonathan Ellis | handle null tablespace_name |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Jason Kirtland | - Fleshed out Session.get_bind(), generating a couple... |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Jonathan Ellis | add CHAR to ischema_names map; some minor cleanup |
commit | commitdiff | tree | snapshot |
| 2008-05-20 |
Jason Kirtland | - Quick cleanup of defaults.py. The main DefaultTest... |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Jason Kirtland | Split out a couple true autoincrement/identity tests... |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Jason Kirtland | Formatting. |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Mike Bayer | - changed char_length() to use a fake, neutral "generic... |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Mike Bayer | - zoomark/zoomark_orm seem to work with pool_threadloca... |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Jason Kirtland | - Implemented generic CHAR_LENGTH for sqlite (-> LENGTH()) |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Lele Gaifax | Remove some noise from the uow test |
commit | commitdiff | tree | snapshot |
| 2008-05-19 |
Mike Bayer | pool_threadlocal is off by default [ticket:1049] |
commit | commitdiff | tree | snapshot |
| 2008-05-18 |
Mike Bayer | -removed useless log statement (merge garbage?) |
commit | commitdiff | tree | snapshot |
| 2008-05-18 |
Mike Bayer | put a cleanup handler on the "echo" property to try... |
commit | commitdiff | tree | snapshot |
| 2008-05-18 |
Mike Bayer | added ORM version of zoomark, python 2.5 only for starters |
commit | commitdiff | tree | snapshot |
| 2008-05-18 |
Mike Bayer | some order by's failing on the buildbot |
commit | commitdiff | tree | snapshot |
| 2008-05-18 |
Mike Bayer | - added test for threadlocal not supporting begin_nested() |
commit | commitdiff | tree | snapshot |
| 2008-05-16 |
Lele Gaifax | The column default has been renamed `server_default... |
commit | commitdiff | tree | snapshot |
| 2008-05-16 |
Mike Bayer | begin() pre-issues a flush() in all cases, better fix... |
commit | commitdiff | tree | snapshot |
| 2008-05-16 |
Mike Bayer | dont raise assertions when in autocommit mode [ticket... |
commit | commitdiff | tree | snapshot |
| 2008-05-16 |
Mike Bayer | - added some help for a heavily flush-order-dependent... |
commit | commitdiff | tree | snapshot |
| next |