2007-01-28 |
Mike Bayer | fixed "eager=True" |
commit | commitdiff | tree |
2007-01-27 |
Mike Bayer | - added a standardized test harness for ORM tests |
commit | commitdiff | tree |
2007-01-27 |
Mike Bayer | - fix for multi-level polymorphic mappers |
commit | commitdiff | tree |
2007-01-27 |
Mike Bayer | - eager relation to an inheriting mapper wont fail... |
commit | commitdiff | tree |
2007-01-27 |
Mike Bayer | added a close() to the single SQL execute, useful for... |
commit | commitdiff | tree |
2007-01-26 |
Mike Bayer | removed print line |
commit | commitdiff | tree |
2007-01-25 |
Jonathan Ellis | pool_size was there already of course :-| |
commit | commitdiff | tree |
2007-01-25 |
Jonathan Ellis | r/m unused import |
commit | commitdiff | tree |
2007-01-25 |
Jonathan Ellis | add pool_size to "list of all standard options" |
commit | commitdiff | tree |
2007-01-25 |
Mike Bayer | - fix to reflection on older DB's that might return... |
commit | commitdiff | tree |
2007-01-24 |
Mike Bayer | - calling corresponding_column with keys_ok matches... |
commit | commitdiff | tree |
2007-01-24 |
Mike Bayer | added unit tests illustrating current workaround for... |
commit | commitdiff | tree |
2007-01-24 |
Mike Bayer | raise exception if invalid collection class used |
commit | commitdiff | tree |
2007-01-24 |
Mike Bayer | changeset |
commit | commitdiff | tree |
2007-01-24 |
Mike Bayer | oracle can conditionally decide if it wants to say... |
commit | commitdiff | tree |
2007-01-24 |
Jonathan Ellis | note support for LIMIT in firebird and mssql |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | formatting |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | test patches from [ticket:422] |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | - *slight* support for binary, but still need to figure... rel_0_3_4 |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | attempting to get oracle binary working |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | 0.3.4 |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | - added support for column "key" attribute to be useabl... |
commit | commitdiff | tree |
2007-01-23 |
Jonathan Ellis | justify text |
commit | commitdiff | tree |
2007-01-23 |
Jonathan Ellis | add example of joining to labeled table |
commit | commitdiff | tree |
2007-01-23 |
Jonathan Ellis | split out SelectableClassType from TableClassType,... |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | relationships no longer compile against the "selectable... |
commit | commitdiff | tree |
2007-01-23 |
Mike Bayer | added "instances" to assign_mapper funcs [ticket:433] |
commit | commitdiff | tree |
2007-01-22 |
Mike Bayer | added a session transaction test |
commit | commitdiff | tree |
2007-01-21 |
Mike Bayer | oops, change from yesterday fails the zblog tests.... |
commit | commitdiff | tree |
2007-01-21 |
Mike Bayer | better error message from [ticket:429] |
commit | commitdiff | tree |
2007-01-21 |
Mike Bayer | added merge unit test from [ticket:430] |
commit | commitdiff | tree |
2007-01-21 |
Mike Bayer | added recursion check to merge |
commit | commitdiff | tree |
2007-01-21 |
Jonathan Ellis | selectby -> select_by |
commit | commitdiff | tree |
2007-01-21 |
Mike Bayer | docs: [ticket:345], [ticket:356], [ticket:48], [ticket... |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | - mysql table create options work on a generic passthru... |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | - added "validate=False" argument to assign_mapper... |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | starting to refactor adaptation of inherited properties... |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | - tightened down conditions used to locate "relation... |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | removed |
commit | commitdiff | tree |
2007-01-20 |
Mike Bayer | - fix to "proxy=True" behavior on synonym() |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | - trailing underscores are trimmed from func.<xxx>... |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | - changed "BooleanExpression" to subclass from "BinaryE... |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | - fixed bug where delete-orphan basically didn't work... |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | added testcase for upcoming ticket |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | - another fix to subquery correlation so that a subquer... |
commit | commitdiff | tree |
2007-01-19 |
Mike Bayer | has_table wasnt handling case-sensitive table names |
commit | commitdiff | tree |
2007-01-18 |
Mike Bayer | - some deeper error checking when compiling relations... |
commit | commitdiff | tree |
2007-01-17 |
Mike Bayer | removed unnecessary value grab |
commit | commitdiff | tree |
2007-01-17 |
Mike Bayer | tweaks |
commit | commitdiff | tree |
2007-01-17 |
Mike Bayer | updates, verbiage |
commit | commitdiff | tree |
2007-01-17 |
Mike Bayer | - fix to the initial checkfirst for tables to take... |
commit | commitdiff | tree |
2007-01-17 |
Jonathan Ellis | document "Accessing the Session" |
commit | commitdiff | tree |
2007-01-16 |
Mike Bayer | added testcase to ensure that type gets propigated... |
commit | commitdiff | tree |
2007-01-16 |
Mike Bayer | added "options" to exported query API |
commit | commitdiff | tree |
2007-01-16 |
Mike Bayer | verbiage updates, this is a work-in-progress (WIP) |
commit | commitdiff | tree |
2007-01-15 |
Mike Bayer | - added optional constructor to sql.ColumnCollection |
commit | commitdiff | tree |
2007-01-15 |
Mike Bayer | - trying to redefine a reflected primary key column... |
commit | commitdiff | tree |
2007-01-14 |
Mike Bayer | [ticket:398] |
commit | commitdiff | tree |
2007-01-14 |
Mike Bayer | - default cascade is "save-update, merge" |
commit | commitdiff | tree |
2007-01-14 |
Mike Bayer | - postgres cursor option is now server_side_cursors... |
commit | commitdiff | tree |
2007-01-13 |
Mike Bayer | - basic idea of "session.merge()" actually implemented... |
commit | commitdiff | tree |
2007-01-12 |
Mike Bayer | more insure->ensure. this is going to be a hard habit... |
commit | commitdiff | tree |
2007-01-12 |
Mike Bayer | - mysql is inconsistent with what kinds of quotes it... |
commit | commitdiff | tree |
2007-01-11 |
Mike Bayer | - added "fetchmany()" support to ResultProxy |
commit | commitdiff | tree |
2007-01-10 |
Mike Bayer | - postgres no longer uses client-side cursors, uses... |
commit | commitdiff | tree |
2007-01-09 |
Jonathan Ellis | add test for max_order non_primary mapper from the... |
commit | commitdiff | tree |
2007-01-08 |
Mike Bayer | - the "op()" function is now treated as an "operation... |
commit | commitdiff | tree |
2007-01-07 |
Jonathan Ellis | brief mention of defer, undefer |
commit | commitdiff | tree |
2007-01-06 |
Mike Bayer | added SVN link to setup.py description |
commit | commitdiff | tree |
2007-01-06 |
Rick Morrison | typo fix (thanks Paul J) |
commit | commitdiff | tree |
2007-01-06 |
Mike Bayer | - added a mutex to the mapper compilation step. ive... |
commit | commitdiff | tree |
2007-01-06 |
Mike Bayer | tweak to support reflecting eqlite columns that didnt... |
commit | commitdiff | tree |
2007-01-06 |
Mike Bayer | - added an error message if you actually try to modify... |
commit | commitdiff | tree |
2007-01-05 |
Mike Bayer | copyright update |
commit | commitdiff | tree |
2007-01-05 |
Mike Bayer | - default "timezone" setting is now False. this corres... |
commit | commitdiff | tree |
2007-01-05 |
Mike Bayer | - fix to post_update to insure rows are updated even... |
commit | commitdiff | tree |
2007-01-04 |
Rick Morrison | Removed "burned-in" schema name of "dbo". Suggested... |
commit | commitdiff | tree |
2007-01-04 |
Rick Morrison | Patch from Paul Johnston that refactors adodbapi vs... |
commit | commitdiff | tree |
2007-01-03 |
Mike Bayer | - Firebird fix to autoload multifield foreign keys... |
commit | commitdiff | tree |
2007-01-03 |
Mike Bayer | - order of constraint creation puts primary key first... |
commit | commitdiff | tree |
2007-01-02 |
Mike Bayer | - fixed bug in mapper refresh/expire whereby eager... |
commit | commitdiff | tree |
2007-01-02 |
Mike Bayer | - added "none" to the list of cascades, although im... |
commit | commitdiff | tree |
2007-01-02 |
Mike Bayer | - invalid options sent to 'cascade' string will raise... |
commit | commitdiff | tree |
2007-01-01 |
Mike Bayer | - global "insure"->"ensure" change. in US english... |
commit | commitdiff | tree |
2006-12-28 |
Mike Bayer | - speed enhancements to ORM object instantiation, eager... |
commit | commitdiff | tree |
2006-12-28 |
Mike Bayer | - fix to correlation of subqueries when the column... |
commit | commitdiff | tree |
2006-12-24 |
Mike Bayer | - fixes to postgres reflection to better handle when... |
commit | commitdiff | tree |
2006-12-19 |
Mike Bayer | - fix to MapperExtension create_instance so that entity... |
commit | commitdiff | tree |
2006-12-18 |
Rick Morrison | reversing last commit |
commit | commitdiff | tree |
2006-12-17 |
Rick Morrison | added missing ref to between in sql.py __all__ |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | - added "BIGSERIAL" support for postgres table with... |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | PGBigInteger subclasses PGInteger so it gets used |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | edits |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | formatting |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | fixed the raise for mysql to re-raise the error rel_0_3_3 |
commit | commitdiff | tree |
2006-12-15 |
Mike Bayer | fix to the fix for [ticket:396] plus a unit test |
commit | commitdiff | tree |
2006-12-14 |
Mike Bayer | added additional unit test to test that commit errors... |
commit | commitdiff | tree |
2006-12-14 |
Mike Bayer | added InnoDB for mysql so that all tranactional tests... |
commit | commitdiff | tree |
2006-12-13 |
Mike Bayer | - patch that makes MySQL rowcount work correctly! ... |
commit | commitdiff | tree |
2006-12-13 |
Mike Bayer | - fixed QueuePool bug whereby its better able to reconn... |
commit | commitdiff | tree |
next |