| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -4/+4 |
| | | |||||
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -17/+17 |
| | | |||||
| * | - Fixed the attribute shard example to check | Mike Bayer | 2011-06-26 | 1 | -11/+13 |
| | | | | | | for bind param callable correctly in 0.7 style. | ||||
| * | add example usage for shard_id in context feature [ticket:2031] | Mike Bayer | 2011-01-23 | 1 | -2/+15 |
| | | |||||
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -14/+14 |
| | | |||||
| * | - gently push users towards entity name for simple cases | Mike Bayer | 2010-12-07 | 1 | -3/+13 |
| | | |||||
| * | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 1 | -2/+5 |
| | | | | | | | based databases. :memory: databases will continue to select SingletonThreadPool by default. [ticket:1921] | ||||
| * | - remove remaining create_session() calls from examples, replace with Session | Mike Bayer | 2010-10-24 | 1 | -3/+1 |
| | | | | | - replace all flush()/expunge_all() with commit() | ||||
| * | - Updated attribute_shard.py example to use a more robust | Mike Bayer | 2010-04-02 | 1 | -32/+107 |
| | | | | | | method of searching a Query for binary expressions which compare columns against literal values. | ||||
| * | - The sqlalchemy.orm.shard module now becomes an extension, | Mike Bayer | 2010-03-28 | 1 | -1/+1 |
| | | | | | | sqlalchemy.ext.horizontal_shard. The old import works with a deprecation warning. | ||||
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -2/+2 |
| | | | | | | | relationship(), to eliminate confusion over the relational algebra term. relation() however will remain available in equal capacity for the foreseeable future. [ticket:1740] | ||||
| * | - mega example cleanup | Mike Bayer | 2010-01-19 | 2 | -18/+20 |
| | | | | | | | - added READMEs to all examples in each __init__.py and added to sphinx documentation - added versioning example - removed vertical/vertical.py, the dictlikes are more straightforward | ||||
| * | - Fixed a slight inaccuracy in the sharding example. | Mike Bayer | 2009-10-25 | 1 | -1/+7 |
| | | | | | | | Comparing equivalence of columns in the ORM is best accomplished using col1.shares_lineage(col2). [ticket:1491] | ||||
| * | Added in Examples into the test suite so they get exercised regularly. ↵ | Michael Trier | 2009-07-27 | 1 | -0/+0 |
| | | | | | Cleaned up some deprecation warnings in the examples. | ||||
| * | Cleaned up the deprecation problems with the examples. | Michael Trier | 2009-04-13 | 1 | -2/+2 |
| | | |||||
| * | Lots of fixes to the code examples to specify imports explicitly. | Michael Trier | 2009-03-31 | 1 | -7/+8 |
| | | | | | | | | Explicit imports make it easier for users to understand the examples. Additionally a lot of the examples were fixed to work with the changes in the 0.5.x code base. One small correction to the Case expression. Thanks a bunch to Adam Lowry! Fixes #717. | ||||
| * | - fixes to ShardedSession to work with deferred columns [ticket:771]. | Mike Bayer | 2007-09-08 | 1 | -1/+2 |
| | | | | | | | | - user-defined shard_chooser() function must accept "clause=None" argument; this is the ClauseElement passed to session.execute(statement) and can be used to determine correct shard id (since execute() doesn't take an instance) | ||||
| * | - modified SQL operator functions to be module-level operators, allowing | Mike Bayer | 2007-08-18 | 1 | -4/+4 |
| | | | | | | | | SQL expressions to be pickleable [ticket:735] - small adjustment to mapper class.__init__ to allow for Py2.6 object.__init__() behavior | ||||
| * | #725 add query arg to id_chooser() | Mike Bayer | 2007-08-10 | 1 | -1/+1 |
| | | |||||
| * | - added hooks for alternate session classes into sessionmaker | Mike Bayer | 2007-08-03 | 1 | -7/+12 |
| | | | | | - moved shard example/unittest over to sessionmaker | ||||
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -0/+194 |
| maintenance branch in branches/rel_0_3. | |||||
