| 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 |
| 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 |
| next |