| 2011-04-16 |
Mike Bayer | try a between here since 'in' looks for exact matches... |
commit | commitdiff | tree |
| 2011-04-16 |
Mike Bayer | merge tip + tidy |
commit | commitdiff | tree |
| 2011-04-16 |
Mike Bayer | some font changes to match the site style |
commit | commitdiff | tree |
| 2011-04-15 |
Michael Trier | Exclude test on MySQL 5.1.49 - 5.1.52. |
commit | commitdiff | tree |
| 2011-04-15 |
Mike Bayer | no idea what "auto-commit" means here. some reorg. |
commit | commitdiff | tree |
| 2011-04-15 |
Mike Bayer | - fixed bug where "from" clause gathering from an |
commit | commitdiff | tree |
| 2011-04-15 |
Mike Bayer | fix for pdf |
commit | commitdiff | tree |
| 2011-04-15 |
Mike Bayer | - add a new "documentation overview" page. rip off... |
commit | commitdiff | tree |
| 2011-04-14 |
Mike Bayer | - Fixed support for precision numerics when using |
commit | commitdiff | tree |
| 2011-04-14 |
Philip Jenvey | explicitly disable the cextension on Python 3 until... |
commit | commitdiff | tree |
| 2011-04-14 |
Philip Jenvey | enable the cextension by default, falling back to pure... |
commit | commitdiff | tree |
| 2011-04-13 |
Philip Jenvey | minor cleanup |
commit | commitdiff | tree |
| 2011-04-13 |
Mike Bayer | - a "having" clause would be copied from the |
commit | commitdiff | tree |
| 2011-04-11 |
Mike Bayer | test only runs on sqlite |
commit | commitdiff | tree |
| 2011-04-11 |
Mike Bayer | - Added checks inside the UOW to detect the unusual |
commit | commitdiff | tree |
| 2011-04-10 |
Mike Bayer | - Fixed bug where reflection of foreign key |
commit | commitdiff | tree |
| 2011-04-09 |
Mike Bayer | - adjust this to work normally with current logging... |
commit | commitdiff | tree |
| 2011-04-08 |
Mike Bayer | changelog |
commit | commitdiff | tree |
| 2011-04-08 |
Mike Bayer | - callcounts |
commit | commitdiff | tree |
| 2011-04-08 |
Mike Bayer | - no encoding with arrays |
commit | commitdiff | tree |
| 2011-04-08 |
Mike Bayer | - more liberal check here |
commit | commitdiff | tree |
| 2011-04-08 |
Mike Bayer | - assume in py3k that description encoding is None... |
commit | commitdiff | tree |
| 2011-04-07 |
Mike Bayer | - Some fixes to the state handling regarding |
commit | commitdiff | tree |
| 2011-04-07 |
Mike Bayer | fix tests so that document related is in a separate... |
commit | commitdiff | tree |
| 2011-04-07 |
Mike Bayer | - The limit/offset keywords to select() as well |
commit | commitdiff | tree |
| 2011-04-07 |
Mike Bayer | - Some fixes to "evaulate" and "fetch" evaluation |
commit | commitdiff | tree |
| 2011-04-06 |
Mike Bayer | - Still more wording adjustments when a query option |
commit | commitdiff | tree |
| 2011-04-05 |
Mike Bayer | - add link to concrete base declarative recipe |
commit | commitdiff | tree |
| 2011-04-05 |
Mike Bayer | changelog |
commit | commitdiff | tree |
| 2011-04-05 |
Mike Bayer | - The "pool.manage" feature doesn't use pickle |
commit | commitdiff | tree |
| 2011-04-05 |
Mike Bayer | - REAL has been added to the core types. Supported |
commit | commitdiff | tree |
| 2011-04-05 |
Mike Bayer | - The 'useexisting' flag on Table has been superceded |
commit | commitdiff | tree |
| 2011-04-02 |
Mike Bayer | - add some function examples, [ticket:2107] |
commit | commitdiff | tree |
| 2011-04-02 |
Mike Bayer | - Fixed mutable extension docs to show the |
commit | commitdiff | tree |
| 2011-04-02 |
Mike Bayer | - Added @event.listens_for() decorator, given |
commit | commitdiff | tree |
| 2011-03-30 |
Mike Bayer | some additional clarification on typeengine docs |
commit | commitdiff | tree |
| 2011-03-30 |
Mike Bayer | - beef up the "augmenting existing types" section |
commit | commitdiff | tree |
| 2011-03-30 |
Mike Bayer | - AssertionPool now stores the traceback indicating |
commit | commitdiff | tree |
| 2011-03-28 |
Mike Bayer | - and fix the message that was the actual subject of... |
commit | commitdiff | tree |
| 2011-03-28 |
Mike Bayer | - Reworded the exception raised when a flush |
commit | commitdiff | tree |
| 2011-03-28 |
Mike Bayer | - add a note about snapshot isolation [ticket:2078] |
commit | commitdiff | tree |
| 2011-03-28 |
Mike Bayer | - Documented SQLite DATE/TIME/DATETIME types. |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | - Using column names that would require quotes |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | - do a close() here so that objects are guaranteed... |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | - fix a callcount |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | - reorganizing the test modules and fixtures, but keepi... |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | - dont clear the classes collection here either... |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | - move all the comments that got shoved below the fixtu... |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | - remove test.sql._base, test.engine._base, test.orm... |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | - move all the setup_classes(cls) and setup_mappers... |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | fixes for savepoint test |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | - convert @provide_metadata to use self access |
commit | commitdiff | tree |
| 2011-03-27 |
Mike Bayer | - move _fixtures to work via the normal methods of... |
commit | commitdiff | tree |
| 2011-03-26 |
Mike Bayer | - move _fixtures into the traditional FixtureTest form... |
commit | commitdiff | tree |
| 2011-03-26 |
Mike Bayer | - remove @testing.resolve_artifact_names, replace with... |
commit | commitdiff | tree |
| 2011-03-26 |
Mike Bayer | indent the string here |
commit | commitdiff | tree |
| 2011-03-26 |
Mike Bayer | - changes to CHANGES |
commit | commitdiff | tree |
| 2011-03-23 |
Mike Bayer | - adjust the previous checkin a bit. need to transfer... |
commit | commitdiff | tree |
| 2011-03-23 |
Mike Bayer | - Fixed regression whereby MetaData() coming |
commit | commitdiff | tree |
| 2011-03-23 |
Mike Bayer | - Fixed bug in QueuePool, SingletonThreadPool whereby |
commit | commitdiff | tree |
| 2011-03-21 |
Mike Bayer | - Restored the "catchall" constructor on the base |
commit | commitdiff | tree |
| 2011-03-20 |
Mike Bayer | Added tag rel_0_7b3 for changeset b6423d26280cac2ff74ab... |
commit | commitdiff | tree |
| 2011-03-20 |
Mike Bayer | - remove all the fanfare from dynamic_loader() and... rel_0_7b3 |
commit | commitdiff | tree |
| 2011-03-20 |
Mike Bayer | - add attrstrings for all the important mapper() attrbu... |
commit | commitdiff | tree |
| 2011-03-20 |
Mike Bayer | - Added new generic function "next_value()", accepts |
commit | commitdiff | tree |
| 2011-03-20 |
Michael Trier | Added docs requirements |
commit | commitdiff | tree |
| 2011-03-18 |
Mike Bayer | whoops, only on SQL server |
commit | commitdiff | tree |
| 2011-03-18 |
Mike Bayer | - some doc reorg |
commit | commitdiff | tree |
| 2011-03-17 |
Mike Bayer | changelog update with 0.6 message |
commit | commitdiff | tree |
| 2011-03-17 |
Mike Bayer | - Fixed bug in query.options() whereby a path |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - merge |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - Fixed AssertionPool regression bug. A replacement... |
commit | commitdiff | tree |
| 2011-03-16 |
Alex Gaynor | merged upstream |
commit | commitdiff | tree |
| 2011-03-16 |
Alex Gaynor | this test fails on PyPy because it checks for a lastrow... |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - Rewrote the query used to get the definition of a... |
commit | commitdiff | tree |
| 2011-03-16 |
Alex Gaynor | merged upstream |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - alex gaynor's latest batch of pypy test fixes |
commit | commitdiff | tree |
| 2011-03-16 |
Alex Gaynor | pypy fixes. |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - The horizontal_shard ShardedSession class accepts... |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - Improvements to the error messages emitted when |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - Firebird - the "implicit_returning" flag on create_en... |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - Fixed the BIT type to allow a "length" parameter... |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | double quote these |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - Added accessors to ResultProxy "returns_rows", "is_in... |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | blow away some globals in the search for what makes... |
commit | commitdiff | tree |
| 2011-03-16 |
Taavi Burns | Fix 3 errors in py32, from patch from lsblakk. There... |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - adjust gc_collect for pypy |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | - qualify the use of locals() based on python version... |
commit | commitdiff | tree |
| 2011-03-16 |
Mike Bayer | change TypeError test to not care about string message |
commit | commitdiff | tree |
| 2011-03-15 |
Mike Bayer | - merge |
commit | commitdiff | tree |
| 2011-03-15 |
Taavi Burns | merge |
commit | commitdiff | tree |
| 2011-03-15 |
Michael Trier | Merge |
commit | commitdiff | tree |
| 2011-03-15 |
Michael Trier | Merge |
commit | commitdiff | tree |
| 2011-03-15 |
Denise Govindarajan | Merge |
commit | commitdiff | tree |
| 2011-03-15 |
Taavi Burns | Pulling 32d2b5d1962961b4134463becdd988888f797e90 onto... |
commit | commitdiff | tree |
| 2011-03-15 |
Denise Govindarajan | psycopg2 2.4 no longer accepts % in bind place holders |
commit | commitdiff | tree |
| 2011-03-15 |
Taavi Burns | Added required import (somehow we never seem to hit... |
commit | commitdiff | tree |
| 2011-03-15 |
Mike Bayer | - add tests, CHANGES for [ticket:2095] |
commit | commitdiff | tree |
| 2011-03-15 |
Jim Phares | Informix and postgresql reserved words changes -- almos... |
commit | commitdiff | tree |
| 2011-03-15 |
Taavi Burns | Removing unused symbol import |
commit | commitdiff | tree |
| next |