2006-10-16 |
Mike Bayer | strings and unicodes are compared via == rather than... |
commit | commitdiff | tree |
2006-10-16 |
Mike Bayer | docstrings etc |
commit | commitdiff | tree |
2006-10-16 |
Mike Bayer | apparently re.S makes things go b00m |
commit | commitdiff | tree |
2006-10-16 |
Mike Bayer | tweaks... |
commit | commitdiff | tree |
2006-10-16 |
Mike Bayer | de-cruftification |
commit | commitdiff | tree |
2006-10-15 |
Mike Bayer | doc tweaks |
commit | commitdiff | tree |
2006-10-15 |
Mike Bayer | dev |
commit | commitdiff | tree |
2006-10-15 |
Mike Bayer | doc stuff regarding engine strategies |
commit | commitdiff | tree |
2006-10-15 |
Mike Bayer | - ForeignKey(Constraint) supports "use_alter=True"... |
commit | commitdiff | tree |
2006-10-14 |
Mike Bayer | fixup of the tutorial, doc tester with the new logging... |
commit | commitdiff | tree |
2006-10-14 |
Mike Bayer | - a fair amount of cleanup to the schema package, remov... |
commit | commitdiff | tree |
2006-10-14 |
Mike Bayer | a simplification to syncrule generation, which also... |
commit | commitdiff | tree |
2006-10-14 |
Jonathan Ellis | make OrderedDict consructor, update more dict-like |
commit | commitdiff | tree |
2006-10-13 |
Mike Bayer | - remove spurious semicomma from Firebird SQL statement... |
commit | commitdiff | tree |
2006-10-13 |
Mike Bayer | - sync checks destination column for primary key status... |
commit | commitdiff | tree |
2006-10-13 |
Mike Bayer | added 'ntext' reflected type |
commit | commitdiff | tree |
2006-10-13 |
Mike Bayer | some cleanup submitted by Lele Galifax |
commit | commitdiff | tree |
2006-10-12 |
Mike Bayer | added docstrings for url, added to compiled documentation |
commit | commitdiff | tree |
2006-10-12 |
Mike Bayer | some logging tweaks....its a little squirrely |
commit | commitdiff | tree |
2006-10-12 |
Mike Bayer | oops, double row echo removed |
commit | commitdiff | tree |
2006-10-12 |
Mike Bayer | added debug-level row echoing to RowProxy (moved from... |
commit | commitdiff | tree |
2006-10-12 |
Mike Bayer | - ResultProxy.fetchall() internally uses DBAPI fetcha... |
commit | commitdiff | tree |
2006-10-12 |
Mike Bayer | - fixes to Date/Time (SLDate/SLTime) types; works as... |
commit | commitdiff | tree |
2006-10-12 |
Mike Bayer | _sort_tables uses local tables [ticket:322] |
commit | commitdiff | tree |
2006-10-11 |
Mike Bayer | added PGBigInteger type |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | remove unused set |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | dont create dependency processor if viewonly=True |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | logging of syncrules |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | more adjustments to #321 |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | add table name to save_obj log |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | row-switch test should be per-instance, not per table... |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | added correct insert ordering |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | - mapper.save_obj() now functions across all mappers... |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | more fixup to self referential composite primary key... |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | this test works better with session clears in between |
commit | commitdiff | tree |
2006-10-08 |
Mike Bayer | - the "foreign_key" attribute on Column and ColumnEleme... |
commit | commitdiff | tree |
2006-10-07 |
Mike Bayer | assorted firebird fixes from Lele Gaifax |
commit | commitdiff | tree |
2006-10-07 |
Mike Bayer | some cleanup |
commit | commitdiff | tree |
2006-10-07 |
Mike Bayer | improved exceptions for closed connections |
commit | commitdiff | tree |
2006-10-06 |
Mike Bayer | fix "no engine found" to raise explicit error, [ticket... |
commit | commitdiff | tree |
2006-10-06 |
Mike Bayer | rollback last change until we figure out how to check... |
commit | commitdiff | tree |
2006-10-06 |
Mike Bayer | better error message for unconnected DynamicMetaData... |
commit | commitdiff | tree |
2006-10-05 |
Jonathan Ellis | add compound-where example |
commit | commitdiff | tree |
2006-10-05 |
Mike Bayer | [ticket:324] |
commit | commitdiff | tree |
2006-10-04 |
Jonathan Ellis | r/m sqlsoup.NoSuchTableError (SA proper takes care... |
commit | commitdiff | tree |
2006-10-04 |
Mike Bayer | continued cleanup |
commit | commitdiff | tree |
2006-10-04 |
Mike Bayer | various cleanup etc. |
commit | commitdiff | tree |
2006-10-03 |
Mike Bayer | - "custom list classes" is now implemented via the... |
commit | commitdiff | tree |
2006-10-03 |
Mike Bayer | - Function objects know what to do in a FROM clause... |
commit | commitdiff | tree |
2006-10-03 |
Mike Bayer | formatting fixup, etc. |
commit | commitdiff | tree |
2006-10-03 |
Mike Bayer | - added auto_setinputsizes=False to oracle dialect... |
commit | commitdiff | tree |
2006-10-03 |
Mike Bayer | fixed super call |
commit | commitdiff | tree |
2006-10-03 |
Mike Bayer | - removed "extension()" MapperOption |
commit | commitdiff | tree |
2006-10-03 |
Mike Bayer | - merged loader_strategies branch into trunk. |
commit | commitdiff | tree |
2006-10-01 |
Mike Bayer | - added profiling to massave |
commit | commitdiff | tree |
2006-10-01 |
Mike Bayer | adjustment to default timeout |
commit | commitdiff | tree |
2006-10-01 |
Mike Bayer | edits |
commit | commitdiff | tree |
2006-10-01 |
Mike Bayer | further str() on values that may come back as unicode |
commit | commitdiff | tree |
2006-10-01 |
Mike Bayer | [ticket:318] has a user receiving back a unicode from... |
commit | commitdiff | tree |
2006-09-30 |
Mike Bayer | - fixed condition that occurred during reflection... |
commit | commitdiff | tree |
2006-09-30 |
Mike Bayer | long changelist, adding some formatting |
commit | commitdiff | tree |
2006-09-30 |
Mike Bayer | - internal refactoring to mapper instances() method... |
commit | commitdiff | tree |
2006-09-30 |
Mike Bayer | - doc edit |
commit | commitdiff | tree |
2006-09-29 |
Mike Bayer | - added some dependency logging |
commit | commitdiff | tree |
2006-09-29 |
Mike Bayer | remove print statement |
commit | commitdiff | tree |
2006-09-29 |
Mike Bayer | mass saver for profiling mem usage.... |
commit | commitdiff | tree |
2006-09-29 |
Mike Bayer | [ticket:309] |
commit | commitdiff | tree |
2006-09-29 |
Mike Bayer | tweaks for mysql |
commit | commitdiff | tree |
2006-09-29 |
Rick Morrison | fix PK redefinition |
commit | commitdiff | tree |
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 |
next |