| 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 |
| 2007-08-22 |
Mike Bayer | - ugh ! beta4 is double logging....fixed that.... |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Mike Bayer | changeset about connection pool rel_0_4beta4 |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Mike Bayer | restored WeakValueDict for threadlocal connections... |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Mike Bayer | - a "collection-holding" InstrumentedAttribute is now... |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Mike Bayer | - tightened down the screws on logging a little bit |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Mike Bayer | - added **modifiers to _get_from_objects |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Mike Bayer | - restored engine.echo flag |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Jason Kirtland | Adjusted ColumnDefault default function fitness check... |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Jason Kirtland | Housekeeping. |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Jason Kirtland | Added a test for the SELECT DISTINCT ON postgresqlism. |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Jason Kirtland | Deleting an entity having a dynamic loader with cascade... |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Jason Kirtland | Association example updates, round two. |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Jason Kirtland | basic 0.4 update |
commit | commitdiff | tree | snapshot |
| 2007-08-22 |
Jason Kirtland | For sqlite NUMERIC, send Decimal bind values as strings... |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Mike Bayer | fixed imports |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Mike Bayer | -removed echo_property() function, moved logging checks to |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | `from foo import (name, name)` isn't valid syntax for... |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | Updated adjencytree examples |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Mike Bayer | fixed generative behavior to copy collections, [ticket... |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Mike Bayer | added first profile tests per [ticket:753] |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Mike Bayer | changing Pool to use weakref callback for auto-cleanup... |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | Inlined ClauseParameters.set_parameter (simple assignme... |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Mike Bayer | fixed "SmallInteger" |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Mike Bayer | - implemented __len__() accessor on RowProxy |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | tweak that construct_params optimization, one of the... |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | A couple critical path optimizations |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | - omitted 'table' and 'column' from 'from sqlalchemy... |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | added stub/import tests for all dialects |
commit | commitdiff | tree | snapshot |
| 2007-08-21 |
Jason Kirtland | fix line ending svn prop |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Mike Bayer | pool_threadlocal on by default |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Mike Bayer | removed unnecessary _branch calls |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Mike Bayer | - method call removal |
commit | commitdiff | tree | snapshot |
| 2007-08-20 |
Mike Bayer | - Engine and TLEngine assume "threadlocal" behavior... |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Ants Aasma | an early out processing insert/update column parameters... |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Jason Kirtland | light docstring tweaks to the pool |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Jason Kirtland | CHANGES for r3372 |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Jason Kirtland | - Connection.begin() no longer accepts nested=True... |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Jason Kirtland | ReST docstring fix |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Paul Johnston | mssql unit test fixes |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Paul Johnston | One more change of preparer() to identifier_preparer |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Jason Kirtland | pyflakes mop-up |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Paul Johnston | Use identifier_preparer instead of preparer() |
commit | commitdiff | tree | snapshot |
| 2007-08-19 |
Paul Johnston | Fix broken imports |
commit | commitdiff | tree | snapshot |
| 2007-08-18 |
Mike Bayer | docstring compile fixup |
commit | commitdiff | tree | snapshot |
| 2007-08-18 |
Mike Bayer | adding an "already exists" catch for CREATE DOMAIN |
commit | commitdiff | tree | snapshot |
| 2007-08-18 |
Mike Bayer | 1. Module layout. sql.py and related move into a packa... |
commit | commitdiff | tree | snapshot |
| 2007-08-18 |
Jason Kirtland | - fixed prefixes= argument to select() |
commit | commitdiff | tree | snapshot |
| 2007-08-18 |
Mike Bayer | - modified SQL operator functions to be module-level... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | - Added a "legacy" adapter to types, such that user... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | add a test for dupe tables in MetaData |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | - added close() method to Transaction. closes out... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | transactional session rolls back bound connection |
commit | commitdiff | tree | snapshot |
| next |