2010-08-01 |
Mike Bayer | - Repaired the usage of merge() when used with |
commit | commitdiff | tree |
2010-08-01 |
Mike Bayer | apply alt/ctrl t |
commit | commitdiff | tree |
2010-08-01 |
Mike Bayer | make this point about clear_mappers |
commit | commitdiff | tree |
2010-07-29 |
Mike Bayer | - Fixed "default schema" query to work with |
commit | commitdiff | tree |
2010-07-28 |
Mike Bayer | - passive test fails on oracle, ensure passive test... |
commit | commitdiff | tree |
2010-07-24 |
Mike Bayer | - The value of version_id_col can be changed |
commit | commitdiff | tree |
2010-07-22 |
Mike Bayer | - Moving an o2m object from one collection to |
commit | commitdiff | tree |
2010-07-21 |
Mike Bayer | etc |
commit | commitdiff | tree |
2010-07-21 |
Mike Bayer | this would help, right |
commit | commitdiff | tree |
2010-07-21 |
Mike Bayer | - The beaker_caching example has been reorgnized |
commit | commitdiff | tree |
2010-07-21 |
Mike Bayer | - add encode step to appease py3k |
commit | commitdiff | tree |
2010-07-21 |
Mike Bayer | - Changed the scheme used to generate truncated |
commit | commitdiff | tree |
2010-07-20 |
Mike Bayer | commit tag |
commit | commitdiff | tree |
2010-07-20 |
Mike Bayer | document the crap out of text(), Session.execute() |
commit | commitdiff | tree |
2010-07-15 |
Mike Bayer | Added tag rel_0_6_3 for changeset 2bd3c795cfe39249aceb6... |
commit | commitdiff | tree |
2010-07-15 |
Mike Bayer | - Column-entities (i.e. query(Foo.id)) copy their rel_0_6_3 |
commit | commitdiff | tree |
2010-07-14 |
Mike Bayer | - More tweaks to cx_oracle Decimal handling. |
commit | commitdiff | tree |
2010-07-14 |
Mike Bayer | - PG doc updates |
commit | commitdiff | tree |
2010-07-14 |
Mike Bayer | - _extract_error_code now expects the raw DBAPI error... |
commit | commitdiff | tree |
2010-07-14 |
Mike Bayer | restore py2k directive that got whacked by python tidy |
commit | commitdiff | tree |
2010-07-13 |
Mike Bayer | - pull out type() ahead of time to cut down on fn calls. |
commit | commitdiff | tree |
2010-07-12 |
Mike Bayer | - The _extract_error_code() method now works |
commit | commitdiff | tree |
2010-07-11 |
Mike Bayer | tidy |
commit | commitdiff | tree |
2010-07-11 |
Mike Bayer | test/dialect |
commit | commitdiff | tree |
2010-07-11 |
Mike Bayer | tidy test/base, test/ex, test/ext |
commit | commitdiff | tree |
2010-07-11 |
Mike Bayer | Python-tidy test/engine and test/aaa_profiling, 80... |
commit | commitdiff | tree |
2010-07-10 |
Mike Bayer | - experimenting with pytidy with mods as a textmate... |
commit | commitdiff | tree |
2010-07-10 |
Mike Bayer | biginteger |
commit | commitdiff | tree |
2010-07-10 |
Mike Bayer | - more 78 chars |
commit | commitdiff | tree |
2010-07-10 |
Mike Bayer | - doc fixes regarding __tablename__ mixin |
commit | commitdiff | tree |
2010-07-08 |
Mike Bayer | - added "expr" to the column descriptions accessor... |
commit | commitdiff | tree |
2010-07-08 |
Mike Bayer | - 78 chars |
commit | commitdiff | tree |
2010-07-08 |
Mike Bayer | added an extra check for the correct class when __init_... |
commit | commitdiff | tree |
2010-07-08 |
Mike Bayer | merge doc fix |
commit | commitdiff | tree |
2010-07-08 |
Mike Bayer | - Improved the check for an "unmapped class", |
commit | commitdiff | tree |
2010-07-08 |
Chris Withers | typo |
commit | commitdiff | tree |
2010-07-07 |
Mike Bayer | 0.6.3 |
commit | commitdiff | tree |
2010-07-07 |
Mike Bayer | - Removed errant many-to-many load in unitofwork |
commit | commitdiff | tree |
2010-07-07 |
Mike Bayer | 78 chars |
commit | commitdiff | tree |
2010-07-07 |
Mike Bayer | 78 chars |
commit | commitdiff | tree |
2010-07-07 |
Mike Bayer | merge |
commit | commitdiff | tree |
2010-07-07 |
Mike Bayer | 78 chars for sybase |
commit | commitdiff | tree |
2010-07-06 |
Mike Bayer | Added tag rel_0_6_2 for changeset 7e72edc9d39966721f273... |
commit | commitdiff | tree |
2010-07-06 |
Mike Bayer | - updated obsolete docs regarding sequences, RETURNING... rel_0_6_2 |
commit | commitdiff | tree |
2010-07-06 |
Mike Bayer | up the variance on these as the call counts are very... |
commit | commitdiff | tree |
2010-07-05 |
Mike Bayer | - latest distribute |
commit | commitdiff | tree |
2010-07-05 |
Mike Bayer | force __doc__ to transfer over from the decorated funciton. |
commit | commitdiff | tree |
2010-07-04 |
Mike Bayer | merge |
commit | commitdiff | tree |
2010-07-04 |
Mike Bayer | some prep for the 'viewcode' plugin, which works, thoug... |
commit | commitdiff | tree |
2010-07-04 |
Mike Bayer | some linkage |
commit | commitdiff | tree |
2010-07-04 |
Mike Bayer | transfer docstrings from @classproperty to props |
commit | commitdiff | tree |
2010-07-03 |
Mike Bayer | - idle 78-char adjustments |
commit | commitdiff | tree |
2010-07-03 |
Mike Bayer | - Added support for @classproperty to provide |
commit | commitdiff | tree |
2010-07-02 |
Mike Bayer | - verbiage expressing that pool_size==0 means no limit... |
commit | commitdiff | tree |
2010-07-02 |
Mike Bayer | - The 'default' compiler is automatically copied over |
commit | commitdiff | tree |
2010-07-02 |
Mike Bayer | - add typing/operator converts to Float/Numeric to... |
commit | commitdiff | tree |
2010-07-02 |
Mike Bayer | - If server_version_info is outside the usual |
commit | commitdiff | tree |
2010-07-02 |
Chris Withers | keep ordering of columns with mixins constant |
commit | commitdiff | tree |
2010-07-02 |
Mike Bayer | - Query.join() will check for a call of the |
commit | commitdiff | tree |
2010-07-01 |
Mike Bayer | - Oracle's "native decimal" metadata begins to return |
commit | commitdiff | tree |
2010-06-30 |
Mike Bayer | - An instance which is moved to "transient", has |
commit | commitdiff | tree |
2010-06-29 |
Mike Bayer | replace all occurences of "closes the connection" ... |
commit | commitdiff | tree |
2010-06-29 |
Mike Bayer | add make_transient |
commit | commitdiff | tree |
2010-06-27 |
Mike Bayer | fix oracle char length test for newer descriptors |
commit | commitdiff | tree |
2010-06-26 |
Mike Bayer | - Fixed bug that would prevent overridden clause |
commit | commitdiff | tree |
2010-06-25 |
Mike Bayer | - Won't generate "CREATE TYPE" / "DROP TYPE" if |
commit | commitdiff | tree |
2010-06-24 |
Mike Bayer | fix test |
commit | commitdiff | tree |
2010-06-24 |
Mike Bayer | - The argument to "ESCAPE" of a LIKE operator or similar |
commit | commitdiff | tree |
2010-06-19 |
Mike Bayer | - Fixed @memoized_property and @memoized_instancemethod |
commit | commitdiff | tree |
2010-06-19 |
Mike Bayer | - Firebird dialect adds CHAR, VARCHAR types which |
commit | commitdiff | tree |
2010-06-19 |
Mike Bayer | - Fixed ora-8 compatibility flags such that they |
commit | commitdiff | tree |
2010-06-19 |
Mike Bayer | fix accessors, [ticket:1816] |
commit | commitdiff | tree |
2010-06-19 |
Mike Bayer | - a mixin class can now define a column that matches |
commit | commitdiff | tree |
2010-06-19 |
Mike Bayer | - MySQL dialect doesn't emit CAST() for MySQL version |
commit | commitdiff | tree |
2010-06-18 |
Mike Bayer | - moved "post update" functionality from _save_obj... |
commit | commitdiff | tree |
2010-06-18 |
Mike Bayer | - cleanup of new post update, changelog |
commit | commitdiff | tree |
2010-06-18 |
Mike Bayer | add a test for the actual feature, that multiple post... |
commit | commitdiff | tree |
2010-06-18 |
Mike Bayer | this one is actually doing it. removed the cruft we... |
commit | commitdiff | tree |
2010-06-18 |
Mike Bayer | adds some tests, refines out the m2o approach. |
commit | commitdiff | tree |
2010-06-18 |
Mike Bayer | this approach seems to allow many-to-one post updates... |
commit | commitdiff | tree |
2010-06-17 |
Mike Bayer | - query.order_by() now accepts False, which cancels |
commit | commitdiff | tree |
2010-06-17 |
Mike Bayer | fix import |
commit | commitdiff | tree |
2010-06-17 |
Mike Bayer | add a test for query.order_by(None) |
commit | commitdiff | tree |
2010-06-15 |
Mike Bayer | - Column.copy() takes along the "unique" attribute |
commit | commitdiff | tree |
2010-06-15 |
Mike Bayer | version_info is the tuple |
commit | commitdiff | tree |
2010-06-15 |
Mike Bayer | - Can now call make_transient() on an instance that |
commit | commitdiff | tree |
2010-06-15 |
Mike Bayer | - hypothesize that newer pysqlites are also growing... |
commit | commitdiff | tree |
2010-06-15 |
Mike Bayer | fix variable name |
commit | commitdiff | tree |
2010-06-15 |
Mike Bayer | - Query.statement, Query.subquery(), etc. now transfer |
commit | commitdiff | tree |
2010-06-14 |
Mike Bayer | - Modified the internals of "column annotation" such... |
commit | commitdiff | tree |
2010-06-13 |
Mike Bayer | - Fixed bug regarding flushes on self-referential |
commit | commitdiff | tree |
2010-06-13 |
Mike Bayer | - The warning emitted by the Unicode and String types |
commit | commitdiff | tree |
2010-06-13 |
Mike Bayer | - added documentation for Inspector [ticket:1820] |
commit | commitdiff | tree |
2010-06-11 |
Mike Bayer | - Inspector hits bind.connect() when invoked to ensure |
commit | commitdiff | tree |
2010-06-09 |
Mike Bayer | fix the enum for MySQL after native_enum added to adapt... |
commit | commitdiff | tree |
2010-06-09 |
Mike Bayer | - Fixed incorrect signature in do_execute() for firebir... |
commit | commitdiff | tree |
2010-06-08 |
Mike Bayer | - Fixed bug in Enum type which blew away native_enum |
commit | commitdiff | tree |
2010-06-08 |
Mike Bayer | - tweak to work with sphinx 1.0b2 |
commit | commitdiff | tree |
2010-05-31 |
Mike Bayer | Added tag rel_0_6_1 for changeset 1bd54fd9c854044d8153d... |
commit | commitdiff | tree |
2010-05-31 |
Mike Bayer | 0.6.1 rel_0_6_1 |
commit | commitdiff | tree |
next |