2009-07-21 |
Mike Bayer | - relations() now have greater ability to be "overridden", |
commit | commitdiff | tree |
2009-07-21 |
Mike Bayer | - Fixed bug whereby inheritance discriminator part... |
commit | commitdiff | tree |
2009-07-17 |
Mike Bayer | - Fixed a bug in extract() introduced in 0.5.4 whereby |
commit | commitdiff | tree |
2009-07-16 |
Jason Kirtland | Guard against a gc hitting during the sweep for dirty... |
commit | commitdiff | tree |
2009-07-13 |
Mike Bayer | beefed up the description of dialects |
commit | commitdiff | tree |
2009-07-13 |
Mike Bayer | changed reference to PostgreSQL in docs. rel_0_5_5 |
commit | commitdiff | tree |
2009-07-12 |
Mike Bayer | - remove docs about partial flush, add docs about disab... |
commit | commitdiff | tree |
2009-07-12 |
Mike Bayer | - sqlalchemy.orm.join and sqlalchemy.orm.outerjoin... |
commit | commitdiff | tree |
2009-07-11 |
Mike Bayer | updates |
commit | commitdiff | tree |
2009-07-10 |
Jason Kirtland | Formatting |
commit | commitdiff | tree |
2009-07-10 |
Jason Kirtland | Implemented recreate() for StaticPool |
commit | commitdiff | tree |
2009-07-10 |
Mike Bayer | - Fixed potential memory leak whereby previously pickle... |
commit | commitdiff | tree |
2009-07-09 |
Mike Bayer | - Fixed bug whereby session.is_modified() would raise... |
commit | commitdiff | tree |
2009-07-07 |
Mike Bayer | - Fixed a bug involving contains_eager(), which would... |
commit | commitdiff | tree |
2009-07-03 |
Mike Bayer | Session.mapper is now *deprecated*. |
commit | commitdiff | tree |
2009-06-23 |
Lele Gaifax | Fix deprecated usage of on numeric type |
commit | commitdiff | tree |
2009-06-21 |
Mike Bayer | added docs for post_update |
commit | commitdiff | tree |
2009-06-18 |
Mike Bayer | - repaired non-working attributes.set_committed_value... |
commit | commitdiff | tree |
2009-06-16 |
Mike Bayer | - Trimmed the pickle format for InstanceState which... |
commit | commitdiff | tree |
2009-06-15 |
Mike Bayer | assoc proxy object appends to list automatically [ticke... |
commit | commitdiff | tree |
2009-06-15 |
Mike Bayer | added test to verify #1423 |
commit | commitdiff | tree |
2009-06-15 |
Mike Bayer | - Fixed bug whereby list-based attributes, like pickletype |
commit | commitdiff | tree |
2009-06-15 |
Mike Bayer | split CHANGES into CHANGES and CHANGES_PRE_05, since... |
commit | commitdiff | tree |
2009-06-13 |
Mike Bayer | - The "foreign_keys" argument of relation() will now... |
commit | commitdiff | tree |
2009-06-10 |
Mike Bayer | - unit tests have been migrated from unittest to nose. |
commit | commitdiff | tree |
2009-06-05 |
Mike Bayer | - Fixed Query being able to join() from individual... |
commit | commitdiff | tree |
2009-06-02 |
Mike Bayer | - removed test.testing.ORMTest, test.fixtures, and all |
commit | commitdiff | tree |
2009-06-02 |
Mike Bayer | move from pXXX to 0.5.5 [ticket:1427] |
commit | commitdiff | tree |
2009-06-01 |
Mike Bayer | - Fixed another 0.5.4 bug whereby mutable attributes... |
commit | commitdiff | tree |
2009-05-31 |
Mike Bayer | slight cleanup i want in 0.5/0.6 |
commit | commitdiff | tree |
2009-05-30 |
Mike Bayer | removed needless "thread" imports from util |
commit | commitdiff | tree |
2009-05-29 |
Mike Bayer | - sql |
commit | commitdiff | tree |
2009-05-26 |
Mike Bayer | - Fixed bug introduced in 0.5.4 whereby Composite types |
commit | commitdiff | tree |
2009-05-26 |
Mike Bayer | more fixes to bound parameter exception reporting rel_0_5_4p2 |
commit | commitdiff | tree |
2009-05-26 |
Mike Bayer | - added unit test for exception formatting |
commit | commitdiff | tree |
2009-05-25 |
Mike Bayer | - Repaired the printing of SQL exceptions which are not |
commit | commitdiff | tree |
2009-05-18 |
Mike Bayer | - Fixed an attribute error introduced in 0.5.4 which... rel_0_5_4p1 |
commit | commitdiff | tree |
2009-05-17 |
Mike Bayer | - Back-ported the "compiler" extension from SQLA 0... rel_0_5_4 |
commit | commitdiff | tree |
2009-05-17 |
Mike Bayer | unusual ... |
commit | commitdiff | tree |
2009-05-17 |
Mike Bayer | - The "polymorphic discriminator" column may be part... |
commit | commitdiff | tree |
2009-05-17 |
Mike Bayer | - Reflecting a FOREIGN KEY construct will take into... |
commit | commitdiff | tree |
2009-05-17 |
Mike Bayer | - Exception messages are truncated when the list of... |
commit | commitdiff | tree |
2009-05-17 |
Mike Bayer | - Removed all* O(N) scanning behavior from the flush... |
commit | commitdiff | tree |
2009-05-17 |
Mike Bayer | - Significant performance enhancements regarding... |
commit | commitdiff | tree |
2009-05-14 |
Mike Bayer | fix mysql tests |
commit | commitdiff | tree |
2009-05-13 |
Mike Bayer | - Fixed obscure mapper compilation issue when inheriting |
commit | commitdiff | tree |
2009-05-08 |
Mike Bayer | - It is now an error to specify both columns of a binar... |
commit | commitdiff | tree |
2009-05-08 |
Mike Bayer | - Fixed bug which prevented "mutable primary key" depen... |
commit | commitdiff | tree |
2009-05-05 |
Michael Trier | Corrected the SQLite SLBoolean type so that it properly... |
commit | commitdiff | tree |
2009-05-02 |
Mike Bayer | - MapperOptions and other state associated with query... |
commit | commitdiff | tree |
2009-05-02 |
Mike Bayer | this falls back to "expire" in any case since concat_op... |
commit | commitdiff | tree |
2009-04-29 |
Michael Trier | Corrected missing stop in the ORM Tutorial. Fixes ... |
commit | commitdiff | tree |
2009-04-28 |
Michael Trier | Modified savepoint logic in mssql to ensure that it... |
commit | commitdiff | tree |
2009-04-26 |
Mike Bayer | - Allowed pickling of PropertyOption objects constructe... |
commit | commitdiff | tree |
2009-04-25 |
Michael Trier | Modified query_cls on DynamicAttribteImpl to accept... |
commit | commitdiff | tree |
2009-04-25 |
Mike Bayer | we work with sphinx 0.6.1 now |
commit | commitdiff | tree |
2009-04-20 |
Ants Aasma | Query.update() and Query.delete() should turn off eager... |
commit | commitdiff | tree |
2009-04-18 |
Michael Trier | Fixed adding of deferred or othe column properties... |
commit | commitdiff | tree |
2009-04-18 |
Michael Trier | Removed allow_column_override documentation. Fixes... |
commit | commitdiff | tree |
2009-04-13 |
Michael Trier | Added copy and __copy__ methods to the OrderedDict... |
commit | commitdiff | tree |
2009-04-13 |
Michael Trier | Cleaned up the deprecation problems with the examples. |
commit | commitdiff | tree |
2009-04-13 |
Michael Trier | Corrected the sqlite float type so that it properly... |
commit | commitdiff | tree |
2009-04-12 |
Michael Trier | Added in MSSQL reserved words list. Fixes #1310 |
commit | commitdiff | tree |
2009-04-11 |
Michael Trier | Added multi part schema name support. Closes #594 and... |
commit | commitdiff | tree |
2009-04-11 |
Mike Bayer | - Fixed a unit of work issue whereby the foreign |
commit | commitdiff | tree |
2009-04-09 |
Michael Trier | Corrected duplication of serializer docs. Fixes #1375. |
commit | commitdiff | tree |
2009-04-09 |
Mike Bayer | - Fixed documentation for session weak_identity_map - |
commit | commitdiff | tree |
2009-04-08 |
Mike Bayer | test multi-level eager load without the limiting subquery |
commit | commitdiff | tree |
2009-04-06 |
Ants Aasma | - Fixed the evaluator not being able to evaluate IS... |
commit | commitdiff | tree |
2009-04-05 |
Mike Bayer | disabling triggers for Mysql since it requires SUPER... |
commit | commitdiff | tree |
2009-04-04 |
Michael Trier | Added indexed to the list of reserved keywords (added... |
commit | commitdiff | tree |
2009-04-04 |
Michael Trier | Added Oracle examples showing how to use named paramete... |
commit | commitdiff | tree |
2009-04-04 |
Michael Trier | Corrected examples in ORM tutorial to specify actual... |
commit | commitdiff | tree |
2009-04-04 |
Michael Trier | Corrected doc notations that suppressed some non-SQL... |
commit | commitdiff | tree |
2009-04-03 |
Jason Kirtland | Explicit String length |
commit | commitdiff | tree |
2009-04-03 |
Mike Bayer | add defaults to alltests |
commit | commitdiff | tree |
2009-04-02 |
Mike Bayer | - Fixed bug in relation(), introduced in 0.5.3, |
commit | commitdiff | tree |
2009-03-31 |
Michael Trier | Lots of fixes to the code examples to specify imports... |
commit | commitdiff | tree |
2009-03-31 |
Mike Bayer | - Fixed another location where autoflush was interfering |
commit | commitdiff | tree |
2009-03-30 |
Jason Kirtland | extract() is now dialect-sensitive and supports SQLite... |
commit | commitdiff | tree |
2009-03-30 |
Mike Bayer | remove needless print stuff |
commit | commitdiff | tree |
2009-03-29 |
Mike Bayer | - Lazy loader will not use get() if the "lazy load" |
commit | commitdiff | tree |
2009-03-29 |
Mike Bayer | - coverage dumps out separate reports for individual... |
commit | commitdiff | tree |
2009-03-29 |
Mike Bayer | - added a section on using aliased() with a subquery |
commit | commitdiff | tree |
2009-03-29 |
Michael Trier | Corrected docstring for class_mapper. It does not accep... |
commit | commitdiff | tree |
2009-03-29 |
Michael Trier | Modified information_schema change to keep it backwards... |
commit | commitdiff | tree |
2009-03-27 |
Mike Bayer | fix crappity |
commit | commitdiff | tree |
2009-03-27 |
Mike Bayer | - Fixed __repr__() and other _get_colspec() methods on |
commit | commitdiff | tree |
2009-03-27 |
Michael Trier | Corrected problem with information schema not working... |
commit | commitdiff | tree |
2009-03-27 |
Mike Bayer | - Fixed the "set collection" function on "dynamic"... |
commit | commitdiff | tree |
2009-03-24 |
Mike Bayer | more tests rel_0_5_3 |
commit | commitdiff | tree |
2009-03-24 |
Mike Bayer | - Fixed bug in dynamic_loader() where append/remove... |
commit | commitdiff | tree |
2009-03-21 |
Mike Bayer | add collections module to API ref for completeness... |
commit | commitdiff | tree |
2009-03-21 |
Mike Bayer | - An alias() of a select() will convert to a "scalar... |
commit | commitdiff | tree |
2009-03-17 |
Mike Bayer | - Fixed SQLite reflection methods so that non-present |
commit | commitdiff | tree |
2009-03-15 |
Mike Bayer | - Query.join() can now construct multiple FROM clauses, if |
commit | commitdiff | tree |
2009-03-11 |
Mike Bayer | - Fixed bug where column_prefix wasn't being checke... |
commit | commitdiff | tree |
2009-03-11 |
Mike Bayer | fix formatting to match unit tests |
commit | commitdiff | tree |
2009-03-09 |
Jonathan Ellis | add schema to entity method |
commit | commitdiff | tree |
2009-03-09 |
Mike Bayer | - a forward and complementing backwards reference which... |
commit | commitdiff | tree |
next |