| 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 |
| 2007-08-17 |
Mike Bayer | - threadlocal TLConnection, when closes for real, force... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Jason Kirtland | update activemapper backrefs for r3340 |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | dont commandeer warnings into logger |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | - turned twophase=True on in test |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | reinstated two_phase test. currently it passes on... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Paul Johnston | merge changset [3347] into trunk |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Mike Bayer | - added extra argument con_proxy to ConnectionListener... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Paul Johnston | Merge [3345] into trunk. Unit test still TODO |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Paul Johnston | Disable MSSQL unicode statements on UCS-4 platforms... |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Jason Kirtland | - session transaction closing tweak for threadlocal |
commit | commitdiff | tree | snapshot |
| 2007-08-17 |
Jason Kirtland | added a testing decorator that mops up wayward connections |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | removed ridiculous LOrderedProp object |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | revert the _DefaultExtension thing, it added function... |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | - moved test/orm/fixtures.py to testlib |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Jason Kirtland | it's a non-stop formatting fiesta |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Jason Kirtland | formatting fiesta |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Jason Kirtland | Added session.prune(), releases unused objects in stron... |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | - fix to bind param processing such that "False" values... |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | new changelog with betas |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | bump |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | needed orm import |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | bump rel_0_4beta3 |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | added remove() coverage.... |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | add length to str for pk usage |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | added support for string date passthru in sqlite |
commit | commitdiff | tree | snapshot |
| 2007-08-16 |
Mike Bayer | added 'inherit_foreign_keys' arg to mapper() |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Jason Kirtland | use threading.local if available |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Jason Kirtland | fix hasattr typo [ticket:744] |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Jason Kirtland | stopgap, need a general strategy for raising readable... |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Mike Bayer | -removed print statements |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Mike Bayer | mass has_key->__contains__ migration, [ticket:738] |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Mike Bayer | - moved unicode schema ORM tests to unitofwork.py tests... |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Mike Bayer | - cleanup, converted unitofwork.py to standard fixtures |
commit | commitdiff | tree | snapshot |
| 2007-08-15 |
Mike Bayer | removed init_attr() call, which has shown to not increa... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | - merged "fasttypes" branch. this branch changes the... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | cleanup |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Paul Johnston | revert previous change; had misunderstood context |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Paul Johnston | fudge to make SQL asserts work reliably with MSSQL |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Paul Johnston | Make versioningtest.test_basic only assert when the... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | added sqlite/sa "unprofiled" raw time tests |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | added full fetching of result columns, cut overall... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | a mass insert/ select benchmarking test, from |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | adjustment to table_names test such that the DB can... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | removed assertion for "no tables in db" rel_0_4beta2 |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | commented out unicode foriegn keys for now, not working... |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | attempt to get SessionTest to close transactions better |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | - fixed endless loop |
commit | commitdiff | tree | snapshot |
| 2007-08-14 |
Mike Bayer | - base_mapper() becomes a plain attribute |
commit | commitdiff | tree | snapshot |
| next |