| 2007-08-14 |
Mike Bayer | - fixed endless loop |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | - base_mapper() becomes a plain attribute |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | added engine_from_config() function for helping to... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Mike Bayer | docstirng... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Mike Bayer | added scoped session test independent of Session.mapper... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Mike Bayer | - a rudimental SessionExtension class has been added... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Mike Bayer | - generalized a SQLCompileTest out of select.py, installed |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Jason Kirtland | adjusted mysql autoload from a named schema, esp. for... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Jason Kirtland | Removed unused imports, other import adjustments per... |
commit | commitdiff | tree | snapshot |
| 2007-08-13 |
Jason Kirtland | Centralized some `try: import foo except: import other... |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Jason Kirtland | Added more unicode foreign key tests for [ticket:729] |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Jason Kirtland | auto-commit after LOAD DATA INFILE for mysql |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | - got is_subquery() working in the case of compound... |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | removed ms-sql unsupporteds |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | - fixed compiler bug in mssql |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Paul Johnston | Close SQLite databases before deleting file, so the... |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Paul Johnston | MSSQL: disable new 0.4 tests that cause hangs |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | - scoped_session docs |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Paul Johnston | Fix missing import of 'operator' |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | added "should_commit()" hook to ExecutionContext. ... |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Jason Kirtland | Bump. |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | typos |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | added a brief migration guide rel_0_4beta1 |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Mike Bayer | two tests which assumed autoincrement=False for integer... |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Jason Kirtland | Docs. |
commit | commitdiff | tree | snapshot |
| 2007-08-12 |
Jason Kirtland | Allow auto_increment on any pk column, not just the... |
commit | commitdiff | tree | snapshot |
| 2007-08-11 |
Jason Kirtland | Added an exception hierarchy shadowing DB-API exc types |
commit | commitdiff | tree | snapshot |
| 2007-08-11 |
Mike Bayer | inlined encoding of result column names |
commit | commitdiff | tree | snapshot |
| 2007-08-11 |
Mike Bayer | - precompiled regexp for anonymous labels |
commit | commitdiff | tree | snapshot |
| 2007-08-11 |
Jason Kirtland | Bake the version number into the source during packaging. |
commit | commitdiff | tree | snapshot |
| 2007-08-11 |
Mike Bayer | - removed _calculate_correlations() methods, removed... |
commit | commitdiff | tree | snapshot |
| 2007-08-11 |
Mike Bayer | - case_sensitive=(True|False) setting removed from... |
commit | commitdiff | tree | snapshot |
| 2007-08-11 |
Mike Bayer | attempting to get oracle XID to work. not there yet. |
commit | commitdiff | tree | snapshot |
| 2007-08-11 |
Jason Kirtland | by popular demand, mysql reflection is now a single... |
commit | commitdiff | tree | snapshot |
| 2007-08-11 |
Mike Bayer | repaired oracle savepoint implementation |
commit | commitdiff | tree | snapshot |
| 2007-08-10 |
Mike Bayer | - oracle reflection of case-sensitive names all fixed up |
commit | commitdiff | tree | snapshot |
| 2007-08-10 |
Mike Bayer | #725 add query arg to id_chooser() |
commit | commitdiff | tree | snapshot |
| 2007-08-10 |
Jason Kirtland | Correct docstring. |
commit | commitdiff | tree | snapshot |
| 2007-08-10 |
Mike Bayer | --dropfirst option added, defaults to False. pre-drops... |
commit | commitdiff | tree | snapshot |
| 2007-08-10 |
Mike Bayer | - fixes to PG unicode table/sequence reflection/create... |
commit | commitdiff | tree | snapshot |
| 2007-08-10 |
Mike Bayer | - merged mapper has_pks fix from r3239 0.3 branch |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | formatting tweaks |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | moved old plugins to "deprecated" subheading, took... |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Jason Kirtland | Allow '$' in bind param detection [ticket:719], added... |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | removed unused method from last checkin |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | some edits |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | - decoupled all ColumnElements from also being Selectab... |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Jason Kirtland | Added 'unformat_identifiers', produces a list of unquot... |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | - added 'object_session' as classlevel method to Session |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Jason Kirtland | restore clipping value for YEAR DDL |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | session docs, CHANGES updates |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | added section on SQL-embedded attributes |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | tweak |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Mike Bayer | new session doc |
commit | commitdiff | tree | snapshot |
| 2007-08-09 |
Jason Kirtland | warning: may not be true. (GIS types) |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Jason Kirtland | ^C ^C ^C! (revert r3218 in pooling.txt) |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Jason Kirtland | Added `set_types` to util, a tuple of available set... |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Ants Aasma | - fix mssql compiling explicitly added alias twice |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Paul Johnston | merge [3215] into trunk |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Jason Kirtland | Improve utf8 engine handling during test setup and... |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Jason Kirtland | Addded 're' import |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Mike Bayer | added missing methods/props to ScopedSession |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Jonathan Ellis | fix url for 04 docs |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Jonathan Ellis | update SS docs to 0.4 |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Mike Bayer | put implicit examples as part of test suite |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Mike Bayer | added link to implicit execution section |
commit | commitdiff | tree | snapshot |
| 2007-08-08 |
Mike Bayer | added docs on connectionless/implicit |
commit | commitdiff | tree | snapshot |
| 2007-08-07 |
Jason Kirtland | Added 'SET' to reserved words, plus gratuitous reindenting. |
commit | commitdiff | tree | snapshot |
| 2007-08-07 |
Mike Bayer | - moved extension class init around so query() is available |
commit | commitdiff | tree | snapshot |
| 2007-08-07 |
Mike Bayer | - migrated 'desc', 'asc', and 'distinct' to be in the... |
commit | commitdiff | tree | snapshot |
| 2007-08-07 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-08-07 |
Mike Bayer | 'condition' misspelled |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Mike Bayer | added 'asc' and 'desc' to PropComparator....this should... |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Mike Bayer | - 'comparator' argument to composite() is a class |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Mike Bayer | - added desc() and asc() directly to CompareMixin |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Mike Bayer | - docs |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Ants Aasma | clean up some dead code in Query.filter_by |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Jason Kirtland | generated markup fixes |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Mike Bayer | - edits |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Mike Bayer | edit |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Mike Bayer | removing Query from __all__ was a little premature |
commit | commitdiff | tree | snapshot |
| 2007-08-06 |
Mike Bayer | - draft sqlexpression tutorial |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Paul Johnston | Add initial version of MS Access support |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Mike Bayer | work in progress |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Mike Bayer | docstring stuff |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Jason Kirtland | a more friendly name |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Jason Kirtland | Added test coverage for freeform collection decorators |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Mike Bayer | edits, css |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Mike Bayer | eager/lazyloading section |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Mike Bayer | edit |
commit | commitdiff | tree | snapshot |
| 2007-08-05 |
Jason Kirtland | doc tweaks |
commit | commitdiff | tree | snapshot |
| 2007-08-04 |
Jason Kirtland | Pedantic tweak to coltype swappage... |
commit | commitdiff | tree | snapshot |
| next |