| 2009-08-09 |
Mike Bayer | - PG: somewhat better support for % signs in table... |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Mike Bayer | close out py3k + pg8000 bugs that are fixable for now... |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Mike Bayer | python3k fixes |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Philip Jenvey | pull from identity_map atomically to avoid a race with... |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Philip Jenvey | o oracle+zxjdbc type handling additions |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | merge 06CHANGES into CHANGES and add more stuff |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | - added **kw to ClauseElement.compare(), so that we... |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | clean up the way we detect MSSQL's form of RETURNING |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | unwrapped _get_colparams a bit, dropped out an isinstan... |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | fix up oracle tests, returning is on by default |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | - turned on auto-returning for oracle, some errors |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Philip Jenvey | ensure order of larger comparisons |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Mike Bayer | documentation updates |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Mike Bayer | - renamed PASSIVE_NORESULT to PASSIVE_NO_RESULT |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Lele Gaifax | Fix #1451: take into account the actual coding system... |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Lele Gaifax | Fix #1429: take into account possible spurious spaces... |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Lele Gaifax | M-x whitespace-cleanup |
commit | commitdiff | tree | snapshot |
| 2009-08-06 |
Mike Bayer | fix some profiles for 2.4 |
commit | commitdiff | tree | snapshot |
| 2009-08-06 |
Mike Bayer | fix non2.4 gremlin |
commit | commitdiff | tree | snapshot |
| 2009-08-06 |
Mike Bayer | dont need this anymore |
commit | commitdiff | tree | snapshot |
| 2009-08-06 |
Mike Bayer | merge 0.6 series to trunk. |
commit | commitdiff | tree | snapshot |
| 2009-08-06 |
Mike Bayer | disabled examples test pending necesary repairs |
commit | commitdiff | tree | snapshot |
| 2009-08-02 |
Mike Bayer | - UPDATE and DELETE do not support ORDER BY, LIMIT... |
commit | commitdiff | tree | snapshot |
| 2009-08-02 |
Mike Bayer | - Simplified the sweep of instrumentation in strategies... |
commit | commitdiff | tree | snapshot |
| 2009-07-31 |
Mike Bayer | backported 0.6 r6084 fix for oracle alias names, [ticke... |
commit | commitdiff | tree | snapshot |
| 2009-07-29 |
Philip Jenvey | fix broken orm debug logging |
commit | commitdiff | tree | snapshot |
| 2009-07-28 |
Mike Bayer | merged [ticket:1486] fix from 0.6 |
commit | commitdiff | tree | snapshot |
| 2009-07-28 |
Michael Trier | Reverted my screw up of setup.cfg |
commit | commitdiff | tree | snapshot |
| 2009-07-28 |
Michael Trier | Corrected examples tests. I was running from ./test... |
commit | commitdiff | tree | snapshot |
| 2009-07-27 |
Michael Trier | Added in Examples into the test suite so they get exerc... |
commit | commitdiff | tree | snapshot |
| 2009-07-26 |
Michael Trier | Corrected annoying deprecation warning on 2.6+ related... |
commit | commitdiff | tree | snapshot |
| 2009-07-26 |
Michael Trier | Corrected problem with binary test on mssql. Still... |
commit | commitdiff | tree | snapshot |
| 2009-07-26 |
Mike Bayer | - Squeezed a few more unnecessary "lazy loads" out of |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Fixed bug in Table and Column whereby passing empty |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Fixed bug whereby a load/refresh of joined table |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Declarative will raise an informative exception if |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - fixed the test for FalseDiscriminator to use Boolean... |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Using False or 0 as a polymorphic discriminator now |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Unary expressions such as DISTINCT propagate their |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Improved error message when query() is called with |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | beefed up documentation for count(), [ticket:1465] |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - The collection proxies produced by associationproxy... |
commit | commitdiff | tree | snapshot |
| 2009-07-24 |
Lele Gaifax | Fix small typos in docstring |
commit | commitdiff | tree | snapshot |
| 2009-07-22 |
Mike Bayer | ensure "rowswitch" for isdelete is supported |
commit | commitdiff | tree | snapshot |
| 2009-07-21 |
Mike Bayer | - relations() now have greater ability to be "overridden", |
commit | commitdiff | tree | snapshot |
| 2009-07-21 |
Mike Bayer | - Fixed bug whereby inheritance discriminator part... |
commit | commitdiff | tree | snapshot |
| 2009-07-17 |
Mike Bayer | - Fixed a bug in extract() introduced in 0.5.4 whereby |
commit | commitdiff | tree | snapshot |
| 2009-07-16 |
Jason Kirtland | Guard against a gc hitting during the sweep for dirty... |
commit | commitdiff | tree | snapshot |
| 2009-07-13 |
Mike Bayer | beefed up the description of dialects |
commit | commitdiff | tree | snapshot |
| 2009-07-13 |
Mike Bayer | changed reference to PostgreSQL in docs. rel_0_5_5 |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Mike Bayer | - remove docs about partial flush, add docs about disab... |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Mike Bayer | - sqlalchemy.orm.join and sqlalchemy.orm.outerjoin... |
commit | commitdiff | tree | snapshot |
| 2009-07-11 |
Mike Bayer | updates |
commit | commitdiff | tree | snapshot |
| 2009-07-10 |
Jason Kirtland | Formatting |
commit | commitdiff | tree | snapshot |
| 2009-07-10 |
Jason Kirtland | Implemented recreate() for StaticPool |
commit | commitdiff | tree | snapshot |
| 2009-07-10 |
Mike Bayer | - Fixed potential memory leak whereby previously pickle... |
commit | commitdiff | tree | snapshot |
| 2009-07-09 |
Mike Bayer | - Fixed bug whereby session.is_modified() would raise... |
commit | commitdiff | tree | snapshot |
| 2009-07-07 |
Mike Bayer | - Fixed a bug involving contains_eager(), which would... |
commit | commitdiff | tree | snapshot |
| 2009-07-03 |
Mike Bayer | Session.mapper is now *deprecated*. |
commit | commitdiff | tree | snapshot |
| 2009-06-23 |
Lele Gaifax | Fix deprecated usage of on numeric type |
commit | commitdiff | tree | snapshot |
| 2009-06-21 |
Mike Bayer | added docs for post_update |
commit | commitdiff | tree | snapshot |
| 2009-06-18 |
Mike Bayer | - repaired non-working attributes.set_committed_value... |
commit | commitdiff | tree | snapshot |
| 2009-06-16 |
Mike Bayer | - Trimmed the pickle format for InstanceState which... |
commit | commitdiff | tree | snapshot |
| 2009-06-15 |
Mike Bayer | assoc proxy object appends to list automatically [ticke... |
commit | commitdiff | tree | snapshot |
| 2009-06-15 |
Mike Bayer | added test to verify #1423 |
commit | commitdiff | tree | snapshot |
| 2009-06-15 |
Mike Bayer | - Fixed bug whereby list-based attributes, like pickletype |
commit | commitdiff | tree | snapshot |
| 2009-06-15 |
Mike Bayer | split CHANGES into CHANGES and CHANGES_PRE_05, since... |
commit | commitdiff | tree | snapshot |
| 2009-06-13 |
Mike Bayer | - The "foreign_keys" argument of relation() will now... |
commit | commitdiff | tree | snapshot |
| 2009-06-10 |
Mike Bayer | - unit tests have been migrated from unittest to nose. |
commit | commitdiff | tree | snapshot |
| 2009-06-05 |
Mike Bayer | - Fixed Query being able to join() from individual... |
commit | commitdiff | tree | snapshot |
| 2009-06-02 |
Mike Bayer | - removed test.testing.ORMTest, test.fixtures, and all |
commit | commitdiff | tree | snapshot |
| 2009-06-02 |
Mike Bayer | move from pXXX to 0.5.5 [ticket:1427] |
commit | commitdiff | tree | snapshot |
| 2009-06-01 |
Mike Bayer | - Fixed another 0.5.4 bug whereby mutable attributes... |
commit | commitdiff | tree | snapshot |
| 2009-05-31 |
Mike Bayer | slight cleanup i want in 0.5/0.6 |
commit | commitdiff | tree | snapshot |
| 2009-05-30 |
Mike Bayer | removed needless "thread" imports from util |
commit | commitdiff | tree | snapshot |
| 2009-05-29 |
Mike Bayer | - sql |
commit | commitdiff | tree | snapshot |
| 2009-05-26 |
Mike Bayer | - Fixed bug introduced in 0.5.4 whereby Composite types |
commit | commitdiff | tree | snapshot |
| 2009-05-26 |
Mike Bayer | more fixes to bound parameter exception reporting rel_0_5_4p2 |
commit | commitdiff | tree | snapshot |
| 2009-05-26 |
Mike Bayer | - added unit test for exception formatting |
commit | commitdiff | tree | snapshot |
| 2009-05-25 |
Mike Bayer | - Repaired the printing of SQL exceptions which are not |
commit | commitdiff | tree | snapshot |
| 2009-05-18 |
Mike Bayer | - Fixed an attribute error introduced in 0.5.4 which... rel_0_5_4p1 |
commit | commitdiff | tree | snapshot |
| 2009-05-17 |
Mike Bayer | - Back-ported the "compiler" extension from SQLA 0... rel_0_5_4 |
commit | commitdiff | tree | snapshot |
| 2009-05-17 |
Mike Bayer | unusual ... |
commit | commitdiff | tree | snapshot |
| 2009-05-17 |
Mike Bayer | - The "polymorphic discriminator" column may be part... |
commit | commitdiff | tree | snapshot |
| 2009-05-17 |
Mike Bayer | - Reflecting a FOREIGN KEY construct will take into... |
commit | commitdiff | tree | snapshot |
| 2009-05-17 |
Mike Bayer | - Exception messages are truncated when the list of... |
commit | commitdiff | tree | snapshot |
| 2009-05-17 |
Mike Bayer | - Removed all* O(N) scanning behavior from the flush... |
commit | commitdiff | tree | snapshot |
| 2009-05-17 |
Mike Bayer | - Significant performance enhancements regarding... |
commit | commitdiff | tree | snapshot |
| 2009-05-14 |
Mike Bayer | fix mysql tests |
commit | commitdiff | tree | snapshot |
| 2009-05-13 |
Mike Bayer | - Fixed obscure mapper compilation issue when inheriting |
commit | commitdiff | tree | snapshot |
| 2009-05-08 |
Mike Bayer | - It is now an error to specify both columns of a binar... |
commit | commitdiff | tree | snapshot |
| 2009-05-08 |
Mike Bayer | - Fixed bug which prevented "mutable primary key" depen... |
commit | commitdiff | tree | snapshot |
| 2009-05-05 |
Michael Trier | Corrected the SQLite SLBoolean type so that it properly... |
commit | commitdiff | tree | snapshot |
| 2009-05-02 |
Mike Bayer | - MapperOptions and other state associated with query... |
commit | commitdiff | tree | snapshot |
| 2009-05-02 |
Mike Bayer | this falls back to "expire" in any case since concat_op... |
commit | commitdiff | tree | snapshot |
| 2009-04-29 |
Michael Trier | Corrected missing stop in the ORM Tutorial. Fixes ... |
commit | commitdiff | tree | snapshot |
| 2009-04-28 |
Michael Trier | Modified savepoint logic in mssql to ensure that it... |
commit | commitdiff | tree | snapshot |
| 2009-04-26 |
Mike Bayer | - Allowed pickling of PropertyOption objects constructe... |
commit | commitdiff | tree | snapshot |
| 2009-04-25 |
Michael Trier | Modified query_cls on DynamicAttribteImpl to accept... |
commit | commitdiff | tree | snapshot |
| 2009-04-25 |
Mike Bayer | we work with sphinx 0.6.1 now |
commit | commitdiff | tree | snapshot |
| next |