2007-07-13 |
Jason Kirtland | Refinement for r2890, column names should remain unicode. |
commit | commitdiff | tree |
2007-07-13 |
Jason Kirtland | Swap imports order, removed trailing whitespace from... |
commit | commitdiff | tree |
2007-07-13 |
Mike Bayer | - a warning is issued by Mapper when two primary key... |
commit | commitdiff | tree |
2007-07-13 |
Mike Bayer | - composite primary key is represented as a non-keyed... |
commit | commitdiff | tree |
2007-07-12 |
Jason Kirtland | - Keep reflected strings in the connection encoding... |
commit | commitdiff | tree |
2007-07-12 |
Mike Bayer | - the various "engine" arguments, such as "engine"... |
commit | commitdiff | tree |
2007-07-12 |
Jason Kirtland | Correct error message for concurrent delete exceptions... |
commit | commitdiff | tree |
2007-07-12 |
Mike Bayer | dont cache reflected domains, lookup each time |
commit | commitdiff | tree |
2007-07-12 |
Mike Bayer | - converted mapper.py unit test to 0.4's four separate... |
commit | commitdiff | tree |
2007-07-12 |
Jason Kirtland | - Patch up MySQL reflection issues with old server... |
commit | commitdiff | tree |
2007-07-11 |
Paul Johnston | mssql: preliminary support for using scope_identity... |
commit | commitdiff | tree |
2007-07-11 |
Paul Johnston | mssql now able to reflect start and increment values... |
commit | commitdiff | tree |
2007-07-10 |
Mike Bayer | further refinements to the previous session.expunge... |
commit | commitdiff | tree |
2007-07-10 |
Mike Bayer | fixed small expunge() bug where object might not be... |
commit | commitdiff | tree |
2007-07-10 |
Mike Bayer | changed "_source_column" to simpler "_distance" |
commit | commitdiff | tree |
2007-07-10 |
Mike Bayer | more "column targeting" enhancements..columns have... |
commit | commitdiff | tree |
2007-07-09 |
Rick Morrison | Fix port option handling for mssql/pyodbc [ticket:634] |
commit | commitdiff | tree |
2007-07-08 |
Mike Bayer | - ForeignKey to a table in a schema thats not the defau... |
commit | commitdiff | tree |
2007-07-07 |
Mike Bayer | discourage usage of always_refresh |
commit | commitdiff | tree |
2007-07-07 |
Mike Bayer | edits |
commit | commitdiff | tree |
2007-07-07 |
Mike Bayer | oh wow, confused "implicit" with "connectionless" |
commit | commitdiff | tree |
2007-07-07 |
Mike Bayer | edits |
commit | commitdiff | tree |
2007-07-07 |
Mike Bayer | more edits |
commit | commitdiff | tree |
2007-07-06 |
Mike Bayer | fixes |
commit | commitdiff | tree |
2007-07-06 |
Mike Bayer | - rewrote dbengine doc |
commit | commitdiff | tree |
2007-07-06 |
Jason Kirtland | Tweak docs, very minor DMD compatability tweak |
commit | commitdiff | tree |
2007-07-06 |
Jason Kirtland | - Deprecated DynamicMetaData- use ThreadLocalMetaData... |
commit | commitdiff | tree |
2007-07-05 |
Mike Bayer | - replaced calls for mapper.props in Query with mapper... |
commit | commitdiff | tree |
2007-07-04 |
Mike Bayer | css tweak |
commit | commitdiff | tree |
2007-07-04 |
Mike Bayer | removed superfluous reapplying of options to self |
commit | commitdiff | tree |
2007-07-03 |
Jason Kirtland | Merged OrderedDict fixes from r2843 (0.4) |
commit | commitdiff | tree |
2007-06-30 |
Mike Bayer | improved handling of exceptions upon __init__(): will... |
commit | commitdiff | tree |
2007-06-30 |
Mike Bayer | - adjustments to pool locking test to fail on OSX |
commit | commitdiff | tree |
2007-06-30 |
Mike Bayer | added proper cascade for deletes |
commit | commitdiff | tree |
2007-06-30 |
Mike Bayer | - added a mutex to QueuePool's "overflow" calculation... |
commit | commitdiff | tree |
2007-06-30 |
Mike Bayer | - MetaData and all SchemaItems are safe to use with... |
commit | commitdiff | tree |
2007-06-29 |
Mike Bayer | postgres: |
commit | commitdiff | tree |
2007-06-28 |
Mike Bayer | eek! wrong tranasctional command for like, years now.... |
commit | commitdiff | tree |
2007-06-28 |
Mike Bayer | added extra session.clear() to enable example to work |
commit | commitdiff | tree |
2007-06-27 |
Mike Bayer | fix to "populate_existing" |
commit | commitdiff | tree |
2007-06-27 |
Mike Bayer | - fix to the "column_prefix" flag so that the mapper... |
commit | commitdiff | tree |
2007-06-27 |
Ants Aasma | some errors of droppedm mysql connections weren't being... |
commit | commitdiff | tree |
2007-06-26 |
Ants Aasma | better error message for NoSuchColumnError, fix ticket... |
commit | commitdiff | tree |
2007-06-26 |
Ants Aasma | add missing grouping for compound selects. fixes ticket... |
commit | commitdiff | tree |
2007-06-26 |
Ants Aasma | fix #624, modulo operator escaping on mysql and postgres |
commit | commitdiff | tree |
2007-06-25 |
Ants Aasma | fix precedence of between (ticket #621) |
commit | commitdiff | tree |
2007-06-25 |
Mike Bayer | - fixed precedence of operators so that parenthesis... |
commit | commitdiff | tree |
2007-06-24 |
Mike Bayer | added test for correlation of scalar subqueries to... |
commit | commitdiff | tree |
2007-06-23 |
Mike Bayer | - fixed "where"/"from" criterion of select() to accept... |
commit | commitdiff | tree |
2007-06-22 |
Mike Bayer | - added dialect flag "auto_convert_lobs", defaults... |
commit | commitdiff | tree |
2007-06-21 |
Mike Bayer | - added standalone distinct() function in addition... |
commit | commitdiff | tree |
2007-06-20 |
Mike Bayer | - forwards-compatibility with 0.4: added one(), first... |
commit | commitdiff | tree |
2007-06-20 |
Mike Bayer | - added synchronization to the mapper() construction... |
commit | commitdiff | tree |
2007-06-20 |
Mike Bayer | - fixed very stupid bug when deleting items with many... |
commit | commitdiff | tree |
2007-06-20 |
Mike Bayer | orig_set is a Set [ticket:614] |
commit | commitdiff | tree |
2007-06-19 |
Mike Bayer | - finally figured out how to get setuptools version... |
commit | commitdiff | tree |
2007-06-17 |
Mike Bayer | - added Interval type to types.py [ticket:595] |
commit | commitdiff | tree |
2007-06-17 |
Mike Bayer | - result.last_inserted_ids() should return a list that... |
commit | commitdiff | tree |
2007-06-17 |
Mike Bayer | - datetime fixes: got subsecond TIMESTAMP to work ... |
commit | commitdiff | tree |
2007-06-17 |
Mike Bayer | - sqlite better handles datetime/date/time objects... |
commit | commitdiff | tree |
2007-06-16 |
Mike Bayer | test case for oracle timestamp adaption |
commit | commitdiff | tree |
2007-06-16 |
Jason Kirtland | - Fixed typo blocking some assoc proxy dict assignments... |
commit | commitdiff | tree |
2007-06-14 |
Jason Kirtland | - Iteration over dict association proxies is now dict... |
commit | commitdiff | tree |
2007-06-13 |
Paul Johnston | Multiple MSSQL fixes; see ticket #581 |
commit | commitdiff | tree |
2007-06-13 |
Jason Kirtland | - MySQL TEXT-derived types weren't respecting convert_u... |
commit | commitdiff | tree |
2007-06-09 |
Mike Bayer | added StaticPool, stores just one connection. |
commit | commitdiff | tree |
2007-06-08 |
Mike Bayer | documented eager load fix |
commit | commitdiff | tree |
2007-06-08 |
Mike Bayer | - eager loader calls select_mapper so that poly ruleset... |
commit | commitdiff | tree |
2007-06-07 |
Mike Bayer | extra test for corresponding column fix |
commit | commitdiff | tree |
2007-06-06 |
Mike Bayer | - fixed bug where selectable.corresponding_column(selec... |
commit | commitdiff | tree |
2007-06-06 |
Rick Morrison | (no commit message) |
commit | commitdiff | tree |
2007-06-05 |
Jason Kirtland | - Rearrange placement of 'fields' (mysql 4.1 reserved... |
commit | commitdiff | tree |
2007-06-05 |
Mike Bayer | - added 'fields' to reserved words [ticket:590] |
commit | commitdiff | tree |
2007-06-05 |
Mike Bayer | - long-identifier detection fixed to use > rather than... |
commit | commitdiff | tree |
2007-06-02 |
Mike Bayer | pg test wasnt really working with that particular defau... rel_0_3_8 |
commit | commitdiff | tree |
2007-06-02 |
Mike Bayer | - added filter(), filter_by() to assignmapper |
commit | commitdiff | tree |
2007-06-02 |
Mike Bayer | added reset_joinpoint() feature for query, interim... |
commit | commitdiff | tree |
2007-06-02 |
Mike Bayer | added interfaces package to orm |
commit | commitdiff | tree |
2007-06-01 |
Jonathan Ellis | fix running tests on Windows |
commit | commitdiff | tree |
2007-06-01 |
Jonathan Ellis | include current versions in warning messages. simplify... |
commit | commitdiff | tree |
2007-06-01 |
Jonathan Ellis | add a couple expository notes to docs; fix a couple... |
commit | commitdiff | tree |
2007-06-01 |
Jason Kirtland | - Pulling pyformat test for MySQL-python, which fails... |
commit | commitdiff | tree |
2007-05-31 |
Jason Kirtland | - Emit BOOL rather than BOOLEAN for MySQL booleans... |
commit | commitdiff | tree |
2007-05-31 |
Mike Bayer | 0.3.8 version, removed old runhtml script |
commit | commitdiff | tree |
2007-05-31 |
Mike Bayer | - significant speed improvement to ResultProxy, pre... |
commit | commitdiff | tree |
2007-05-30 |
Mike Bayer | - some execution fixes |
commit | commitdiff | tree |
2007-05-29 |
Mike Bayer | some updates |
commit | commitdiff | tree |
2007-05-29 |
Mike Bayer | fix to the backref primary join condition |
commit | commitdiff | tree |
2007-05-28 |
Mike Bayer | added "polymorphic assocaition" example, illustrates... |
commit | commitdiff | tree |
2007-05-27 |
Mike Bayer | fixed two bad __init__ calls |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | remove unneeded division |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | added hotshot points into unit test, localizes profilin... |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | another object.__init__() call with args....might need... |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | removed ClauseVisitor.__init__(), doesnt work with... |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | normalized PG test schema name to "alt_schema" |
commit | commitdiff | tree |
2007-05-26 |
Mike Bayer | - mysql doesnt have + for concatenation, but pg doesnt... |
commit | commitdiff | tree |
2007-05-25 |
Jason Kirtland | - Micro-documentation for why we set FOUND_ROWS flag... |
commit | commitdiff | tree |
2007-05-25 |
Jason Kirtland | - Coerce 'local_infile' mysql connect argument into... |
commit | commitdiff | tree |
2007-05-25 |
Jason Kirtland | - Nearly all MySQL column types are now supported for... |
commit | commitdiff | tree |
2007-05-25 |
Jason Kirtland | - Don't use '+' for sql expr concatenation by default |
commit | commitdiff | tree |
next |