2006-09-29 |
Mike Bayer | more edits |
commit | commitdiff | tree |
2006-09-29 |
Mike Bayer | rearrangement of docs for [ticket:310] |
commit | commitdiff | tree |
2006-09-28 |
Mike Bayer | raise proper AttributeError |
commit | commitdiff | tree |
2006-09-28 |
Mike Bayer | - more adjustments to the eager load table finder to... |
commit | commitdiff | tree |
2006-09-28 |
Mike Bayer | the new eagerloading test suite mentioned in the previo... |
commit | commitdiff | tree |
2006-09-28 |
Mike Bayer | - added test suite to test improved from_obj/join behav... |
commit | commitdiff | tree |
2006-09-28 |
Mike Bayer | decruftify |
commit | commitdiff | tree |
2006-09-28 |
Mike Bayer | - pool will auto-close open cursors, or can be configur... |
commit | commitdiff | tree |
2006-09-27 |
Mike Bayer | - specifying joins in the from_obj argument of query... |
commit | commitdiff | tree |
2006-09-27 |
Mike Bayer | - added an automatic "row switch" feature to mapping... |
commit | commitdiff | tree |
2006-09-27 |
Rick Morrison | NCHAR and NVARCHAR support for MS-SQL. Patch from Kent... |
commit | commitdiff | tree |
2006-09-26 |
Mike Bayer | added "viewonly" flag to allow relations that dont... |
commit | commitdiff | tree |
2006-09-26 |
Rick Morrison | Simplified MSSQL table reflection code |
commit | commitdiff | tree |
2006-09-26 |
Rick Morrison | fix misspelled func calls |
commit | commitdiff | tree |
2006-09-26 |
Mike Bayer | commented out open cursor check, until resolution of... |
commit | commitdiff | tree |
2006-09-25 |
Mike Bayer | made echo param more doc-friendly |
commit | commitdiff | tree |
2006-09-25 |
Mike Bayer | doc edits, moved object display in uowdumper to be... |
commit | commitdiff | tree |
2006-09-24 |
Mike Bayer | - logging is now implemented via standard python "loggi... |
commit | commitdiff | tree |
2006-09-24 |
Mike Bayer | spelling fix |
commit | commitdiff | tree |
2006-09-23 |
Mike Bayer | onupdate/ondelete fix |
commit | commitdiff | tree |
2006-09-23 |
Mike Bayer | descriptive error message when an executioncontext... |
commit | commitdiff | tree |
2006-09-23 |
Rick Morrison | added MSSQL changes |
commit | commitdiff | tree |
2006-09-23 |
Rick Morrison | Fixes use of port for pymssql |
commit | commitdiff | tree |
2006-09-23 |
Mike Bayer | added scalar() to ResultProxy |
commit | commitdiff | tree |
2006-09-23 |
Mike Bayer | mutable flag |
commit | commitdiff | tree |
2006-09-23 |
Mike Bayer | - added "mutable" flag to PickleType, set to False... |
commit | commitdiff | tree |
2006-09-23 |
Mike Bayer | - added "pickleable" module to test suite to have cPick... |
commit | commitdiff | tree |
2006-09-23 |
Mike Bayer | - connection pool tracks open cursors and raises an... |
commit | commitdiff | tree |
2006-09-23 |
Mike Bayer | - added autoincrement=True to Column; will disable... |
commit | commitdiff | tree |
2006-09-23 |
Mike Bayer | remove delete-orphan cascade from self referential... |
commit | commitdiff | tree |
2006-09-23 |
Mike Bayer | - fixed unfortunate mutating-dictionary glitch from... |
commit | commitdiff | tree |
2006-09-22 |
Mike Bayer | future log lines |
commit | commitdiff | tree |
2006-09-22 |
Mike Bayer | fix to reset_class_managed to look at noninherited... |
commit | commitdiff | tree |
2006-09-22 |
Mike Bayer | - fix to deferred group loading |
commit | commitdiff | tree |
2006-09-22 |
Mike Bayer | - ForeignKey reports better error message for column... |
commit | commitdiff | tree |
2006-09-22 |
Mike Bayer | - moved selectresults test from orm to ext package |
commit | commitdiff | tree |
2006-09-21 |
Mike Bayer | - adjustments to eager loading so that its "eager chain" is |
commit | commitdiff | tree |
2006-09-21 |
Mike Bayer | - BooleanExpression includes new "negate" argument... |
commit | commitdiff | tree |
2006-09-21 |
Mike Bayer | case sensitive function seems to return a string in... |
commit | commitdiff | tree |
2006-09-20 |
Mike Bayer | check for mapper or class, raise exception otherwise... |
commit | commitdiff | tree |
2006-09-19 |
Mike Bayer | - post_update behavior improved; does a better job... |
commit | commitdiff | tree |
2006-09-19 |
Mike Bayer | no SERIAL for smallinteger columns |
commit | commitdiff | tree |
2006-09-19 |
Mike Bayer | no KeyError if url params not provided |
commit | commitdiff | tree |
2006-09-14 |
Mike Bayer | - added an implicit close() on the cursor in ResultProxy |
commit | commitdiff | tree |
2006-09-14 |
Mike Bayer | added extract() function to sql dialect |
commit | commitdiff | tree |
2006-09-12 |
Mike Bayer | moved "c.name" to "c.key" for processing defaults since... |
commit | commitdiff | tree |
2006-09-12 |
Mike Bayer | - fixed bug where Connection wouldnt lose its Transaction |
commit | commitdiff | tree |
2006-09-11 |
Mike Bayer | removed lockmode from get_by |
commit | commitdiff | tree |
2006-09-11 |
Mike Bayer | sqlite doesnt support FOR UPDATE |
commit | commitdiff | tree |
2006-09-11 |
Mike Bayer | ConcurrentModificationExecption |
commit | commitdiff | tree |
2006-09-11 |
Mike Bayer | - implemented "version check" logic in Query/Mapper... |
commit | commitdiff | tree |
2006-09-10 |
Mike Bayer | checks for invalid lockmode argument |
commit | commitdiff | tree |
2006-09-10 |
Mike Bayer | - changed "for_update" parameter to accept False/True... |
commit | commitdiff | tree |
2006-09-10 |
Mike Bayer | removed auto-dispose on __del__, produces too much... |
commit | commitdiff | tree |
2006-09-07 |
Mike Bayer | fixup to printing of uow |
commit | commitdiff | tree |
2006-09-07 |
Mike Bayer | - more rearrangements of unit-of-work commit scheme... |
commit | commitdiff | tree |
2006-09-07 |
Mike Bayer | forgot the tearDown step.... |
commit | commitdiff | tree |
2006-09-06 |
Mike Bayer | fixed constructor on bigint |
commit | commitdiff | tree |
2006-09-05 |
Mike Bayer | added link |
commit | commitdiff | tree |
2006-09-05 |
Mike Bayer | 0.2.8.. rel_0_2_8 |
commit | commitdiff | tree |
2006-09-05 |
Mike Bayer | - added basic 'zblog' test suite |
commit | commitdiff | tree |
2006-09-05 |
Mike Bayer | restored "optimistic" behavior of hasparent. its gener... |
commit | commitdiff | tree |
2006-09-05 |
Mike Bayer | - unicode fix for startswith()/endswith() [ticket:296] |
commit | commitdiff | tree |
2006-09-04 |
Mike Bayer | update |
commit | commitdiff | tree |
2006-09-04 |
Mike Bayer | further fixes to case sensitive logic |
commit | commitdiff | tree |
2006-09-04 |
Mike Bayer | revised section on quoting, semanticized headings and... |
commit | commitdiff | tree |
2006-09-04 |
Mike Bayer | - import of py2.5s sqlite3 [ticket:293] |
commit | commitdiff | tree |
2006-09-04 |
Mike Bayer | simplification to quoting to just cache strings per... |
commit | commitdiff | tree |
2006-09-03 |
Mike Bayer | cleanup/unit test fixes |
commit | commitdiff | tree |
2006-09-02 |
Mike Bayer | - further changes to attributes with regards to "trackp... |
commit | commitdiff | tree |
2006-09-01 |
Mike Bayer | futher fix to the "orphan state" idea. to avoid settin... |
commit | commitdiff | tree |
2006-09-01 |
Mike Bayer | insure that "parent" pointers are set up on objects... |
commit | commitdiff | tree |
2006-09-01 |
Mike Bayer | possible fix for [ticket:276]. if mysql detects case... |
commit | commitdiff | tree |
2006-08-31 |
Mike Bayer | since casing is figured out quasi-automatically when... |
commit | commitdiff | tree |
2006-08-31 |
Mike Bayer | quoting more or less working with oracle |
commit | commitdiff | tree |
2006-08-31 |
Mike Bayer | fix to from clause in unittest query...somehow this... |
commit | commitdiff | tree |
2006-08-31 |
Mike Bayer | defaults and constraints have optional parent |
commit | commitdiff | tree |
2006-08-31 |
Mike Bayer | sequence/default adjustments to allow postgres 8.1... |
commit | commitdiff | tree |
2006-08-31 |
Mike Bayer | pg formats sequence name, more quote test fixes |
commit | commitdiff | tree |
2006-08-31 |
Mike Bayer | some tweaks to oracle casing... |
commit | commitdiff | tree |
2006-08-31 |
Mike Bayer | - added case_sensitive argument to MetaData, Table... |
commit | commitdiff | tree |
2006-08-28 |
Mike Bayer | - deregister Table from MetaData when autoload fails... |
commit | commitdiff | tree |
2006-08-27 |
Mike Bayer | - fix to using query.count() with distinct, **kwargs... |
commit | commitdiff | tree |
2006-08-26 |
Mike Bayer | - changed "invalidate" semantics with pooled connection... |
commit | commitdiff | tree |
2006-08-26 |
Mike Bayer | [ticket:266] constraint name in PrimaryKeyConstraint |
commit | commitdiff | tree |
2006-08-26 |
Mike Bayer | doc bug [ticket:278] |
commit | commitdiff | tree |
2006-08-26 |
Mike Bayer | - added "timezone=True" flag to DateTime and Time types... |
commit | commitdiff | tree |
2006-08-26 |
Mike Bayer | added "dev" tag to default setup |
commit | commitdiff | tree |
2006-08-26 |
Mike Bayer | fixed inaccuracies regarding "connectable" parameter... |
commit | commitdiff | tree |
2006-08-26 |
Mike Bayer | TODO for oracle |
commit | commitdiff | tree |
2006-08-26 |
Mike Bayer | added limit/offset to union queries |
commit | commitdiff | tree |
2006-08-25 |
Mike Bayer | - cleanup on connection methods + documentation. custo... |
commit | commitdiff | tree |
2006-08-23 |
Mike Bayer | [ticket:282] |
commit | commitdiff | tree |
2006-08-22 |
Mike Bayer | the "check for orphans" step will cascade the delete... |
commit | commitdiff | tree |
2006-08-22 |
Mike Bayer | - urls support escaped characters in passwords [ticket... |
commit | commitdiff | tree |
2006-08-21 |
Mike Bayer | sqlite dialects can be created without pysqlite installed |
commit | commitdiff | tree |
2006-08-21 |
Mike Bayer | - unit tests updated to run without any pysqlite instal... |
commit | commitdiff | tree |
2006-08-21 |
Mike Bayer | working on sequence quoting support.... |
commit | commitdiff | tree |
2006-08-21 |
Mike Bayer | postgres reflection uses dialect-wide preparer |
commit | commitdiff | tree |
2006-08-21 |
Mike Bayer | refactoring of ANSIIdentifierPreparer to be one instanc... |
commit | commitdiff | tree |
next |