2009-12-06 |
Mike Bayer | some doc reference fixes per [ticket:1597] |
commit | commitdiff | tree |
2009-12-06 |
Mike Bayer | - FBDate now extends Date instead of DateTime. [ticket... |
commit | commitdiff | tree |
2009-12-03 |
Mike Bayer | merge r6521 from trunk, [ticket:1632] |
commit | commitdiff | tree |
2009-11-15 |
Mike Bayer | merge trunk fix r6506 for [ticket:1616] |
commit | commitdiff | tree |
2009-11-15 |
Mike Bayer | - Fixed the behavior of extract() to apply operator |
commit | commitdiff | tree |
2009-11-15 |
Mike Bayer | - Removed unused `load()` method from ShardedQuery. |
commit | commitdiff | tree |
2009-11-11 |
Mike Bayer | document NOT IN, IN with query as subq |
commit | commitdiff | tree |
2009-11-04 |
Mike Bayer | - Fixed bug in two-phase transaction whereby commit... |
commit | commitdiff | tree |
2009-11-04 |
Mike Bayer | - Fixed bug where Query would crash if a join() with... |
commit | commitdiff | tree |
2009-11-03 |
Mike Bayer | - Fixed the call to get_committed_value() on CompositeP... |
commit | commitdiff | tree |
2009-11-01 |
Mike Bayer | - Added support for reflecting the INTERVAL YEAR TO... |
commit | commitdiff | tree |
2009-10-25 |
Mike Bayer | - Fixed a slight inaccuracy in the sharding example. |
commit | commitdiff | tree |
2009-10-23 |
Mike Bayer | - Mutable collection passed to the "extension" attribute |
commit | commitdiff | tree |
2009-10-21 |
Mike Bayer | - Corrected the "has_sequence" query to take current... |
commit | commitdiff | tree |
2009-10-20 |
Mike Bayer | Gaetan's "scopefunc" clarification patch |
commit | commitdiff | tree |
2009-10-20 |
Mike Bayer | - Repeat expressions in the columns clause of a select |
commit | commitdiff | tree |
2009-10-20 |
Mike Bayer | - Fixed the "numeric" paramstyle, which apparently... |
commit | commitdiff | tree |
2009-10-15 |
Mike Bayer | - A column can be added to a joined-table declarative |
commit | commitdiff | tree |
2009-10-05 |
Mike Bayer | - Changed the name of TrustedConnection to |
commit | commitdiff | tree |
2009-10-02 |
Mike Bayer | merged r6383 of trunk for [ticket:1553] |
commit | commitdiff | tree |
2009-09-30 |
Mike Bayer | - Added support for reflecting the DOUBLE PRECISION... |
commit | commitdiff | tree |
2009-09-16 |
Mike Bayer | - move the tests to test_query |
commit | commitdiff | tree |
2009-09-16 |
Mike Bayer | merged r6355 from trunk for #1543 |
commit | commitdiff | tree |
2009-09-16 |
Mike Bayer | fix the toolbar |
commit | commitdiff | tree |
2009-09-12 |
Mike Bayer | - some ordering fixes on DISTINCT for PG 8.4, mysql rel_0_5_6 |
commit | commitdiff | tree |
2009-09-12 |
Mike Bayer | 0.5.6 |
commit | commitdiff | tree |
2009-09-12 |
Mike Bayer | fixes for MySQL (these were not merged from trunk) |
commit | commitdiff | tree |
2009-09-12 |
Mike Bayer | merged r6342 from trunk for [ticket:1527] |
commit | commitdiff | tree |
2009-09-12 |
Mike Bayer | merged r6340 of trunk, for [ticket:1526] |
commit | commitdiff | tree |
2009-09-09 |
Mike Bayer | fix update examples for [ticket:1533] |
commit | commitdiff | tree |
2009-09-01 |
Mike Bayer | - merged r6316 from trunk for [ticket:1519] |
commit | commitdiff | tree |
2009-09-01 |
Mike Bayer | merged r6314 of trunk for [ticket:1507] |
commit | commitdiff | tree |
2009-09-01 |
Mike Bayer | - merged r6312 of trunk for [ticket:1523] |
commit | commitdiff | tree |
2009-09-01 |
Mike Bayer | merged r6310 of trunk [ticket:1522] |
commit | commitdiff | tree |
2009-08-31 |
Mike Bayer | merge -r6305:6308 of trunk |
commit | commitdiff | tree |
2009-08-28 |
Mike Bayer | - Fixed an obscure issue whereby a joined-table subclass |
commit | commitdiff | tree |
2009-08-28 |
Mike Bayer | this does not belong ! |
commit | commitdiff | tree |
2009-08-28 |
Mike Bayer | - Fixed column.copy() to copy defaults and onupdates. |
commit | commitdiff | tree |
2009-08-06 |
Mike Bayer | 0.5 goes to a maint branch |
commit | commitdiff | tree |
2009-08-06 |
Mike Bayer | disabled examples test pending necesary repairs |
commit | commitdiff | tree |
2009-08-02 |
Mike Bayer | - UPDATE and DELETE do not support ORDER BY, LIMIT... |
commit | commitdiff | tree |
2009-08-02 |
Mike Bayer | - Simplified the sweep of instrumentation in strategies... |
commit | commitdiff | tree |
2009-07-31 |
Mike Bayer | backported 0.6 r6084 fix for oracle alias names, [ticke... |
commit | commitdiff | tree |
2009-07-29 |
Philip Jenvey | fix broken orm debug logging |
commit | commitdiff | tree |
2009-07-28 |
Mike Bayer | merged [ticket:1486] fix from 0.6 |
commit | commitdiff | tree |
2009-07-28 |
Michael Trier | Reverted my screw up of setup.cfg |
commit | commitdiff | tree |
2009-07-28 |
Michael Trier | Corrected examples tests. I was running from ./test... |
commit | commitdiff | tree |
2009-07-27 |
Michael Trier | Added in Examples into the test suite so they get exerc... |
commit | commitdiff | tree |
2009-07-26 |
Michael Trier | Corrected annoying deprecation warning on 2.6+ related... |
commit | commitdiff | tree |
2009-07-26 |
Michael Trier | Corrected problem with binary test on mssql. Still... |
commit | commitdiff | tree |
2009-07-26 |
Mike Bayer | - Squeezed a few more unnecessary "lazy loads" out of |
commit | commitdiff | tree |
2009-07-25 |
Mike Bayer | - Fixed bug in Table and Column whereby passing empty |
commit | commitdiff | tree |
2009-07-25 |
Mike Bayer | - Fixed bug whereby a load/refresh of joined table |
commit | commitdiff | tree |
2009-07-25 |
Mike Bayer | - Declarative will raise an informative exception if |
commit | commitdiff | tree |
2009-07-25 |
Mike Bayer | - fixed the test for FalseDiscriminator to use Boolean... |
commit | commitdiff | tree |
2009-07-25 |
Mike Bayer | - Using False or 0 as a polymorphic discriminator now |
commit | commitdiff | tree |
2009-07-25 |
Mike Bayer | - Unary expressions such as DISTINCT propagate their |
commit | commitdiff | tree |
2009-07-25 |
Mike Bayer | - Improved error message when query() is called with |
commit | commitdiff | tree |
2009-07-25 |
Mike Bayer | beefed up documentation for count(), [ticket:1465] |
commit | commitdiff | tree |
2009-07-25 |
Mike Bayer | - The collection proxies produced by associationproxy... |
commit | commitdiff | tree |
2009-07-24 |
Lele Gaifax | Fix small typos in docstring |
commit | commitdiff | tree |
2009-07-22 |
Mike Bayer | ensure "rowswitch" for isdelete is supported |
commit | commitdiff | tree |
2009-07-21 |
Mike Bayer | - relations() now have greater ability to be "overridden", |
commit | commitdiff | tree |
2009-07-21 |
Mike Bayer | - Fixed bug whereby inheritance discriminator part... |
commit | commitdiff | tree |
2009-07-17 |
Mike Bayer | - Fixed a bug in extract() introduced in 0.5.4 whereby |
commit | commitdiff | tree |
2009-07-16 |
Jason Kirtland | Guard against a gc hitting during the sweep for dirty... |
commit | commitdiff | tree |
2009-07-13 |
Mike Bayer | beefed up the description of dialects |
commit | commitdiff | tree |
2009-07-13 |
Mike Bayer | changed reference to PostgreSQL in docs. rel_0_5_5 |
commit | commitdiff | tree |
2009-07-12 |
Mike Bayer | - remove docs about partial flush, add docs about disab... |
commit | commitdiff | tree |
2009-07-12 |
Mike Bayer | - sqlalchemy.orm.join and sqlalchemy.orm.outerjoin... |
commit | commitdiff | tree |
2009-07-11 |
Mike Bayer | updates |
commit | commitdiff | tree |
2009-07-10 |
Jason Kirtland | Formatting |
commit | commitdiff | tree |
2009-07-10 |
Jason Kirtland | Implemented recreate() for StaticPool |
commit | commitdiff | tree |
2009-07-10 |
Mike Bayer | - Fixed potential memory leak whereby previously pickle... |
commit | commitdiff | tree |
2009-07-09 |
Mike Bayer | - Fixed bug whereby session.is_modified() would raise... |
commit | commitdiff | tree |
2009-07-07 |
Mike Bayer | - Fixed a bug involving contains_eager(), which would... |
commit | commitdiff | tree |
2009-07-03 |
Mike Bayer | Session.mapper is now *deprecated*. |
commit | commitdiff | tree |
2009-06-23 |
Lele Gaifax | Fix deprecated usage of on numeric type |
commit | commitdiff | tree |
2009-06-21 |
Mike Bayer | added docs for post_update |
commit | commitdiff | tree |
2009-06-18 |
Mike Bayer | - repaired non-working attributes.set_committed_value... |
commit | commitdiff | tree |
2009-06-16 |
Mike Bayer | - Trimmed the pickle format for InstanceState which... |
commit | commitdiff | tree |
2009-06-15 |
Mike Bayer | assoc proxy object appends to list automatically [ticke... |
commit | commitdiff | tree |
2009-06-15 |
Mike Bayer | added test to verify #1423 |
commit | commitdiff | tree |
2009-06-15 |
Mike Bayer | - Fixed bug whereby list-based attributes, like pickletype |
commit | commitdiff | tree |
2009-06-15 |
Mike Bayer | split CHANGES into CHANGES and CHANGES_PRE_05, since... |
commit | commitdiff | tree |
2009-06-13 |
Mike Bayer | - The "foreign_keys" argument of relation() will now... |
commit | commitdiff | tree |
2009-06-10 |
Mike Bayer | - unit tests have been migrated from unittest to nose. |
commit | commitdiff | tree |
2009-06-05 |
Mike Bayer | - Fixed Query being able to join() from individual... |
commit | commitdiff | tree |
2009-06-02 |
Mike Bayer | - removed test.testing.ORMTest, test.fixtures, and all |
commit | commitdiff | tree |
2009-06-02 |
Mike Bayer | move from pXXX to 0.5.5 [ticket:1427] |
commit | commitdiff | tree |
2009-06-01 |
Mike Bayer | - Fixed another 0.5.4 bug whereby mutable attributes... |
commit | commitdiff | tree |
2009-05-31 |
Mike Bayer | slight cleanup i want in 0.5/0.6 |
commit | commitdiff | tree |
2009-05-30 |
Mike Bayer | removed needless "thread" imports from util |
commit | commitdiff | tree |
2009-05-29 |
Mike Bayer | - sql |
commit | commitdiff | tree |
2009-05-26 |
Mike Bayer | - Fixed bug introduced in 0.5.4 whereby Composite types |
commit | commitdiff | tree |
2009-05-26 |
Mike Bayer | more fixes to bound parameter exception reporting rel_0_5_4p2 |
commit | commitdiff | tree |
2009-05-26 |
Mike Bayer | - added unit test for exception formatting |
commit | commitdiff | tree |
2009-05-25 |
Mike Bayer | - Repaired the printing of SQL exceptions which are not |
commit | commitdiff | tree |
2009-05-18 |
Mike Bayer | - Fixed an attribute error introduced in 0.5.4 which... rel_0_5_4p1 |
commit | commitdiff | tree |
2009-05-17 |
Mike Bayer | - Back-ported the "compiler" extension from SQLA 0... rel_0_5_4 |
commit | commitdiff | tree |
next |