| 2007-10-02 |
Ants Aasma | add support for returning results from inserts and... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - Tweaked the sql.text date test |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - Unraveled DateTest, removed bogus coverage omission... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Mike Bayer | removed unused _fold_identifier_case method |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Roger Demetrescu | Some fixes on reflection tests (firebird): |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - The no-arg ResultProxy._row_processor() is now the... |
commit | commitdiff | tree | snapshot |
| 2007-10-02 |
Jason Kirtland | - Removed duplicate RowProxy.__len__ definition and... |
commit | commitdiff | tree | snapshot |
| 2007-10-01 |
Mike Bayer | - ident passed to id_chooser in shard.py always a list |
commit | commitdiff | tree | snapshot |
| 2007-10-01 |
Ants Aasma | Make the postgres_where attribute to Index private... |
commit | commitdiff | tree | snapshot |
| 2007-09-29 |
Mike Bayer | - fixed three- and multi-level select and deferred... |
commit | commitdiff | tree | snapshot |
| 2007-09-29 |
Ants Aasma | - added partial index support for postgres |
commit | commitdiff | tree | snapshot |
| 2007-09-28 |
Mike Bayer | - more docstrings |
commit | commitdiff | tree | snapshot |
| 2007-09-28 |
Mike Bayer | - doc updates. generated sql docs are against sql... |
commit | commitdiff | tree | snapshot |
| 2007-09-28 |
Roger Demetrescu | firebird doesn't support sane rowcount. |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Jason Kirtland | - Explicitly close connections in the FOR UPDATE tests. |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Jason Kirtland | Dropped the leading '__' from generated savepoint names... |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Mike Bayer | bump to beta7, but might become 0.4.0 |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Jason Kirtland | - The IdentifierPreprarer's _requires_quotes test is... |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Mike Bayer | zoomark adjustment for the pybot... rel_0_4beta6 |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Mike Bayer | test coverage has been added... |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
Mike Bayer | - adjust server side logic to work with standalone... |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | - some docstrings for select() |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Jason Kirtland | Changed MySQL dialect to use the older LIMIT <offset... |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Jason Kirtland | Avoid tickling the MySQL-python 1.2.2 executemany parsi... |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | add micro-doc for sequence standalone execution |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | - added "FETCH" to the keywords detected by Postgres... |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Jason Kirtland | Formatting tweaks |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | fix comment |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | - created a link between QueryContext and SelectionCont... |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Jason Kirtland | Tightened up time measurement. |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
Mike Bayer | - the behavior of String/Unicode types regarding that... |
commit | commitdiff | tree | snapshot |
| 2007-09-24 |
Mike Bayer | - columns from Alias objects, when used to target resul... |
commit | commitdiff | tree | snapshot |
| 2007-09-24 |
Mike Bayer | - added session.is_modified(obj) method; performs the... |
commit | commitdiff | tree | snapshot |
| 2007-09-24 |
Mike Bayer | added test coverage for r3512 |
commit | commitdiff | tree | snapshot |
| 2007-09-24 |
Mike Bayer | found an errant 2-tuple... |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Mike Bayer | fixed session extension bug [ticket:757] |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Mike Bayer | fixed firebird visit_alias [ticket:779] |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Jason Kirtland | Added. |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Mike Bayer | - added "schema" argument to Sequence; use this with... |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Mike Bayer | - merged sa_entity branch. the big change here is... |
commit | commitdiff | tree | snapshot |
| 2007-09-22 |
Mike Bayer | - added 'comparator' keyword argument to PickleType... |
commit | commitdiff | tree | snapshot |
| 2007-09-19 |
Paul Johnston | Don't use unicode with pyodbc on UCS-4 platforms [ticke... |
commit | commitdiff | tree | snapshot |
| 2007-09-17 |
Ants Aasma | oops, forgot to commit CHANGES |
commit | commitdiff | tree | snapshot |
| 2007-09-17 |
Ants Aasma | add sqlite reserved words list |
commit | commitdiff | tree | snapshot |
| 2007-09-11 |
Jason Kirtland | Yet more formatting updates |
commit | commitdiff | tree | snapshot |
| 2007-09-10 |
Jason Kirtland | Formatting tweaks. |
commit | commitdiff | tree | snapshot |
| 2007-09-09 |
Mike Bayer | - added 'passive_deletes="all"' flag to relation()... |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Mike Bayer | [ticket:728] foreign key checks for existing reflected... |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Jason Kirtland | Tweaked changelog |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Mike Bayer | - adjusted operator precedence of NOT to match '==... |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Mike Bayer | added assertion case for [ticket:764] |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Mike Bayer | [ticket:768] dont assume join criterion consists only... |
commit | commitdiff | tree | snapshot |
| 2007-09-08 |
Mike Bayer | - fixes to ShardedSession to work with deferred columns... |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Jason Kirtland | Removed DefaultDialect.ischema and information_schema... |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Mike Bayer | - merged the unit test for the column_prefix fix that... |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Jason Kirtland | Fixed repr() of mysql floats [ticket:775] |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Jason Kirtland | Added 'collection_iter', like 'iter', for anything... |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Jason Kirtland | Doc updates. |
commit | commitdiff | tree | snapshot |
| 2007-09-07 |
Jason Kirtland | Updated ignores. |
commit | commitdiff | tree | snapshot |
| 2007-09-06 |
Jason Kirtland | mysql SETs and ENUMs now unescape embedded quotes befor... |
commit | commitdiff | tree | snapshot |
| 2007-09-06 |
Mike Bayer | associationproxy relies upon a "sweep" through the... |
commit | commitdiff | tree | snapshot |
| 2007-09-06 |
Mike Bayer | - column defaults and onupdates, executing inline,... |
commit | commitdiff | tree | snapshot |
| 2007-09-05 |
Mike Bayer | do the cheaper check first.... |
commit | commitdiff | tree | snapshot |
| 2007-09-05 |
Jason Kirtland | Fixed reflection of the empty string for mysql enums. |
commit | commitdiff | tree | snapshot |
| 2007-09-05 |
Mike Bayer | merged current entity_management brach r3457-r3462... |
commit | commitdiff | tree | snapshot |
| 2007-09-04 |
Paul Johnston | Small change in ActiveMapper to make it work with Pytho... |
commit | commitdiff | tree | snapshot |
| 2007-09-04 |
Mike Bayer | remove unused method |
commit | commitdiff | tree | snapshot |
| 2007-09-04 |
Mike Bayer | buildbot reported a lower number for test 1a... |
commit | commitdiff | tree | snapshot |
| 2007-09-04 |
Mike Bayer | - took out method calls for oid_column |
commit | commitdiff | tree | snapshot |
| 2007-09-04 |
Paul Johnston | Set supports_sane_multi_rowcount for MSSQL |
commit | commitdiff | tree | snapshot |
| 2007-09-04 |
Mike Bayer | - removed "parameters" argument from clauseelement... |
commit | commitdiff | tree | snapshot |
| 2007-09-03 |
Mike Bayer | - various cruft removal and optimizations to load process. |
commit | commitdiff | tree | snapshot |
| 2007-09-03 |
Paul Johnston | Minor fixes to MSSQL reflection |
commit | commitdiff | tree | snapshot |
| 2007-09-02 |
Mike Bayer | - mapper compilation has been reorganized such that... |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | lowered value, fewer calls on pybot ? |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | entity refs |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | added zoomark profile |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | adjusting firebird, obviously needs someone to test |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | fix to oracle sequence exec |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | sequence pre-executes dont create an ExecutionContext... |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | factored out uses_sequences_for_inserts() into |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | - got all examples working |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | whats a big commit without some errant print statements... |
commit | commitdiff | tree | snapshot |
| 2007-09-01 |
Mike Bayer | - merged inline inserts branch |
commit | commitdiff | tree | snapshot |
| 2007-08-31 |
Mike Bayer | update on pool status |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
Mike Bayer | - fixed bugs in determining proper sync clauses from... |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
Mike Bayer | remove() should issue a close() on existing session |
commit | commitdiff | tree | snapshot |
| 2007-08-29 |
Jason Kirtland | Extended 'engine_from_config' coercion for QueuePool... |
commit | commitdiff | tree | snapshot |
| 2007-08-29 |
Jason Kirtland | engine.url cleanups [ticket:742] |
commit | commitdiff | tree | snapshot |
| 2007-08-29 |
Jason Kirtland | Fix for scoped_session's `mapper(extension=<scalar... |
commit | commitdiff | tree | snapshot |
| 2007-08-28 |
Jason Kirtland | Catch-up entries for b5. |
commit | commitdiff | tree | snapshot |
| 2007-08-28 |
Jason Kirtland | - Restored reflection for mysql VIEWs [ticket:748] |
commit | commitdiff | tree | snapshot |
| 2007-08-28 |
Jason Kirtland | Fixed OrderedProperties pickling [ticket:762] |
commit | commitdiff | tree | snapshot |
| 2007-08-27 |
Jason Kirtland | Fixed signature for orm's BETWEEN operator. |
commit | commitdiff | tree | snapshot |
| 2007-08-27 |
Gaëtan de Menten | fix typos in assoc_proxy doc |
commit | commitdiff | tree | snapshot |
| 2007-08-23 |
Jason Kirtland | Expand custom assocproxy getter/setter support to scala... |
commit | commitdiff | tree | snapshot |
| 2007-08-23 |
Jason Kirtland | Allow custom getter/setters to be specified for a stand... |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Jason Kirtland | Fix for reflecting mysql keys that have USING |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Mike Bayer | bump |
commit | commitdiff | tree | snapshot |
| next |