| 2008-05-10 |
Mike Bayer | correcting dataload profiles for various tests |
commit | commitdiff | tree | snapshot |
| 2008-05-10 |
Mike Bayer | bizarre duplicate keyword seems to not raise in py2.5 |
commit | commitdiff | tree | snapshot |
| 2008-05-10 |
Mike Bayer | merged r4720 from 04 branch for [ticket:1036] |
commit | commitdiff | tree | snapshot |
| 2008-05-10 |
Lele Gaifax | Fix typo in the ORM tutorial |
commit | commitdiff | tree | snapshot |
| 2008-05-10 |
Jason Kirtland | Reworked & stripped. |
commit | commitdiff | tree | snapshot |
| 2008-05-10 |
Mike Bayer | order by doc |
commit | commitdiff | tree | snapshot |
| 2008-05-10 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2008-05-10 |
Mike Bayer | removed deprecated plugins docs |
commit | commitdiff | tree | snapshot |
| 2008-05-10 |
Mike Bayer | backref() function uses primaryjoin/secondaryjoin of... |
commit | commitdiff | tree | snapshot |
| 2008-05-10 |
Jason Kirtland | Chipping away at remaining cruft. |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | - fixed a fairly critical bug in clause adaption/corres... |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Gaëtan de Menten | add target_fullname as a public property for _get_colspec |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Jason Kirtland | Test suite modernization in progress. Big changes: |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | more order bys... |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | some tweaks to help MySQL |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | - more portable tests for eager/inheritance joins |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | MSText no longer implicitly creates TEXT for string... |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | added query.subquery() as shorthand for query.statement... |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | identified case where pending upon commit() is needed... |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Ants Aasma | move the definition of sessions public methods closer... |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | added "add", "add_all", "expire_all" to SS |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | tweak |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | need delete-orphan |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | - warnings about Query invalid operations become Invali... |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | r4695 merged to trunk; trunk now becomes 0.5. |
commit | commitdiff | tree | snapshot |
| 2008-05-08 |
Mike Bayer | doc update on quote |
commit | commitdiff | tree | snapshot |
| 2008-05-08 |
Mike Bayer | remove **kwargs from execute(), scalar(), connection... |
commit | commitdiff | tree | snapshot |
| 2008-05-08 |
Mike Bayer | - backported 0.5's contains_eager() behavior such that... |
commit | commitdiff | tree | snapshot |
| 2008-05-07 |
Mike Bayer | - added an example dynamic_dict/dynamic_dict.py, illust... |
commit | commitdiff | tree | snapshot |
| 2008-05-07 |
Mike Bayer | - Fixed "concatenate tuple" bug which could occur with |
commit | commitdiff | tree | snapshot |
| 2008-05-06 |
Mike Bayer | Query.select() wont call filter() if arg is None |
commit | commitdiff | tree | snapshot |
| 2008-05-06 |
Mike Bayer | fix foreign_keys example |
commit | commitdiff | tree | snapshot |
| 2008-05-06 |
Jason Kirtland | Added missing argument check on CheckConstraint |
commit | commitdiff | tree | snapshot |
| 2008-05-06 |
Mike Bayer | - _Label adds itself to the proxy collection so that... |
commit | commitdiff | tree | snapshot |
| 2008-05-06 |
Mike Bayer | - added "after_begin()" hook to Session |
commit | commitdiff | tree | snapshot |
| 2008-05-06 |
Jason Kirtland | Tidy. |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Lele Gaifax | Fix typo |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Jason Kirtland | Adjusted inplace-binops on set-based collections and... |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Mike Bayer | failing case |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Jason Kirtland | Fixed duplicate append event emission on repeated instr... |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Jason Kirtland | Update for r4643 |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Jason Kirtland | Renamed rollback_returned to reset_on_return. Future... |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Mike Bayer | - same as [ticket:1019] but repaired the non-labele... |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Mike Bayer | - added "rollback_returned" option to Pool which... |
commit | commitdiff | tree | snapshot |
| 2008-05-05 |
Mike Bayer | - Column.copy() respects the value of "autoincrement", |
commit | commitdiff | tree | snapshot |
| 2008-05-02 |
Mike Bayer | - fixes to the "exists" function involving inheritance... |
commit | commitdiff | tree | snapshot |
| 2008-05-02 |
Jason Kirtland | - The collection instrumentation sweep now skips over... |
commit | commitdiff | tree | snapshot |
| 2008-05-02 |
Mike Bayer | - fixed reentrant mapper compile hang when |
commit | commitdiff | tree | snapshot |
| 2008-05-02 |
Jason Kirtland | - Backported attribute sweep removal (instrumentation... |
commit | commitdiff | tree | snapshot |
| 2008-05-02 |
Rick Morrison | one-off workaround for mssql + odbc options, user patch |
commit | commitdiff | tree | snapshot |
| 2008-05-02 |
Mike Bayer | - an unfortunate naming conflict |
commit | commitdiff | tree | snapshot |
| 2008-05-02 |
Mike Bayer | - factored out the logic used by Join to create its... |
commit | commitdiff | tree | snapshot |
| 2008-05-01 |
Mike Bayer | added some reference tests for the any() situation |
commit | commitdiff | tree | snapshot |
| 2008-04-30 |
Jason Kirtland | - Fix 2.3 regression from 4598 |
commit | commitdiff | tree | snapshot |
| 2008-04-30 |
Mike Bayer | - added a feature to eager loading whereby subqueries set |
commit | commitdiff | tree | snapshot |
| 2008-04-29 |
Jason Kirtland | And a copy.copy() test for the proxy cache. |
commit | commitdiff | tree | snapshot |
| 2008-04-29 |
Jason Kirtland | - Refresh the cached proxy if the cache was built for... |
commit | commitdiff | tree | snapshot |
| 2008-04-29 |
Gaëtan de Menten | added multi-level concrete inheritance test (testing... |
commit | commitdiff | tree | snapshot |
| 2008-04-28 |
Mike Bayer | more declarative doc updates |
commit | commitdiff | tree | snapshot |
| 2008-04-27 |
Mike Bayer | fix docs for declarative |
commit | commitdiff | tree | snapshot |
| 2008-04-27 |
Lele Gaifax | Savepoints are supported under Firebird |
commit | commitdiff | tree | snapshot |
| 2008-04-26 |
Mike Bayer | fix order by for MySQL environment |
commit | commitdiff | tree | snapshot |
| 2008-04-26 |
Mike Bayer | - improved behavior of text() expressions when used as |
commit | commitdiff | tree | snapshot |
| 2008-04-26 |
Mike Bayer | - refined mapper._save_obj() which was unnecessarily... |
commit | commitdiff | tree | snapshot |
| 2008-04-25 |
Jason Kirtland | Expanded --noncomparable to cover all comparision ops |
commit | commitdiff | tree | snapshot |
| 2008-04-25 |
Gaëtan de Menten | typo |
commit | commitdiff | tree | snapshot |
| 2008-04-22 |
Jason Kirtland | Update docstring [ticket:873] |
commit | commitdiff | tree | snapshot |
| 2008-04-22 |
Jason Kirtland | Explicit test of .autoflush(False) to avoid issues... |
commit | commitdiff | tree | snapshot |
| 2008-04-22 |
Jason Kirtland | flush(objects=[]) is a no-op [ticket:928] |
commit | commitdiff | tree | snapshot |
| 2008-04-22 |
Mike Bayer | - fixed Class.collection==None for m2m relationships |
commit | commitdiff | tree | snapshot |
| 2008-04-18 |
Mike Bayer | - restored usage of append_result() extension method... |
commit | commitdiff | tree | snapshot |
| 2008-04-17 |
Rick Morrison | Added 'odbc_options' keyword to the MSSQL dialect.... |
commit | commitdiff | tree | snapshot |
| 2008-04-16 |
Jason Kirtland | - Support for COLLATE: collate(expr, col) and expr... |
commit | commitdiff | tree | snapshot |
| 2008-04-14 |
Mike Bayer | - simplified __create_lazy_clause to make better usage... |
commit | commitdiff | tree | snapshot |
| 2008-04-14 |
Mike Bayer | added info about _local_remote_pairs to error message |
commit | commitdiff | tree | snapshot |
| 2008-04-14 |
Mike Bayer | - added experimental relation() flag to help with prima... |
commit | commitdiff | tree | snapshot |
| 2008-04-13 |
Jason Kirtland | Pass connection to get_default_schema_name |
commit | commitdiff | tree | snapshot |
| 2008-04-11 |
Lele Gaifax | Firebird 2 has a SUBSTRING() builtin, expose it thru... |
commit | commitdiff | tree | snapshot |
| 2008-04-11 |
Mike Bayer | - re-established viewonly relation() configurations... |
commit | commitdiff | tree | snapshot |
| 2008-04-08 |
Rick Morrison | Add a new 'odbc_autotranslate' engine/dburi kwd parm... |
commit | commitdiff | tree | snapshot |
| 2008-04-07 |
Matt Harrison | remove monetdb typo |
commit | commitdiff | tree | snapshot |
| 2008-04-07 |
Matt Harrison | refactor of default_paramstyle, use paramstyle argument... |
commit | commitdiff | tree | snapshot |
| 2008-04-07 |
Jason Kirtland | - Avoid cProfile on 2.4 (available via lsprof?) |
commit | commitdiff | tree | snapshot |
| 2008-04-07 |
Mike Bayer | remove unneeded compile assertion test, doesn't work... |
commit | commitdiff | tree | snapshot |
| 2008-04-07 |
Mike Bayer | *headslap* those mutators cant mutate the collections... |
commit | commitdiff | tree | snapshot |
| 2008-04-07 |
Mike Bayer | - removed ancient assertion that mapped selectables... |
commit | commitdiff | tree | snapshot |
| 2008-04-07 |
Mike Bayer | some fk fixes for PG |
commit | commitdiff | tree | snapshot |
| 2008-04-07 |
Mike Bayer | - merged -r4458:4466 of query_columns branch |
commit | commitdiff | tree | snapshot |
| 2008-04-04 |
Mike Bayer | refined "local_remote_pairs" a bit to account for the... |
commit | commitdiff | tree | snapshot |
| 2008-04-04 |
Jason Kirtland | - Pool listeners may now be specified as a duck-type... |
commit | commitdiff | tree | snapshot |
| 2008-04-04 |
Mike Bayer | factored down exportable_columns/flatten_cols/proxy_col... |
commit | commitdiff | tree | snapshot |
| 2008-04-04 |
Mike Bayer | fixed union() bug whereby oid_column would not be avail... |
commit | commitdiff | tree | snapshot |
| 2008-04-04 |
Mike Bayer | bump |
commit | commitdiff | tree | snapshot |
| 2008-04-04 |
Jason Kirtland | Yep. rel_0_4_5 |
commit | commitdiff | tree | snapshot |
| 2008-04-04 |
Mike Bayer | - ReST fixes |
commit | commitdiff | tree | snapshot |
| 2008-04-04 |
Mike Bayer | - changed the name to "local/remote pairs" |
commit | commitdiff | tree | snapshot |
| 2008-04-04 |
Mike Bayer | - merged sync_simplify branch |
commit | commitdiff | tree | snapshot |
| 2008-04-03 |
Jason Kirtland | - microcleanup |
commit | commitdiff | tree | snapshot |
| 2008-04-03 |
Jason Kirtland | - Experimental: prefer cProfile over hotspot for 2.5+ |
commit | commitdiff | tree | snapshot |
| 2008-04-03 |
Ants Aasma | A couple of usage examples for the case statement |
commit | commitdiff | tree | snapshot |
| next |