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 |
2007-03-20 |
Mike Bayer | the "tack on the leftover tasks at the end" step of... |
commit | commitdiff | tree |
2007-03-19 |
Mike Bayer | - many-to-many table will be properly handled even... |
commit | commitdiff | tree |
2007-03-19 |
Rick Morrison | mssql: now passes still more unit tests, [ticket:481] |
commit | commitdiff | tree |
2007-03-18 |
Mike Bayer | - added db modules to genned docstrings |
commit | commitdiff | tree |
2007-03-18 |
Mike Bayer | - check for tables in the primaryjoin/secondaryjoin... |
commit | commitdiff | tree |
2007-03-18 |
Rick Morrison | mssql: cleanup of module importing code; specifiable... |
commit | commitdiff | tree |
2007-03-18 |
Rick Morrison | mssql: optionally use VARCHAR(max) instead of TEXT... |
commit | commitdiff | tree |
2007-03-17 |
Mike Bayer | - flush fixes on self-referential relationships that... |
commit | commitdiff | tree |
2007-03-17 |
Mike Bayer | css tag |
commit | commitdiff | tree |
2007-03-17 |
Mike Bayer | integrated docutils formatting into generated documenta... |
commit | commitdiff | tree |
2007-03-17 |
Mike Bayer | merged mako doc generation branch |
commit | commitdiff | tree |
2007-03-16 |
Mike Bayer | - added a catchall **kwargs to MSString, to help reflec... |
commit | commitdiff | tree |
2007-03-15 |
Mike Bayer | "alltests" runners call testbase.main(), which takes... |
commit | commitdiff | tree |
2007-03-15 |
Mike Bayer | literals in PassiveDefault require text() |
commit | commitdiff | tree |
2007-03-15 |
Rick Morrison | MSSQL now passes still more unit tests [ticket:481] |
commit | commitdiff | tree |
2007-03-15 |
Rick Morrison | fix CASE statement when else_ is zero |
commit | commitdiff | tree |
2007-03-14 |
Mike Bayer | - eager loading will not "aliasize" "order by" clauses... |
commit | commitdiff | tree |
2007-03-13 |
Mike Bayer | - added a handy multi-use "identity_key()" method to... |
commit | commitdiff | tree |
2007-03-13 |
Mike Bayer | some docs |
commit | commitdiff | tree |
2007-03-13 |
Mike Bayer | some formatting |
commit | commitdiff | tree |
2007-03-11 |
Mike Bayer | - for hackers, refactored the "visitor" system of Claus... |
commit | commitdiff | tree |
2007-03-10 |
Mike Bayer | - oracle: |
commit | commitdiff | tree |
2007-03-10 |
Mike Bayer | - Query has add_entity() and add_column() generative... |
commit | commitdiff | tree |
2007-03-10 |
Mike Bayer | - the full featureset of the SelectResults extension... |
commit | commitdiff | tree |
2007-03-09 |
Mike Bayer | cleanup of reversed |
commit | commitdiff | tree |
2007-03-08 |
Mike Bayer | - fixed usage of 2.4-only "reversed" in topological... |
commit | commitdiff | tree |
2007-03-07 |
Mike Bayer | - fixed use_alter flag on ForeignKeyConstraint [ticket... |
commit | commitdiff | tree |
2007-03-07 |
Mike Bayer | - options() method on SelectResults now implemented... |
commit | commitdiff | tree |
2007-03-06 |
Mike Bayer | need an "alias()" on map to a select |
commit | commitdiff | tree |
2007-03-06 |
Mike Bayer | decorated ImportError thrown when the <database>:/... |
commit | commitdiff | tree |
2007-03-06 |
Mike Bayer | added "enable_typechecks=True" flag on relation so... |
commit | commitdiff | tree |
next |