2007-04-27 |
Gaëtan de Menten | correct typo-equivalent mistakes in some comments/docst... |
commit | commitdiff | tree |
2007-04-27 |
Jason Kirtland | - Fully specify ordering for ordered union test comparison |
commit | commitdiff | tree |
2007-04-27 |
Mike Bayer | restored functionality to not issue DELETE for instance... |
commit | commitdiff | tree |
2007-04-26 |
Mike Bayer | decruftify UOW some more....uowdumper always prints... |
commit | commitdiff | tree |
2007-04-26 |
Mike Bayer | - generative test doesnt apply to mysql, others |
commit | commitdiff | tree |
2007-04-26 |
Mike Bayer | some extra tests for synonyms to relation()s |
commit | commitdiff | tree |
2007-04-26 |
Mike Bayer | - _with_parent_criterion generalized into _with_lazy_cr... |
commit | commitdiff | tree |
2007-04-26 |
Mike Bayer | fixed casing of SET clause |
commit | commitdiff | tree |
2007-04-25 |
Jason Kirtland | - Always propagate constructor exceptions in mapped... |
commit | commitdiff | tree |
2007-04-25 |
Mike Bayer | - added generative versions of aggregates, i.e. sum... |
commit | commitdiff | tree |
2007-04-25 |
Mike Bayer | revert CSS tweak |
commit | commitdiff | tree |
2007-04-25 |
Mike Bayer | #553 propigate index on copied columns |
commit | commitdiff | tree |
2007-04-25 |
Mike Bayer | some formatting/indentation stuff |
commit | commitdiff | tree |
2007-04-25 |
Mike Bayer | wrap __name__ settings in a try/except for 2.3 compat |
commit | commitdiff | tree |
2007-04-24 |
Mike Bayer | - assign_mapper names methods according to their... |
commit | commitdiff | tree |
2007-04-24 |
Mike Bayer | - added a col label to help sqlite with order by |
commit | commitdiff | tree |
2007-04-24 |
Mike Bayer | - primary key determination within Join maintains table... |
commit | commitdiff | tree |
2007-04-24 |
Mike Bayer | - fix to case() construct to propigate the type of... |
commit | commitdiff | tree |
2007-04-24 |
Mike Bayer | added an order_by |
commit | commitdiff | tree |
2007-04-24 |
Jason Kirtland | - Fire delrecord events when items are discard()ed... |
commit | commitdiff | tree |
2007-04-23 |
Mike Bayer | dont use assignmapper.flush() |
commit | commitdiff | tree |
2007-04-23 |
Mike Bayer | - big fix to AssociationProxy so that multiple Associat... |
commit | commitdiff | tree |
2007-04-22 |
Mike Bayer | - support for SSL arguments given as inline within... |
commit | commitdiff | tree |
2007-04-22 |
Mike Bayer | fix for dbapi() method to be classmethod #546 |
commit | commitdiff | tree |
2007-04-22 |
Mike Bayer | a rudimental reconnect/pool auto-dispose test. not... |
commit | commitdiff | tree |
2007-04-21 |
Mike Bayer | - informix support added ! courtesy James Zhang |
commit | commitdiff | tree |
2007-04-21 |
Mike Bayer | - converted logger.warn() to warnings.warn() |
commit | commitdiff | tree |
2007-04-20 |
Mike Bayer | non-db identifier length raised arbitrarily high |
commit | commitdiff | tree |
2007-04-20 |
Mike Bayer | more comprehensive query docs |
commit | commitdiff | tree |
2007-04-20 |
Mike Bayer | rewrite.... |
commit | commitdiff | tree |
2007-04-20 |
Mike Bayer | - some docstrings |
commit | commitdiff | tree |
2007-04-19 |
Jason Kirtland | - Promoted mysql's dburl query string helper to util... |
commit | commitdiff | tree |
2007-04-19 |
Mike Bayer | support positional parameters at the execute level... |
commit | commitdiff | tree |
2007-04-19 |
Mike Bayer | unit test with just one param |
commit | commitdiff | tree |
2007-04-19 |
Mike Bayer | some changelog |
commit | commitdiff | tree |
2007-04-19 |
Jason Kirtland | - merged in the combined patch for #474, #475, #476... |
commit | commitdiff | tree |
2007-04-19 |
Jason Kirtland | - fixed issue where slice assignment on relation proper... |
commit | commitdiff | tree |
2007-04-19 |
Jason Kirtland | - tweak to restore Python 2.3 compatability |
commit | commitdiff | tree |
2007-04-19 |
Mike Bayer | some docstrings |
commit | commitdiff | tree |
2007-04-18 |
Mike Bayer | - the "where" criterion of an update() and delete(... |
commit | commitdiff | tree |
2007-04-18 |
Mike Bayer | - fixed critical issue when, after options(eagerload... |
commit | commitdiff | tree |
2007-04-18 |
Mike Bayer | added "is_disconnect()" for firebird |
commit | commitdiff | tree |
2007-04-18 |
Mike Bayer | - making progress with session.merge() as well as combi... |
commit | commitdiff | tree |
2007-04-17 |
Mike Bayer | note about elixir |
commit | commitdiff | tree |
2007-04-17 |
Mike Bayer | slight cleanup for #498 |
commit | commitdiff | tree |
2007-04-17 |
Mike Bayer | - the dialects within sqlalchemy.databases become a... |
commit | commitdiff | tree |
2007-04-17 |
Mike Bayer | docs/examples for new with_parent() feature |
commit | commitdiff | tree |
2007-04-17 |
Mike Bayer | - added query.with_parent(someinstance) method. search... |
commit | commitdiff | tree |
2007-04-17 |
Mike Bayer | added "recreate()" argument to connection pool classes |
commit | commitdiff | tree |
2007-04-16 |
Mike Bayer | - removed meaningless entity_name argument from session... |
commit | commitdiff | tree |
2007-04-15 |
Mike Bayer | - got unicode schemas to work with postgres |
commit | commitdiff | tree |
2007-04-14 |
Mike Bayer | more docstrings stuff |
commit | commitdiff | tree |
2007-04-14 |
Mike Bayer | added ansisql docs to output, moved exceptions to a... |
commit | commitdiff | tree |
2007-04-14 |
Mike Bayer | didnt need that method... |
commit | commitdiff | tree |
2007-04-14 |
Mike Bayer | some docstrings to provide more detail in the sql package |
commit | commitdiff | tree |
2007-04-13 |
Mike Bayer | - small fix to allow successive compiles of the same... |
commit | commitdiff | tree |
2007-04-11 |
Mike Bayer | [ticket:534] get dictionary append() method properly |
commit | commitdiff | tree |
2007-04-11 |
Mike Bayer | - the "mini" column labels generated when using subquer... |
commit | commitdiff | tree |
2007-04-11 |
Mike Bayer | - fix to many-to-many relationships targeting polymorph... |
commit | commitdiff | tree |
2007-04-10 |
Mike Bayer | will be 0.3.7 |
commit | commitdiff | tree |
2007-04-04 |
Mike Bayer | - some cleanup of reflection unit tests |
commit | commitdiff | tree |
2007-04-04 |
Rick Morrison | explicit zero was failing for float cols |
commit | commitdiff | tree |
2007-04-03 |
Mike Bayer | - slight tweak to raw execute() change to also support... |
commit | commitdiff | tree |
2007-04-03 |
Mike Bayer | for #516, moved the "disconnect check" step out of... |
commit | commitdiff | tree |
2007-04-02 |
Mike Bayer | - merged the patch from #516 + fixes |
commit | commitdiff | tree |
2007-04-02 |
Mike Bayer | - merged the "execcontext" branch, refactors engine... |
commit | commitdiff | tree |
2007-03-31 |
Mike Bayer | latest #214 fixups |
commit | commitdiff | tree |
2007-03-30 |
Mike Bayer | - query strings in unicode URLs get keys encoded to... |
commit | commitdiff | tree |
2007-03-30 |
Mike Bayer | thank you, SVN, for being completely idiotic and non... |
commit | commitdiff | tree |
2007-03-29 |
Mike Bayer | current progress with exec branch |
commit | commitdiff | tree |
2007-03-29 |
Mike Bayer | - corresponding to label/bindparam name generataion... |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | added example for expressions in updates |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | ordering adjustments |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | added keys() to ColumnParameters, needed for setbindpar... |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | - sending None as an argument to func.<something> will... |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | unit test fix, same child object was being attached... |
commit | commitdiff | tree |
2007-03-28 |
Rick Morrison | better explicit PK insert checking |
commit | commitdiff | tree |
2007-03-28 |
Rick Morrison | Change to ParameterClause object change |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | error raised if trying to auto-join on a self referential |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | added "supports_unicode_statements()" step to dialect... |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | - column label and bind param "truncation" also generate |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | added label truncation for bind param names which was... |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | added LONG->OracleText reflection mapping [ticket:393] |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | some more docstring patches for [ticket:214] |
commit | commitdiff | tree |
2007-03-28 |
Mike Bayer | - fix for fetchmany() "size" argument being positional... |
commit | commitdiff | tree |
2007-03-27 |
Mike Bayer | - fixes [ticket:185], join object determines primary... |
commit | commitdiff | tree |
2007-03-27 |
Mike Bayer | - some logging cleanup |
commit | commitdiff | tree |
2007-03-27 |
Mike Bayer | - preliminary support for unicode table and column... |
commit | commitdiff | tree |
2007-03-27 |
Rick Morrison | msssql: more unit tests now pass |
commit | commitdiff | tree |
2007-03-26 |
Mike Bayer | - improved/fixed custom collection classes when giving... |
commit | commitdiff | tree |
2007-03-24 |
Mike Bayer | - column labels are now generated in the compilation... |
commit | commitdiff | tree |
2007-03-23 |
Mike Bayer | cleanup continued rel_0_3_6 |
commit | commitdiff | tree |
2007-03-23 |
Mike Bayer | various cleanup, docs and things, getting ready for... |
commit | commitdiff | tree |
2007-03-22 |
Mike Bayer | documenting generative methods on query |
commit | commitdiff | tree |
2007-03-22 |
Mike Bayer | - MetaData can bind to an engine either via "url" or... |
commit | commitdiff | tree |
2007-03-22 |
Mike Bayer | dan's latest patch for session.identity_key() |
commit | commitdiff | tree |
2007-03-22 |
Mike Bayer | - CLOB type descends from TEXT so it goes to the dialec... |
commit | commitdiff | tree |
2007-03-22 |
Mike Bayer | - added explicit MSTimeStamp type which takes effect... |
commit | commitdiff | tree |
2007-03-21 |
Mike Bayer | - slightly better support for bind params as column... |
commit | commitdiff | tree |
2007-03-20 |
Mike Bayer | contextual_connection() -> contextual_connect() [ticke... |
commit | commitdiff | tree |
next |