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 |
2009-03-08 |
Mike Bayer | take 2 |
commit | commitdiff | tree |
2009-03-08 |
Mike Bayer | attempt to exlude sqlite 3.5.9 and below, for buildbot... |
commit | commitdiff | tree |
2009-03-08 |
Mike Bayer | - Query.group_by() properly takes into account aliasing... |
commit | commitdiff | tree |
2009-03-08 |
Mike Bayer | some buildbot fixes |
commit | commitdiff | tree |
2009-03-02 |
Mike Bayer | - updated builders for latest sphinx tip |
commit | commitdiff | tree |
2009-03-01 |
Mike Bayer | - The "objects" argument to session.flush() is deprecated. |
commit | commitdiff | tree |
2009-03-01 |
Mike Bayer | - Added PGUuid and PGBit types to |
commit | commitdiff | tree |
2009-02-26 |
Mike Bayer | - Fixed adaptation of EXISTS clauses via any(), has... |
commit | commitdiff | tree |
2009-02-25 |
Lele Gaifax | Fix markup glitch |
commit | commitdiff | tree |
2009-02-23 |
Mike Bayer | - pared down private and semi-private functions in... |
commit | commitdiff | tree |
2009-02-22 |
Mike Bayer | - Declarative will accept a table-bound column as a... |
commit | commitdiff | tree |
2009-02-20 |
Mike Bayer | - Query won't fail with weakref error when a non-mapper... |
commit | commitdiff | tree |
2009-02-19 |
Mike Bayer | - Declarative locates the "inherits" class using a... |
commit | commitdiff | tree |
2009-02-19 |
Gaëtan de Menten | fix docstring indent in orm.util.with_parent |
commit | commitdiff | tree |
2009-02-18 |
Michael Trier | Corrected issue on mssql where max_identifier_length... |
commit | commitdiff | tree |
2009-02-17 |
Mike Bayer | - Session.scalar() now converts raw SQL strings to... |
commit | commitdiff | tree |
2009-02-17 |
Mike Bayer | - Declarative will properly interpret the "foreign_keys... |
commit | commitdiff | tree |
2009-02-17 |
Mike Bayer | - Fixed a recursive pickling issue in serializer, triggered |
commit | commitdiff | tree |
2009-02-16 |
Mike Bayer | - Declarative figures out joined-table inheritance... |
commit | commitdiff | tree |
2009-02-15 |
Mike Bayer | - Added an attribute helper method ``set_committed_valu... |
commit | commitdiff | tree |
2009-02-13 |
Mike Bayer | - annotations store 'parententity' as well as 'parentma... |
commit | commitdiff | tree |
2009-02-13 |
Rick Morrison | Preliminary support for pymssql 1.0.1 [Ticket:1318] |
commit | commitdiff | tree |
2009-02-13 |
Mike Bayer | - Fixed bugs in Query regarding simultaneous selection of |
commit | commitdiff | tree |
2009-02-12 |
Mike Bayer | move test by itself so that no fixture data is inserted |
commit | commitdiff | tree |
2009-02-11 |
Mike Bayer | - a session.expire() on a particular collection attribute |
commit | commitdiff | tree |
2009-02-11 |
Mike Bayer | - Added "post_configure_attribute" method to Instrument... |
commit | commitdiff | tree |
2009-02-10 |
Gaëtan de Menten | fix Query.update docstring |
commit | commitdiff | tree |
2009-02-10 |
Mike Bayer | - anonymous alias names now truncate down to the max... |
commit | commitdiff | tree |
2009-02-07 |
Mike Bayer | need sizes for mysql |
commit | commitdiff | tree |
2009-02-07 |
Mike Bayer | - When flushing partial sets of objects using session... |
commit | commitdiff | tree |
2009-02-03 |
Mike Bayer | - PG Index reflection won't fail when an index with |
commit | commitdiff | tree |
2009-02-02 |
Gaëtan de Menten | fix docstring typo |
commit | commitdiff | tree |
2009-02-01 |
Mike Bayer | - Fixed missing _label attribute on Function object... |
commit | commitdiff | tree |
2009-01-31 |
Michael Trier | Added a few IDENTITY tests for mssql. |
commit | commitdiff | tree |
2009-01-30 |
Mike Bayer | detect backref string as basestring, not str. [ticket... |
commit | commitdiff | tree |
2009-01-29 |
Mike Bayer | appease older sqlite version |
commit | commitdiff | tree |
2009-01-29 |
Mike Bayer | fix serialize |
commit | commitdiff | tree |
2009-01-29 |
Mike Bayer | - The per-dialect cache used by TypeEngine to cache |
commit | commitdiff | tree |
2009-01-29 |
Mike Bayer | - improvements to the "determine direction" logic of |
commit | commitdiff | tree |
2009-01-28 |
Mike Bayer | some docstring stuff |
commit | commitdiff | tree |
2009-01-28 |
Mike Bayer | unit test fixes |
commit | commitdiff | tree |
2009-01-28 |
Mike Bayer | - _CalculatedClause is gone |
commit | commitdiff | tree |
2009-01-27 |
Mike Bayer | - Query now implements __clause_element__() which produces |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | further fixes to sphinx.sty per progress on the sphinx... |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | create correct hyperlink for the pdf file |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | - 0.5.3 |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | - refined and clarified query.__join() for readability rel_0_5_2 |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | moved the non-expire of unloaded deferred attributes... |
commit | commitdiff | tree |
2009-01-24 |
Mike Bayer | - session.expire() and related methods will not expire... |
commit | commitdiff | tree |
2009-01-23 |
Michael Trier | Correction to reflection fix r5718 to handle Binary... |
commit | commitdiff | tree |
2009-01-23 |
Rick Morrison | mssql: modified table reflection code to use only kwarg... |
commit | commitdiff | tree |
2009-01-22 |
Mike Bayer | - Fixed an eager loading bug whereby self-referential... |
commit | commitdiff | tree |
2009-01-22 |
Mike Bayer | - Adjusted the attribute instrumentation change from... |
commit | commitdiff | tree |
2009-01-22 |
Michael Trier | Trying one more time to get the decimal handling on... |
commit | commitdiff | tree |
2009-01-22 |
Michael Trier | Restored convert_unicode handling on mssql. Fixes ... |
commit | commitdiff | tree |
2009-01-20 |
Mike Bayer | - Further refined 0.5.1's warning about delete-orphan... |
commit | commitdiff | tree |
2009-01-20 |
Mike Bayer | added some missing internal types for reflection, ... |
commit | commitdiff | tree |
2009-01-19 |
Mike Bayer | remove comparison/group by on TEXT columns |
commit | commitdiff | tree |
2009-01-18 |
Mike Bayer | - Further fixes to the "percent signs and spaces in... |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | dont need pre-0.5 note rel_0_5_1 |
commit | commitdiff | tree |
2009-01-17 |
Michael Trier | Corrected handling of large decimal values on mssql... |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | more session updates |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | docstring fixup |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | fix errant foreign key |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | fixed more save/clear calls |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | - The "clear()", "save()", "update()", "save_or_update()" |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | explicit rollback to get the connection back to the... |
commit | commitdiff | tree |
2009-01-17 |
Mike Bayer | WeakCompositeKey was coded incorrectly and was not... |
commit | commitdiff | tree |
next |